Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-6734 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:22380 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:22934 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:34342 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:35841 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:35891 redhat-SADP

see all 23 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-346Origin Validation Erroropenjs
CWE-940Improper Verification of Source of a Communication Channelredhat-SADP

Affected Products

ProductVersions
nodejs undici
>= 7.23.0, < 7.28.0
>= 8.0.0, < 8.2.0

CPE

  • cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

25 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-6734
NVD Published Date:
Jun 17, 2026
NVD Last Modified:
Sep 10, 2026
Source:
openjs
CVE-2026-6734 Details - Not Deferred