CVE-2024-21095
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedVulnerability in the Primavera P6 Enterprise Project Portfolio Management product of Oracle Construction and Engineering (component: Web Access). Supported versions that are affected are 19.12.0-19.12.22, 20.12.0-20.12.21, 21.12.0-21.12.18, 22.12.0-22.12.12 and 23.12.0-23.12.2. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Primavera P6 Enterprise Project Portfolio Management. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Primavera P6 Enterprise Project Portfolio Management accessible data as well as unauthorized update, insert or delete access to some of Primavera P6 Enterprise Project Portfolio Management accessible data. CVSS 3.1 Base Score 8.2 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N).
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceUnauthenticated remote vulnerability in the Web Access component of Oracle Primavera P6 Enterprise Project Portfolio Management allows unauthenticated attackers with network access via HTTP to compromise the system. Successful exploitation grants unauthorized access to critical project data and potentially insert, update, or delete access to some data due to missing or inadequate authentication controls in the web interface.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 19.12.0, <= 19.12.22>= 20.12.0, <= 20.12.21>= 21.12.0.0, <= 21.12.18>= 22.12.0, <= 22.12.12>= 23.12.0, <= 23.12.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify P6 installed versionLog into the P6 administration console or check the P6 installer/About section. On the server, examine the P6 installation directory for version files or run: java -jar p6version.jar or check the Oracle inventory file. Alternatively, access the login page footer which often displays the version.Affected if The displayed version falls within these ranges: 19.12.0-19.12.22, 20.12.0-20.12.21, 21.12.0.0-21.12.18, 22.12.0-22.12.12, or 23.12.0-23.12.2
-
Confirm Web Access component is enabledCheck the P6 configuration for the Web Access (P6 Web) service. Typically located in the P6 admin settings or by examining the deployed web application files under the application server webapps directory (e.g., $ORACLE_HOME/user_projects/domains/.../p6). Verify the p6web.war or p6 application is deployed and running.Affected if The Web Access component is deployed and running, exposing the P6 web interface on HTTP/HTTPS ports (typically 8080, 8443, or the configured web server ports)
-
Verify network accessibility of the Web Access interfaceFrom an external host, attempt to reach the P6 Web URL: http(s)://<server>:<port>/p6. Use a browser or curl command: curl -I http://<target>:<port>/p6. Check firewall rules and load balancer configurations to determine if the interface is accessible from untrusted networks.Affected if The Web Access URL is reachable from a network where untrusted or anonymous attackers could send HTTP requests to the p6 endpoint
-
Check for missing authentication enforcementAttempt to access P6 resources without providing credentials. Browse to common P6 API endpoints such as /p6/rest/services or /p6/api without a login session. Inspect whether the server returns project data, configuration details, or allows unauthenticated API calls.Affected if The server returns project data, user information, or permits access to API endpoints without requiring authentication credentials
If the installed P6 version falls within any of the affected ranges AND the Web Access component is exposed and accessible over the network, the environment is vulnerable to unauthenticated remote compromise via CVE-2024-21095.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply Oracle's critical patch updates for Primavera P6 (versions 19.12 through 23.12) as listed in Oracle's April 2024 Critical Patch Update. Implement network segmentation and WAF rules as interim controls until patches can be applied.
Upgrade to the next available patch set within your current major version line (e.g., 19.12.23+, 20.12.22+, 21.12.19+, 22.12.13+, 23.12.3+)
- Check Oracle's official support portal (.oracle.com) for the April 2024 Critical Patch Update (CPU) or subsequent updates that address CVE-2024-21095
- Identify your current Primavera P6 EPPM version from the Admin menu > About Primavera P6
- For 19.12.x versions: Upgrade to version 19.12.23 or later
- For 20.12.x versions: Upgrade to version 20.12.22 or later
- For 21.12.x versions: Upgrade to version 21.12.19 or later
- For 22.12.x versions: Upgrade to version 22.12.13 or later
- For 23.12.x versions: Upgrade to version 23.12.3 or later
- After upgrade, verify the patch level matches the fixed version via Admin > About
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation16.0 h
- Testing16.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $13,312.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-21095 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-21095 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data