CVE-2026-1527
Last modified
CVE-2026-1527 is a medium-severity vulnerability rated 4.6/10 on the CVSS scale. ImpactWhen an application passes user-controlled input to the upgrade option of client.request(), an attacker can inject CRLF sequences (\r\n) to: * Inject arbitrary HTTP headers * Terminate the HTTP request prematurely and smuggle raw data to non-HTTP services (Redis, Memcached, Elasticsearch) The vulnerability exists because undici writes the upgrade value directly to the socket without validating for invalid header characters: // lib/dispatcher/client-h1.js:1121 if (upgrade) { header += `connection: upgrade\r\nupgrade: ${upgrade}\r\n` }. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
ImpactWhen an application passes user-controlled input to the upgrade option of client.request(), an attacker can inject CRLF sequences (\r\n) to: * Inject arbitrary HTTP headers * Terminate the HTTP request prematurely and smuggle raw data to non-HTTP services (Redis, Memcached, Elasticsearch) The vulnerability exists because undici writes the upgrade value directly to the socket without validating for invalid header characters: // lib/dispatcher/client-h1.js:1121 if (upgrade) { header += `connection: upgrade\r\nupgrade: ${upgrade}\r\n` }
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Undici | < 6.24.0 |
| Nodejs | Undici | >= 7.0.0, < 7.24.0 |
References
- https://cna.openjsf.org/security-advisories.htmlVendor Advisory
- https://github.com/nodejs/undici/security/advisories/GHSA-4992-7rv2-5pvqMitigation, Patch, Vendor Advisory
- https://hackerone.com/reports/3487198Permissions Required
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-1527?
How severe is CVE-2026-1527?
How do I fix CVE-2026-1527?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-15258The Product Feed Manager For WooCommerce WordPress plugin b…8.1
- CVE-2026-1526The undici WebSocket client is vulnerable to a denial-of-ser…7.5
- CVE-2026-15260The GEO my WP WordPress plugin before 4.5.5.3 does not perfo…4.3
- CVE-2026-15262The Admin Columns for ACF Fields WordPress plugin through 0.…5.4
- CVE-2026-15265A path traversal vulnerability in Tenable Agent 11.2.0 and 1…9.4
- CVE-2026-15267The Taskbuilder – Project Management & Task Management Tool …6.5
- CVE-2026-15270A weakness has been identified in D-link DIR-823G 1.0.2B05_2…7.5
- CVE-2026-15271A security vulnerability has been detected in TOTOLINK A3000…7.7
- CVE-2026-15274A vulnerability was detected in lo48576 fbxcel up to 0.9.0. …3.3
- CVE-2026-15276A flaw has been found in pdeljanov Symphonia up to 0.6.0. Th…3.3
- CVE-2026-1528ImpactA server can reply with a WebSocket frame using the 64…7.5
- CVE-2026-15280IBM WebSphere Application Server - Liberty 17.0.0.3 through …7.5
Are you affected by CVE-2026-1527?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
