CVE-2026-1525

CRITICAL EPSS 38.6%
Published Mar 12, 20263mo ago · Modified Jun 17, 20262w ago
9.8 CVSS 3.1
Critical
Find Similar
Published Mar 12, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago

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

CVSS Details

Base Score
9.8
Exploitability
3.9
Impact
5.9
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
38.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-444

Affected Products 2

VendorProductVersionRange
nodejsundici* <6.24.0
nodejsundici*≥7.0.0  –  <7.24.0

References 5

  • cna.openjsf.org https://cna.openjsf.org/security-advisories.html
    Vendor Advisory
  • cwe.mitre.org https://cwe.mitre.org/data/definitions/444.html
    Technical Description
  • github.com https://github.com/nodejs/undici/security/advisories/GHSA-2mjp-6q6p-2qxm
    MitigationVendor Advisory
  • hackerone.com https://hackerone.com/reports/3556037
    Permissions Required
  • rfc-editor.org https://www.rfc-editor.org/rfc/rfc9110.html#section-8.6
    Technical Description

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.