CVE-2026-1525

6.5 MEDIUM
Published: March 12, 2026 Modified: March 19, 2026
View on NVD

Description

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

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
https://cna.openjsf.org/security-advisories.html
Source: ce714d77-add3-4f53-aff5-83d477b104bb
Vendor Advisory
https://cwe.mitre.org/data/definitions/444.html
Source: ce714d77-add3-4f53-aff5-83d477b104bb
Technical Description
https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm
Source: ce714d77-add3-4f53-aff5-83d477b104bb
Mitigation Vendor Advisory
https://hackerone.com/reports/3556037
Source: ce714d77-add3-4f53-aff5-83d477b104bb
Permissions Required
https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6
Source: ce714d77-add3-4f53-aff5-83d477b104bb
Technical Description

5 reference(s) from NVD

Quick Stats

CVSS v3 Score
6.5 / 10.0
EPSS (Exploit Probability)
0.1%
15th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

nodejs