CVE-2019-25762: JoomProject 1.1.3.2 Unauthenticated User Data Disclosure
Joomla! Component JoomProject version 1.1.3.2 contains a privacy vulnerability that exposes sensitive user information without requiring authentication. An attacker can craft a simple web request to retrieve user IDs, names, and email addresses in JSON format. This is a direct information disclosure—no data modification or service disruption occurs—but the exposure of user details poses significant privacy and social engineering risks.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-359
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-19 / 2026-06-22
NVD description (verbatim)
Joomla! Component JoomProject 1.1.3.2 contains an information disclosure vulnerability that allows unauthenticated attackers to access sensitive user data by exploiting the projects endpoint. Attackers can send requests to index.php with option=com_jpprojects&view=projects&tmpl=component&format=json parameters to retrieve user IDs, names, and email addresses in JSON format.
4 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability exists in the projects endpoint of JoomProject 1.1.3.2. By sending HTTP requests to index.php with the parameters option=com_jpprojects&view=projects&tmpl=component&format=json, an unauthenticated attacker can enumerate and retrieve user data. The component fails to enforce access controls on this endpoint, allowing public disclosure of personally identifiable information (PII). The issue maps to CWE-359 (Privacy Violation), indicating improper access to sensitive user attributes.
Business impact
Exposure of user email addresses and names creates multiple downstream risks: phishing and social engineering attacks become more feasible when attackers possess verified targets; compliance obligations under GDPR, CCPA, and similar regulations are triggered if user data is accessed without consent; reputational damage and potential legal liability accrue if the breach is discovered; and user trust erodes. Organizations running affected Joomla installations with JoomProject may face notification requirements and regulatory fines if this vulnerability is exploited in the wild.
Affected systems
Joomla! installations with JoomProject component version 1.1.3.2 are affected. Earlier or later versions may require validation against the vendor's advisory. Systems exposing Joomla instances to the internet without additional access controls (such as web application firewalls) face direct attack surface. Verify your deployed version and check for any security-focused configuration options that may mitigate exposure.
Exploitability
Exploitability is high. The attack requires no authentication, no user interaction, and no special network position—a straightforward HTTP GET or POST request from anywhere on the internet suffices. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms this assessment. No exploit code is required; manual testing or simple scripting can trigger the data disclosure. This characteristic places the vulnerability in the highest practical risk tier for exposure-prone systems.
Remediation
Upgrade JoomProject to a patched version released by the vendor. If an immediate upgrade is not feasible, implement one or more compensating controls: restrict access to the /index.php endpoint using web server rules or a WAF, disable the JoomProject component if not in use, or apply URL-level access controls that require authentication before permitting requests to the affected endpoint. Verify all remediations against the vendor's official security advisory.
Patch guidance
Check the official Joomla Extensions Directory and JoomProject vendor site for a security release addressing this issue. Verify the exact patched version number against the vendor's advisory; do not assume a minor version bump indicates a fix. Apply the patch through Joomla's standard update mechanism after testing in a non-production environment. If the vendor has not yet released a patch, prioritize the compensating controls outlined above and plan an upgrade timeline.
Detection guidance
Monitor web server and application logs for requests containing the parameter combination option=com_jpprojects&view=projects&tmpl=component&format=json. Use intrusion detection rules or WAF signatures to alert on these requests. Query application or database audit logs to identify if user data tables were accessed outside normal application flows. Conduct a user notification effort if evidence of successful exploitation is discovered. Correlate timestamps of suspicious requests with any upstream breach indicators.
Why prioritize this
This vulnerability scores HIGH (7.5) due to the combination of unauthenticated access, low attack complexity, and direct exposure of sensitive user information. Although no confidentiality, integrity, or availability impact is scored at the system level, the privacy disclosure of PII warrants immediate attention. Prioritize patching or mitigation for any Joomla instance hosting a public-facing projects component, especially those serving users in regulated industries or geographies.
Risk score, explained
CVSS 3.1 score of 7.5 reflects: Network-accessible attack vector (AV:N), low complexity (AC:L), no authentication required (PR:N), no user interaction (UI:N), and high confidentiality impact (C:H) with no integrity or availability impact (I:N/A:N). The score appropriately penalizes the ease of exploitation and the sensitive nature of the disclosed data, placing the vulnerability in the HIGH severity category and above the threshold for urgent remediation.
Frequently asked questions
Do I need to be logged in to exploit this vulnerability?
No. The vulnerability requires zero authentication. Any attacker with network access to the Joomla instance can retrieve user data without credentials.
What data is actually exposed?
User IDs, names, and email addresses are disclosed in JSON format. The endpoint acts as an unprotected enumeration source for user details that should not be public.
If I don't use the JoomProject component, am I affected?
Not directly. Only installations with JoomProject version 1.1.3.2 installed and enabled are vulnerable. Verify your component version and disable it if not in use.
What should I do if I cannot patch immediately?
Implement immediate mitigations: block or authenticate access to the vulnerable endpoint using your web server or WAF, disable the JoomProject component if possible, and monitor logs for suspicious requests. Plan a patch deployment within a defined timeframe.
This analysis is provided for informational purposes to help security teams understand and prioritize remediation efforts. No exploit code or weaponization details are included. Patch version numbers and vendor advisory details should be verified against official vendor sources before deployment. Always test patches in non-production environments. SEC.co makes no warranty regarding the accuracy or completeness of vulnerability information and recommends consulting vendor advisories and security bulletins for definitive guidance. Source: NVD (public-domain), retrieved 2026-07-27. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-26237HIGHQuMagie Missing Authorization Vulnerability – HIGH Severity Data Exposure
- CVE-2020-25900MEDIUMHelloTalk Location Privacy Flaw – Unintended GPS Exposure
- CVE-2025-30459MEDIUMmacOS Privacy Vulnerability Allowing Unauthorized Sensitive Data Access
- CVE-2026-25699MEDIUMApache Answer Authorization Bypass Exposes Private Content
- CVE-2016-20062HIGHSQL Injection in Simply Poll 1.4.1 WordPress Plugin - Unauthenticated Data Theft
- CVE-2016-20063HIGHSQL Injection in Single Personal Message 1.0.3 – Credential & Data Theft Risk
- CVE-2016-20065HIGHUnauthenticated SQL Injection in Product Catalog 8 WordPress Plugin
- CVE-2016-20066HIGHWordPress CP Polls 1.0.8 Persistent XSS Vulnerability