CVE-2026-1526
Last modified
CVE-2026-1526 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression. When a WebSocket connection negotiates the permessage-deflate extension, the client decompresses incoming compressed frames without enforcing any limit on the decompressed data size. EPSS estimates a 1.15% chance of exploitation in the next 30 days.
Description
The undici WebSocket client is vulnerable to a denial-of-service attack via unbounded memory consumption during permessage-deflate decompression. When a WebSocket connection negotiates the permessage-deflate extension, the client decompresses incoming compressed frames without enforcing any limit on the decompressed data size. A malicious WebSocket server can send a small compressed frame (a "decompression bomb") that expands to an extremely large size in memory, causing the Node.js process to exhaust available memory and crash or become unresponsive. The vulnerability exists in the PerMessageDeflate.decompress() method, which accumulates all decompressed chunks in memory and concatenates them into a single Buffer without checking whether the total size exceeds a safe threshold.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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://datatracker.ietf.org/doc/html/rfc7692Technical Description
- https://hackerone.com/reports/3481206Permissions Required
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-1526?
How severe is CVE-2026-1526?
How do I fix CVE-2026-1526?
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-15252The Search Atlas SEO WordPress plugin before 2.6.12 does no…5.4
- CVE-2026-15254The Simply Schedule Appointments WordPress plugin before 1.6…6.5
- CVE-2026-15255The RegistrationMagic WordPress plugin before 6.0.9.4 does …5.3
- CVE-2026-15256The Ninja Forms WordPress plugin before 3.14.10 does not pre…4.8
- CVE-2026-15257The RegistrationMagic WordPress plugin before 6.0.9.4 does …5.3
- CVE-2026-15258The Product Feed Manager For WooCommerce WordPress plugin b…8.1
- 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-1527ImpactWhen an application passes user-controlled input to th…4.6
- CVE-2026-15270A weakness has been identified in D-link DIR-823G 1.0.2B05_2…7.5
Are you affected by CVE-2026-1526?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
