Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. undici
  4. ›
  5. CVE-2026-6734

CVE-2026-6734: undici vulnerable to cross-origin request routing via SOCKS5 proxy pool reuse

June 19, 2026

When using Socks5ProxyAgent, undici reuses a single connection pool across different origins without verifying that the pool’s origin matches the requested origin. All requests are dispatched through the pool connected to the first origin, regardless of the intended destination.

This causes cross-origin request routing: credentials and request data intended for origin B are sent to origin A, responses from the wrong origin are trusted, and HTTPS requests may be silently downgraded to HTTP.

Impacted users are applications that use Socks5ProxyAgent (directly or via setGlobalDispatcher) and make requests to more than one origin.

This was introduced in undici 7.23.0 via #4385 and affects all versions through 8.1.0.

References

  • cna.openjsf.org/security-advisories.html
  • github.com/advisories/GHSA-hm92-r4w5-c3mj
  • github.com/nodejs/undici/pull/5041
  • github.com/nodejs/undici/security/advisories/GHSA-hm92-r4w5-c3mj
  • nvd.nist.gov/vuln/detail/CVE-2026-6734

Code Behaviors & Features

Detect and mitigate CVE-2026-6734 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 7.23.0 before 7.28.0, all versions starting from 8.0.0 before 8.2.0

Fixed versions

  • 7.28.0
  • 8.2.0

Solution

Upgrade to versions 7.28.0, 8.2.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Learn more about CVSS

Weakness

  • CWE-346: Origin Validation Error

Source file

npm/undici/CVE-2026-6734.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:24:51 +0000.