Node.jsApplication

CVE-2024-21896

CRITICAL · 9.8 CVSS v3.1 Published 2024-02-20
Fix available
A fix is available. Upgrade to 20.11.1 / 21.6.2 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

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 · unedited
The permission model protects itself against path traversal attacks by calling path.resolve() on any paths given by the user. If the path is to be treated as a Buffer, the implementation uses Buffer.from() to obtain a Buffer from the result of path.resolve(). By monkey-patching Buffer internals, namely, Buffer.prototype.utf8Write, the application can modify the result of path.resolve(), which leads to a path traversal vulnerability. This vulnerability affects all users using the experimental permission model in Node.js 20 and Node.js 21. Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.

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 confidence

A path traversal vulnerability exists in Node.js experimental permission model where monkey-patching Buffer.prototype.utf8Write allows attackers to modify the result of path.resolve(), bypassing security protections. The flaw occurs because Buffer.from() is used on path.resolve() results, making the path vulnerable to manipulation.

MitigationDisable the experimental permission model in Node.js 20/21 until a patched version is available, or upgrade to a fixed release when published. Avoid using this experimental feature in production environments.

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
Node.jsApplication
Affected:>= 20.0.0, < 20.11.1>= 21.0.0, < 21.6.2

CVSS 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
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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 checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Node.js version
    Run 'node --version' or 'node -p "process.version"' to get the exact version string
    Affected if Version is >= 20.0.0 and < 20.11.1, or >= 21.0.0 and < 21.6.2
  2. Verify if experimental permission model is enabled
    Check startup scripts, package.json scripts, or process launch arguments for the --experimental-permission flag. Run 'node --help | grep permission' to confirm flag availability, then inspect your application's launch configuration
    Affected if The --experimental-permission flag is present in the Node.js process arguments or configuration
  3. Inspect for Buffer.prototype.utf8Write monkey-patching
    Search codebase for patterns like 'Buffer.prototype.utf8Write =' or 'Object.getOwnPropertyDescriptor(Buffer.prototype, "utf8Write")' using grep or code search tools
    Affected if Code modifies or reassigns Buffer.prototype.utf8Write in your application or loaded modules
  4. Check for code using path.resolve with external input
    Review code that uses path.resolve() where output feeds into file system operations, particularly in applications using the experimental permission model
    Affected if path.resolve results are used for file operations and the experimental permission model is active

You are affected if running a Node.js version in the vulnerable range AND the experimental permission model (--experimental-permission) is enabled in your runtime environment.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 20.11.1 / 21.6.2 or later
Fixed in 20.11.121.6.2
Interim mitigation

Disable the experimental permission model in Node.js 20/21 until a patched version is available, or upgrade to a fixed release when published. Avoid using this experimental feature in production environments.

Recommended fix High confidence

Node.js 20.11.1+ or 21.6.2+ (preferably Node.js 20.x LTS)

  1. Check current Node.js version with: node --version
  2. If running Node.js 20.x and version is less than 20.11.1, upgrade to version 20.11.1 or later
  3. If running Node.js 21.x and version is less than 21.6.2, upgrade to version 21.6.2 or later
  4. Consider upgrading to the latest stable LTS version (currently Node.js 20.x LTS) for long-term support and additional security fixes
  5. After upgrade, verify the new version: node --version
Caveat The permission model is experimental; verify any security-sensitive functionality using the permission model works as expected after upgrade

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Node.js Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing4.0 h
  • Review / QA2.0 h
15.0 hours of engineering $2,640
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-21896 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-21896 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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