CVE detail
CVE-2026-1525
Undici allows duplicate HTTP Content-Length headers when they are provided in an array with case-variant names (e.g., Content-Length and content-length). This produces malformed HTTP/1.1 requests with multiple conflicting Content-Length values on the wire. Who is impacted: * Applications using undici.request(), undici.Client, or similar low-level APIs with headers passed as flat arrays * Applications that accept user-controlled header names without case-normalization Potential consequences: * Denial of Service: Strict HTTP parsers (proxies, servers) will reject requests with duplicate Content-Length headers (400 Bad Request) * HTTP Request Smuggling: In deployments where an intermediary and backend interpret duplicate headers inconsistently (e.g., one uses the first value, the other uses the last), this can enable request smuggling attacks leading to ACL bypass, cache poisoning, or credential hijacking
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 17.9 · diversity 20.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
5 source links · newest first
- https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6www.rfc-editor.org
No excerpt available.
Third Party Advisorywww.rfc-editor.orgMar 12, 2026, 8:16 PM - https://hackerone.com/reports/3556037hackerone.com
No excerpt available.
Exploithackerone.comMar 12, 2026, 8:16 PM No excerpt available.
Exploitgithub.comMar 12, 2026, 8:16 PM- https://cwe.mitre.org/data/definitions/444.htmlcwe.mitre.org
No excerpt available.
Technical Descriptioncwe.mitre.orgMar 12, 2026, 8:16 PM - https://cna.openjsf.org/security-advisories.htmlcna.openjsf.org
No excerpt available.
Vendor Advisorycna.openjsf.orgMar 12, 2026, 8:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-58047CVSS 5.6 · Medium
HTTP Smuggling in cPanel allows potential leak of credentials.
- CVE-2026-16728CVSS 4.8 · Medium
undici's retry interceptor can deliver a response whose body length does not match the Content-Length header exposed to the application after a retry or resume of a partial respon…
- CVE-2026-59898CVSS 6.3 · Medium
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, ab attacker can force WebSocket upgrade via the lax V07 (o…
- CVE-2026-59900CVSS 6.9 · Medium
Netty is an asynchronous, event-driven network application framework. Prior to versions 4.1.136.Final and 4.2.16.Final, Netty's HTTP/2-to-HTTP/1.x translation layer (`Http2StreamF…
- CVE-2026-58155CVSS 9.2 · Critical
Apache Traffic Server truncates over-long header names, allowing header aliasing, request smuggling, and policy bypass. This issue affects Apache Traffic Server: from 8.0.0 throu…
- CVE-2026-58153CVSS 6.3 · Medium
Apache Traffic Server forwards HTTP/2 origin trailers to HTTP/1 clients without proper chunked framing when converting HTTP/2 to HTTP/1. This issue affects Apache Traffic Server:…