BIT-node-min-2026-21710

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/node-min/BIT-node-min-2026-21710.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-node-min-2026-21710
Aliases
Published
2026-04-06T07:58:41.978Z
Modified
2026-04-13T08:16:25.780554Z
Summary
[none]
Details

A flaw in Node.js HTTP request handling causes an uncaught TypeError when a request is received with a header named __proto__ and the application accesses req.headersDistinct.

When this occurs, dest["__proto__"] resolves to Object.prototype rather than undefined, causing .push() to be called on a non-array. This exception is thrown synchronously inside a property getter and cannot be intercepted by error event listeners, meaning it cannot be handled without wrapping every req.headersDistinct access in a try/catch.

  • This vulnerability affects all Node.js HTTP servers on 20.x, 22.x, 24.x, and v25.x
Database specific
{
    "cpes": [
        "cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:*"
    ],
    "severity": "High"
}
References

Affected packages

Bitnami / node-min

Package

Name
node-min
Purl
pkg:bitnami/node-min

Severity

  • 7.5 (High) CVSS_V3 - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
20.20.2
Introduced
21.0.0
Fixed
22.22.2
Introduced
23.0.0
Fixed
24.14.1
Introduced
25.0.0
Fixed
25.8.2

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/node-min/BIT-node-min-2026-21710.json"