CVE-2026-18149
Last modified
CVE-2026-18149 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. undici's retry handler can leave an already-exposed response body pending forever. When a server returns a successful response that declares a Content-Length, sends only part of the body, and closes the connection, the retry handler retries the request. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
undici's retry handler can leave an already-exposed response body pending forever. When a server returns a successful response that declares a Content-Length, sends only part of the body, and closes the connection, the retry handler retries the request. If the retry returns a non-retryable status such as 400, the handler forwards that new response downstream and replaces its internal response stream, but the original response body that the application still holds is never ended or destroyed. As a result calls that read that body never settle, and the configured body timeout does not fire because its timer is tied to the connection parser rather than the orphaned body. An attacker-controlled server can trigger this with two short responses without keeping a connection open, and repeated requests accumulate pending promises and streams that can exhaust application concurrency or memory. This affects undici versions from 7.11.0 up to 7.29.1 and from 8.0.0 up to 8.10.2. Users should upgrade to undici 7.29.1 or 8.10.2.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Undici | >= 7.11.0, < 7.29.1 |
| Nodejs | Undici | >= 8.0.0, < 8.10.2 |
References
- https://cna.openjsf.org/security-advisories.htmlVendor Advisory
- https://github.com/nodejs/undici/security/advisories/GHSA-pmjh-fq2x-6v4xMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-18149?
How severe is CVE-2026-18149?
How do I fix CVE-2026-18149?
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-18141A flaw was found in aap-gateway, a component of Ansible Auto…8.2
- CVE-2026-18143The Request a Quote for WooCommerce plugin for WordPress is …9.8
- CVE-2026-18144IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authentica…4.3
- CVE-2026-18146The Fluent Forms – Customizable Contact Forms, Survey, Quiz,…7.2
- CVE-2026-18147A flaw was found in FreeIPA. An unauthenticated remote attac…8.1
- CVE-2026-18148IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authentica…4.3
- CVE-2026-1815Insufficient session expiration vulnerability in Turkiye Ele…5.7
- CVE-2026-18150IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authentica…5.3
- CVE-2026-18151IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authentica…4.2
- CVE-2026-18152IBM Financial Transaction Manager (FTM) for RedHat OpenShift…7.4
- CVE-2026-18153IBM Financial Transaction Manager (FTM) for RedHat OpenShift…5.4
- CVE-2026-18154IBM Financial Transaction Manager (FTM) for RedHat OpenShift…8
Are you affected by CVE-2026-18149?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
