CVE-2026-6733
Last modified
CVE-2026-6733 is a low-severity vulnerability rated 3.7/10 on the CVSS scale. Impact: Undici's HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
Impact: Undici's HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests. This requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse. Patches: Upgrade to undici v6.26.0, v7.28.0 or v8.5.0. Workarounds: Disable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Undici | < 6.27.0 |
| Nodejs | Undici | >= 7.0.0, < 7.28.0 |
| Nodejs | Undici | >= 8.0.0, < 8.5.0 |
References
- https://cna.openjsf.org/security-advisories.htmlVendor Advisory
- https://github.com/nodejs/undici/security/advisories/GHSA-35p6-xmwp-9g52Mitigation, Vendor Advisory
- https://hackerone.com/reports/3582376Issue Tracking
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-6733?
How severe is CVE-2026-6733?
How do I fix CVE-2026-6733?
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-67324GitPython 3.1.50 fails to recognize joined short-option form…9.8
- CVE-2026-67325GitPython before 3.1.51 contains an incomplete command injec…8.8
- CVE-2026-67326GitPython before 3.1.50 fails to validate newline characters…7.3
- CVE-2026-67327better-auth versions >= 1.1.3 and < 1.6.22 (and pre-release …8.7
- CVE-2026-67328@better-auth/sso versions before 1.6.21 contain multiple aut…8.6
- CVE-2026-67329@better-auth/stripe versions >= 1.4.11 and < 1.6.21, and >= …7.1
- CVE-2026-67330@better-auth/scim (a better-auth plugin) versions >= 1.4.0-b…9.9
- CVE-2026-67331better-auth SCIM versions from 1.5.0 before 1.7.0-beta.4 fai…8.7
- CVE-2026-67332@better-auth/oauth-provider before 1.7.0-beta.4 fails to bin…6.4
- CVE-2026-67333better-auth before 1.6.13 (and pre-release builds 1.7.0-beta…7.2
- CVE-2026-67334better-auth versions before 1.6.11 fail to delete cached ses…5.1
- CVE-2026-67335better-auth versions before 1.6.2 fail to validate the OAuth…6
Are you affected by CVE-2026-6733?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
