Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2024-21896


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.


Published

2024-02-20T02:15:50.770

Last Modified

2025-04-02T20:09:59.267

Status

Analyzed

Source

[email protected]

Severity

CVSSv3.1: 9.8 (CRITICAL)

Weaknesses
  • Type: Secondary
    CWE-27

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application nodejs node.js < 20.11.1 Yes
Application nodejs node.js < 21.6.2 Yes

References