{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2026-1525","assignerOrgId":"ce714d77-add3-4f53-aff5-83d477b104bb","state":"PUBLISHED","assignerShortName":"openjs","dateReserved":"2026-01-28T12:04:51.369Z","datePublished":"2026-03-12T19:56:55.092Z","dateUpdated":"2026-03-12T20:46:13.379Z"},"containers":{"cna":{"providerMetadata":{"orgId":"ce714d77-add3-4f53-aff5-83d477b104bb","shortName":"openjs","dateUpdated":"2026-03-12T19:56:55.092Z"},"title":"undici is vulnerable to Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')","problemTypes":[{"descriptions":[{"lang":"en","cweId":"CWE-444","description":"CWE-444 Inconsistent interpretation of HTTP requests ('HTTP Request/Response smuggling')","type":"CWE"}]}],"impacts":[{"capecId":"CAPEC-33","descriptions":[{"lang":"en","value":"CAPEC-33 HTTP Request Smuggling"}]},{"capecId":"CAPEC-273","descriptions":[{"lang":"en","value":"CAPEC-273 HTTP Response Smuggling"}]}],"affected":[{"vendor":"undici","product":"undici","collectionURL":"https://github.com/nodejs/undici/","packageName":"undici","repo":"https://github.com/nodejs/undici/","versions":[{"status":"affected","version":"< 6.24.0; 7.0.0 < 7.24.0"},{"status":"unaffected","version":"6.24.0: 7.24.0"}],"defaultStatus":"unaffected"}],"descriptions":[{"lang":"en","value":"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.\n\nWho is impacted:\n\n  *  Applications using undici.request(), undici.Client, or similar low-level APIs with headers passed as flat arrays\n  *  Applications that accept user-controlled header names without case-normalization\n\n\nPotential consequences:\n\n  *  Denial of Service: Strict HTTP parsers (proxies, servers) will reject requests with duplicate Content-Length headers (400 Bad Request)\n  *  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","supportingMedia":[{"type":"text/html","base64":false,"value":"<p>Undici allows duplicate HTTP&nbsp;<code>Content-Length</code>&nbsp;headers when they are provided in an array with case-variant names (e.g.,&nbsp;<code>Content-Length</code>&nbsp;and&nbsp;<code>content-length</code>). This produces malformed HTTP/1.1 requests with multiple conflicting&nbsp;<code>Content-Length</code>&nbsp;values on the wire.</p><p><strong>Who is impacted:</strong></p><ul><li>Applications using&nbsp;<code>undici.request()</code>,&nbsp;<code>undici.Client</code>, or similar low-level APIs with headers passed as flat arrays</li><li>Applications that accept user-controlled header names without case-normalization</li></ul><p><strong>Potential consequences:</strong></p><ul><li><strong>Denial of Service</strong>: Strict HTTP parsers (proxies, servers) will reject requests with duplicate&nbsp;<code>Content-Length</code>&nbsp;headers (400 Bad Request)</li><li><strong>HTTP Request Smuggling</strong>: 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</li></ul>"}]}],"references":[{"url":"https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm"},{"url":"https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6"},{"url":"https://cwe.mitre.org/data/definitions/444.html"},{"url":"https://hackerone.com/reports/3556037"},{"url":"https://cna.openjsf.org/security-advisories.html"}],"metrics":[{"format":"CVSS","scenarios":[{"lang":"en","value":"GENERAL"}],"cvssV3_1":{"version":"3.1","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"LOW","availabilityImpact":"LOW","baseSeverity":"MEDIUM","baseScore":6.5,"vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"}}],"workarounds":[{"lang":"en","value":"If upgrading is not immediately possible:\n\n  *  Validate header names: Ensure no duplicate Content-Length headers (case-insensitive) are present before passing headers to undici\n  *  Use object format: Pass headers as a plain object ({ 'content-length': '123' }) rather than an array, which naturally deduplicates by key\n  *  Sanitize user input: If headers originate from user input, normalize header names to lowercase and reject duplicates","supportingMedia":[{"type":"text/html","base64":false,"value":"<p>If upgrading is not immediately possible:</p><ol><li><strong>Validate header names</strong>: Ensure no duplicate&nbsp;<code>Content-Length</code>&nbsp;headers (case-insensitive) are present before passing headers to undici</li><li><strong>Use object format</strong>: Pass headers as a plain object (<code>{ 'content-length': '123' }</code>) rather than an array, which naturally deduplicates by key</li><li><strong>Sanitize user input</strong>: If headers originate from user input, normalize header names to lowercase and reject duplicates</li></ol>"}]}],"credits":[{"lang":"en","value":"Matteo Collina","type":"remediation developer"},{"lang":"en","value":"Ulises Gascón","type":"remediation developer"}],"source":{"advisory":"GHSA-2mjp-6q6p-2qxm","discovery":"INTERNAL"},"x_generator":{"engine":"Vulnogram 1.0.0"}},"adp":[{"metrics":[{"other":{"type":"ssvc","content":{"timestamp":"2026-03-12T20:44:24.555703Z","id":"CVE-2026-1525","options":[{"Exploitation":"poc"},{"Automatable":"yes"},{"Technical Impact":"partial"}],"role":"CISA Coordinator","version":"2.0.3"}}}],"title":"CISA ADP Vulnrichment","providerMetadata":{"orgId":"134c704f-9b21-4f2e-91b3-4a467353bcc0","shortName":"CISA-ADP","dateUpdated":"2026-03-12T20:46:13.379Z"}}]}}