HOMEVULNERABILITIESCVE-2026-6733
LOW

CVE-2026-6733

CWE-367Published: June 17, 2026· Updated: Jun 17, 2026

3.7
CVSS v3.1

Official 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.

NVD Source

Technical Analysis

CVE-2026-6733 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityHigh
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityLow
AvailabilityNone
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (3)

Quick Facts

CVE IDCVE-2026-6733
CVSS Score3.7 / 10
SeverityLOW
WeaknessCWE-367
CISA KEVNo
PublishedJun 17, 2026

Related CVEs (CWE-367)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-6733 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.