CVE-2024-21126
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 Oracle Database Portable Clusterware component of Oracle Database Server. Supported versions that are affected are 19.3-19.23 and 21.3-21.14. Easily exploitable vulnerability allows unauthenticated attacker with network access via DNS to compromise Oracle Database Portable Clusterware. While the vulnerability is in Oracle Database Portable Clusterware, attacks may significantly impact additional products (scope change). Successful attacks of this vulnerability can result in unauthorized ability to cause a partial denial of service (partial DOS) of Oracle Database Portable Clusterware. CVSS 3.1 Base Score 5.8 (Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L).
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 confidenceOracle Database Portable Clusterware contains a vulnerability exploitable via DNS that allows unauthenticated remote attackers to cause a partial denial of service. The attack complexity is low with no authentication required, and while the vulnerability is in the clusterware component, attacks may impact additional products due to the scope change.
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.3, <= 19.23>= 21.3, <= 21.14CVSS 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
- Changed
- Confidentiality
- None
- Integrity
- None
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L
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 Oracle Database installation and versionRun 'sqlplus -v' or check $ORACLE_HOME/oratab, or use 'ls -la $ORACLE_HOME' to verify installation and locate the version fileAffected if Version is 19.3-19.23 or 21.3-21.14
-
Confirm Portable Clusterware component is in useCheck if Oracle Clusterware/Grid Infrastructure is installed: run 'crsctl query crs activeversion' or inspect /etc/oracle/olr.loc, or look for 'crs' processes via 'ps -ef | grep -i d.bin'Affected if Portable Clusterware/Grid Infrastructure binaries are present and running
-
Verify clusterware DNS configuration exposureReview clusterware configuration files in $ORACLE_HOME/network/admin or Grid Infrastructure home for DNS-related settings in listener.ora, sqlnet.ora, or check 'srvctl config nodeapps' output for network configurationAffected if DNS-based listener registration or remote node communication is configured
-
Check clusterware service statusRun 'crsctl stat res -t' or 'olsnodes' to enumerate active cluster resources and nodesAffected if Cluster services are active, indicating the vulnerable component is exposed
If Oracle Database version falls within 19.3-19.23 or 21.3-21.14 AND Portable Clusterware/Grid Infrastructure is installed and active with DNS-based configuration, the environment is likely affected.
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 the relevant Oracle Critical Patch Update for versions 19.3-19.23 or 21.3-21.14. Review Oracle's patch documentation for Oracle Database Portable Clusterware and test cluster stability after deployment.
Oracle 19.24+ or 21.15+ (or apply July 2024 CPU)
- 1. Identify the current Oracle Database Portable Clusterware version using 'crsctl query crs activeversion' or 'ls -l $ORACLE_HOME/../crs/install/oraclexe.hpi'
- 2. Schedule a maintenance window for the upgrade (requires downtime for cluster resources)
- 3. Pre-upgrade backup: Run 'mkdir -p /backup/oracle; rman target / backup database plus archivelog delete input;'
- 4. For 19.x affected versions (19.3-19.23): Upgrade to Oracle 19.24 or later using OPatch or Database Upgrade Assistant (DBUA)
- 5. For 21.x affected versions (21.3-21.14): Upgrade to Oracle 21.15 or later using OPatch or Database Upgrade Assistant (DBUA)
- 6. Alternatively, apply Oracle Critical Patch Update (CPU) July 2024 or later which contains the fix for CVE-2024-21126
- 7. After upgrade/patch, validate cluster health using 'crsctl check cluster -all' and 'srvctl status database -d <dbname>'
- 8. Verify the fix by checking Oracle patch inventory: 'opatch lspatches'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,096.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-21126 — 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-21126 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