CVE-2026-6734

Source
https://cve.org/CVERecord?id=CVE-2026-6734
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-6734.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-6734
Aliases
Downstream
Published
2026-06-17T16:36:55.439Z
Modified
2026-06-19T03:53:09.536393982Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
undici vulnerable to cross-origin request routing via SOCKS5 proxy pool reuse
Details

Impact: 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 PR #4385 and affects all versions through 8.1.0.

Patches: Upgrade to undici v7.26.0 or v8.2.0.

Workarounds: Use a separate Socks5ProxyAgent instance per origin, or avoid using Socks5ProxyAgent with multiple origins.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/6xxx/CVE-2026-6734.json",
    "cna_assigner": "openjs",
    "cwe_ids": [
        "CWE-346"
    ]
}
References

Affected packages

Git / github.com/nodejs/undici

Affected ranges

Type
GIT
Repo
https://github.com/nodejs/undici
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "7.23.0"
        },
        {
            "fixed": "7.26.0"
        },
        {
            "introduced": "8.0.0"
        },
        {
            "fixed": "8.2.0"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v7.*
v7.23.0
v7.24.0
v7.24.1
v7.24.2
v7.24.3
v7.24.4
v7.24.5
v7.24.6
v7.24.7
v7.24.8
v7.25.0
v8.*
v8.0.0
v8.0.1
v8.0.2
v8.0.3
v8.1.0

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-6734.json"