CVE-2026-58044
Vulnerability Summary
Timeline
Description
A flaw in Node.js HTTP client can cause a request desynchronization for Node.js-based forwarding proxies that rebuild outbound headers from the visible `IncomingMessage` headers while piping the original body to a reused backend connection. Node.js can omit headers beyond `maxHeadersCount` / `maxHeaderPairs` from `req.headers`, `req.rawHeaders`, and `req.headersDistinct`, while still using those omitted headers internally for HTTP message framing. In particular, `Content-Length` can be hidden from userland while the request body is still delivered. This vulnerability affects all supported release lines: **Node.js 22**, **Node.js 24**, and **Node.js 26**.
CVSS Metrics
- v3.0•LOW•Score: 3.7CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
EPSS Trends
Current EPSS score: 0.25%• Percentile: 16%
Techniques & Countermeasures
- CWE-444•Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.
Affected Systems
- alpine•nodejs
< 22.23.2-r0 | < 22.23.2-r0 | < 24.18.1-r0 | < 24.18.1-r0
- chainguard•nodejs-20
all
- chainguard•nodejs-25
all
- wolfi•nodejs-20
all
- wolfi•nodejs-25
all
- debian•nodejs
all | all | all | all | < 24.19.0+dfsg+~cs24.13.3-1
- ubuntu•nodejs
all | all | all
- nodejs•node
26.5.0 | 24.18.0 | 22.23.1
References (6)
- https://nodejs.org/en/blog/vulnerability/july-2026-security-releases
- https://security.alpinelinux.org/vuln/CVE-2026-58044
- https://ubuntu.com/security/CVE-2026-58044
- https://www.cve.org/CVERecord?id=CVE-2026-58044
- https://nodejs.org/en/blog/vulnerability/july-2026-security-releases#http-parser-header-truncation-can-enable-request-smuggling-cve-2026-58044---low
- https://security-tracker.debian.org/tracker/CVE-2026-58044