GHSA-2mjp-6q6p-2qxm · Severity: medium · Ecosystem: npm — Undici has an HTTP Request/Response Smuggling issue
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
Conclusion & alert: CVE-2026-1525 is rated Low Risk (27.3/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.02%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-21 | 0.05% | 0.02% | -0.03% |
| 2 | 2026-03-18 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-03-13 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.5 | 3.1 | MEDIUM |
|
3.9 | 2.5 | ce714d77-add3-4f53-aff5-83d477b104bb |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
GHSA-2mjp-6q6p-2qxm · Severity: medium · Ecosystem: npm — Undici has an HTTP Request/Response Smuggling issue
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-1525: 1 source package rows (nodejs); 10 state rows across 5 repos (3.19-main, 3.20-main, 3.21-main, 3.22-main, edge-main); fixed 0, open 10. | https://security.alpinelinux.org/vuln/CVE-2026-1525 |
debian
|
unimportant | CVE-2026-1525 unimportant priority: Debian including 1 source packages (node-undici), 4 status rows across 4 suites (bookworm, forky, sid, trixie): resolved 3, open 1. | https://security-tracker.debian.org/tracker/CVE-2026-1525 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-1525 |
ubuntu
|
medium | CVE-2026-1525 medium priority: Ubuntu including 1 source packages (node-undici), 4 status rows across 4 suites (jammy, noble, questing, upstream): needs-triage 3, DNE 1. | https://ubuntu.com/security/CVE-2026-1525 |
| URL | Tags |
|---|---|
| https://cna.openjsf.org/security-advisories.html | Vendor Advisory |
| https://cwe.mitre.org/data/definitions/444.html | Technical Description |
| https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm | Mitigation Vendor Advisory |
| https://hackerone.com/reports/3556037 | Permissions Required |
| https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6 | Technical Description |