Close Menu
    What's Hot

    Vatican Click to Pray API Flaw Exposes 700K Users

    July 28, 2026

    Bank of Baroda Data Breach: Alleged 1TB Leak Investigated

    July 27, 2026

    TELESHIM Malware Campaign: Telegram C2 Targets Governments

    July 27, 2026

    Credential Stuffing: Your Leaked Password Is Being Tested on Every Account You Own Right Now

    July 27, 2026

    PentesterFlow AI Tool: Open-Source Pentesting Assistant

    July 26, 2026
    Facebook X (Twitter) Instagram
    Tuesday, July 28
    CyberNexora News
    X (Twitter) Instagram LinkedIn
    • Home
    • Cyber Incidents
    • laws & government
    • Penalties
    • Learn & Protect
    • Resources
    • Contact Us
    Get Cyber Alerts
    CyberNexora News
    Home»Cyber Incidents»Vatican Click to Pray API Flaw Exposes 700K Users

    Vatican Click to Pray API Flaw Exposes 700K Users

    Debolina BarikBy Debolina BarikJuly 28, 2026Updated:July 28, 20269 Mins Read
    Illustration showing the Vatican Click to Pray API Flaw exposing user information through an insecure API.
    Facebook Twitter LinkedIn Email Telegram

    Introduction: Vatican Click to Pray API Flaw — Why It Matters

    The Vatican Click to Pray API Flaw has reportedly exposed the personal information of more than 700,000 users through an unauthenticated API vulnerability. The issue affected the Vatican’s official Click to Pray platform n what has become known as the Vatican Click to Pray API Flaw, which offers daily prayers and spiritual content to users worldwide.

    According to security reports, the vulnerability stemmed from an Insecure Direct Object Reference (IDOR) issue that allowed anyone to retrieve user records without logging in. Although the incident was not caused by malware or ransomware, it demonstrates how broken access control in web APIs can expose sensitive user information and create opportunities for cybercriminals.

    The exposure highlights the growing importance of API security, particularly for organizations that process personal data. Even trusted platforms can become targets when authorization controls are improperly implemented.

    What is Click to Pray?

    Click to Pray is the Vatican’s official digital prayer platform operated through the Pope’s Worldwide Prayer Network. The service is available through both a website and mobile applications, enabling users across the world to participate in daily prayers, spiritual reflections, and community initiatives.

    Users typically create accounts using personal information such as their name and email address. Because the platform stores identifiable user data, securing its APIs and backend infrastructure is essential to maintaining user privacy and trust.

    What Caused the Incident?

    The Vatican Click to Pray API Flaw was caused by an Insecure Direct Object Reference (IDOR) vulnerability, one of the most common examples of Broken Access Control, which ranks among the OWASP Top 10 Web Application Security Risks.

    In an IDOR vulnerability, an application fails to verify whether a user is authorized to access a requested resource. Instead of validating permissions, the application directly returns information based solely on an object identifier, such as a user ID.

    In this case, attackers could reportedly modify sequential user IDs within API requests and retrieve information belonging to other users without authentication. Because the application did not properly enforce authorization checks, the flaw made large-scale user enumeration possible.

    Ethical hacker BobDaHacker reportedly discovered the issue in January. Security publication DarkReading later verified that the vulnerable endpoint remained accessible at the time of its reporting.

    Vatican Click to Pray API Flaw: Full Technical Breakdown

    Timeline of Events

    • January 2026: Ethical hacker BobDaHacker reportedly discovers the API vulnerability.
    • The vulnerability is responsibly reported.
    • Security researchers later verify that the exposed endpoint remains accessible.
    • Reports indicate that the Vatican Click to Pray API Flaw may have exposed more than 700,000 user records could potentially be accessed through the vulnerable API.

    What Data Was Exposed?

    The reportedly accessible information included:

    • First names
    • Last names
    • Email addresses
    • Country identifiers
    • Account deletion status
    • User roles

    Although passwords and financial information were not reported as exposed in this incident, the disclosed personal data could still be valuable for cybercriminals conducting targeted attacks.

    How the Attack Worked

    Rather than exploiting malware or compromising servers, the vulnerability relied on weak authorization controls.

    The API accepted requests containing sequential user identifiers. By changing these identifiers manually or through automated scripts, an attacker could enumerate user accounts and retrieve associated records without needing valid credentials.

    This type of vulnerability is particularly dangerous because it requires relatively little technical sophistication once the vulnerable endpoint is identified.

    The incident also demonstrates why API security testing should include authorization validation in addition to authentication testing.

    Potential Risks & Impact

    Identity and Social Engineering Risks

    Although the information exposed in the Vatican Click to Pray API Flaw may appear limited., it can significantly strengthen phishing and impersonation campaigns.

    Cybercriminals could potentially use the exposed names and email addresses to craft convincing messages that appear to originate from the Vatican, the Click to Pray platform, or the Pope’s Worldwide Prayer Network.

    Potential threats include:

    • Targeted phishing emails
    • Credential stuffing attempts using previously leaked passwords
    • Social engineering attacks
    • Account impersonation
    • Fraudulent donation requests
    • Fake Vatican security notifications

    Because the affected platform has a global religious audience, attackers may exploit users’ trust to increase the likelihood of successful scams.

    Business and Reputational Risk

    Incidents involving unauthorized access to personal information can damage public confidence, even when no malware or financial theft is involved.

    For organizations managing large user communities, broken access control vulnerabilities may result in reputational damage, increased security scrutiny, and additional costs associated with remediation, security assessments, and user notifications.

    The incident also serves as a reminder that API security deserves the same level of attention as traditional web application security.

    Regulatory and Compliance Risk

    Organizations handling personal information are expected to implement appropriate security controls to prevent unauthorized access.

    Broken authorization mechanisms may attract regulatory attention depending on applicable privacy laws and data protection requirements. Even if only limited personal information is exposed, organizations may still face compliance obligations related to incident investigation, disclosure, and remediation.

    Official Response / Statement

    At the time of reporting, the Vatican Click to Pray API Flaw had reportedly been identified by an ethical hacker and independently verified by security researchers. However, no detailed public statement explaining the technical root cause or confirming the total number of affected users had been released by the Vatican or the operators of the Click to Pray platform.

    Security experts emphasize that incidents involving broken access control should be addressed promptly by implementing proper authorization checks, validating object-level permissions, and conducting comprehensive API security assessments before deployment.

    Industry Context: Why API Security Incidents Are Increasing

    The Vatican Click to Pray API Flaw is another reminder that API security has become one of the fastest-growing concerns in modern cybersecurity. As organizations increasingly rely on web APIs to power websites, mobile applications, and cloud services, attackers are actively searching for weaknesses in authentication and authorization mechanisms.

    Broken Access Control has consistently ranked among the most critical security risks in the OWASP Top 10, largely because a single authorization flaw can expose thousands—or even millions—of user records without requiring malware or sophisticated exploitation techniques.

    For readers interested in similar security incidents, explore CyberNexora News’ Cyber Incidents category.To understand how organizations can defend against API-related threats, visit the Learn & Protect section.

    For additional API security guidance, OWASP’s API Security Top 10 provides best practices for identifying and mitigating common API vulnerabilities.

    How to Protect Yourself and Your Organization

    Both users and organizations can reduce the risks associated with API vulnerabilities by following these security practices:

    1. Be cautious of unsolicited emails claiming to represent the Vatican, Click to Pray, or the Pope’s Worldwide Prayer Network.
    2. Verify communications through official websites before clicking links or providing personal information.
    3. Use unique passwords for every online account to reduce the effectiveness of credential stuffing attacks.
    4. Enable Multi-Factor Authentication (MFA) wherever available to provide an additional layer of account security.
    5. Implement strict authorization checks on every API endpoint instead of relying solely on authentication.
    6. Conduct regular API security assessments, including penetration testing and authorization testing.
    7. Follow the principle of least privilege, ensuring users and applications can only access resources they are explicitly authorized to use.
    8. Monitor API activity for abnormal access patterns, sequential object enumeration, and excessive requests that may indicate exploitation attempts.

    For organizations seeking additional cybersecurity guidance, CyberNexora’s Resources section provides practical security references.

    Indicators of Compromise (IoCs)

    The following indicator is associated with the vulnerable application and should only be used within controlled threat intelligence or security monitoring environments:

    • Domain: clicktopray.org

    Note: This domain belongs to the legitimate application. Its presence alone does not indicate malicious activity. Analysts should use it only for investigation or contextual threat intelligence.

    Key Takeaways

    • More than 700,000 users were reportedly exposed through an unauthenticated API vulnerability.
    • The incident resulted from an Insecure Direct Object Reference (IDOR) flaw, a form of Broken Access Control.
    • Exposed information reportedly included names, email addresses, country identifiers, user roles, and account status.
    • The disclosed data could be exploited for phishing, impersonation, social engineering, and credential-based attacks.
    • The incident highlights the importance of robust API authorization, continuous security testing, and responsible vulnerability disclosure.

    Conclusion: Vatican Click to Pray API Flaw and What Happens Next

    The Vatican Click to Pray API Flaw illustrates how even well-established organizations can face significant cybersecurity risks when API authorization controls are overlooked. While the incident did not involve malware or ransomware, the exposure of personal information demonstrates the real-world impact of Broken Access Control vulnerabilities.

    Going forward, organizations should prioritize secure API development, regular authorization testing, and continuous monitoring to prevent similar incidents. Users, meanwhile, should remain alert for phishing attempts that exploit publicized security incidents and always verify communications through official channels before responding.

    For more cybersecurity news and security awareness content, visit CyberNexora News’ Cyber Incidents and Learn & Protect categories.

    Frequently Asked Questions(FAQs)

    1. What is the Vatican Click to Pray API Flaw?

    The Vatican Click to Pray API Flaw is a reported API security vulnerability that allegedly exposed personal information belonging to more than 700,000 users. The issue was caused by an Insecure Direct Object Reference (IDOR) vulnerability that allowed unauthorized access to user records.

    2. What information was reportedly exposed?

    According to published reports, the exposed information included first names, last names, email addresses, country identifiers, account deletion status, and user roles. No malware was involved, and reports did not indicate that payment information was exposed.

    3. What is an IDOR vulnerability?

    An Insecure Direct Object Reference (IDOR) vulnerability occurs when an application allows users to access resources by modifying object identifiers without verifying whether they are authorized to do so. It is a common example of Broken Access Control.

    4. Should Click to Pray users be concerned?

    Users should remain cautious, particularly regarding phishing emails or messages claiming to come from the Vatican or the Click to Pray platform. Any unexpected communication requesting credentials or personal information should be verified through official channels.

    5. How can organizations prevent similar API vulnerabilities?

    Organizations should enforce object-level authorization checks, implement the principle of least privilege, perform regular API security testing, monitor for suspicious API activity, and follow secure development practices based on industry standards such as the OWASP API Security Top 10.

    Related Articles

  • GLM-5.2 AI: Major Challenge to U.S. Cybersecurity Introduction: GLM-5.2 AI — Why It Matters GLM-5.2 AI 2026...
  • GraphQL API Security Risks 2026: Rising Threats, Data Exposure, and Enterprise Security Challenges Introduction The growing number of GraphQL API security risks identified...
  • HTTP QUERY Method: IETF Introduces a New Era for Secure API Queries Introduction: HTTP QUERY Method — Why It Matters The HTTP...
  • wp2shell RCE Vulnerability: Critical WordPress Flaw Introduction: wp2shell RCE Vulnerability — Why It Matters A newly...
  • GhostLock Linux Kernel Flaw: Critical Root Access Risk GhostLock Linux Kernel Flaw — Why It Matters Security researchers...
  • Share. Facebook Twitter LinkedIn Email Telegram

    latest news

    Vatican Click to Pray API Flaw Exposes 700K Users

    July 28, 2026

    Bank of Baroda Data Breach: Alleged 1TB Leak Investigated

    July 27, 2026

    TELESHIM Malware Campaign: Telegram C2 Targets Governments

    July 27, 2026

    Credential Stuffing: Your Leaked Password Is Being Tested on Every Account You Own Right Now

    July 27, 2026

    PentesterFlow AI Tool: Open-Source Pentesting Assistant

    July 26, 2026

    GitLab RCE Vulnerability: Critical Flaws Expose Default Installations

    July 26, 2026

    Mobile Banking Fraud Tricks: 8 Scams You Must Avoid

    July 26, 2026

    Bing Images RCE Vulnerability: Critical Flaws Patched

    July 25, 2026

    Free vs Paid Cybersecurity Certifications: Honest Comparison

    July 25, 2026

    ChatGPT Data Privacy: What ChatGPT, Claude, and Gemini Actually Do With Your Data

    July 25, 2026
    Recent Posts
    • Vatican Click to Pray API Flaw Exposes 700K Users
    • Bank of Baroda Data Breach: Alleged 1TB Leak Investigated
    • TELESHIM Malware Campaign: Telegram C2 Targets Governments
    Top Posts

    Unauthorized Access Incident at Coupang Exposes Customer Data

    December 29, 2025

    Significant Data Breach at Korean Air Subcontractor Exposes Employee Records

    December 29, 2025

    New York Passes Cybersecurity Procurement Law for State and Local Agencies

    December 30, 2025
    About

    CyberNexora Blog provides trusted cybersecurity news, attack analysis, and security awareness updates. Our goal is to educate and inform readers about emerging cyber threats and best protection practices.

    Facebook X (Twitter) Instagram Pinterest LinkedIn
    Pages
    • Home
    • Cyber Incidents
    • laws & government
    • Penalties
    • Learn & Protect
    • Resources
    • Contact Us

    Get Cyber Security Alerts

    Thanks! Please check your email to confirm subscription.

    • About CyberNexora News
    • Privacy Policy
    © 2026 CyberNexora News. All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.