BIT-node-2025-59465

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/node/BIT-node-2025-59465.json
JSON Data
https://api.test.osv.dev/v1/vulns/BIT-node-2025-59465
Aliases
Published
2026-01-26T14:47:56.981Z
Modified
2026-01-26T17:42:15.946518Z
Summary
[none]
Details

A malformed HTTP/2 HEADERS frame with oversized, invalid HPACK data can cause Node.js to crash by triggering an unhandled TLSSocket error ECONNRESET. Instead of safely closing the connection, the process crashes, enabling a remote denial of service. This primarily affects applications that do not attach explicit error handlers to secure sockets, for example:

server.on('secureConnection', socket => {
  socket.on('error', err => {
    console.log(err)
  })
})
Database specific
{
    "severity": "High",
    "cpes": [
        "cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:*"
    ]
}
References

Affected packages

Bitnami / node

Package

Name
node
Purl
pkg:bitnami/node

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.0
Introduced
21.0.0
Fixed
22.22.0
Introduced
23.0.0
Fixed
24.13.0
Introduced
25.0.0
Fixed
25.3.0

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/node/BIT-node-2025-59465.json"