Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2026-9697

35
FAUCET Score

Impact: undici's ProxyAgent silently drops the requestTls option when configured with a SOCKS5 proxy URI (socks5:// or socks://). The target HTTPS connection through the SOCKS5 tunnel falls back to Node's default trust store, ignoring user-configured ca, cert, key, rejectUnauthorized, and servername settings. Applications that pin to an internal or corporate CA via requestTls.ca will, when their proxy URI is SOCKS5, get the default Mozilla CA bundle as the trust anchor instead. Any cert signed by any publicly-trusted CA for the target hostname is accepted, breaking the intended pin and enabling MITM read and tamper of the HTTPS exchange. Affected applications are those that use undici's ProxyAgent (or Socks5ProxyAgent directly) with SOCKS5 AND rely on requestTls for TLS scope restriction. The bug was introduced in undici 7.23.0 when SOCKS5 support was added. Patches: Upgrade to undici v7.28.0 or v8.5.0. Workarounds: No workaround is available within the SOCKS5 path. If a SOCKS5 proxy with TLS scope restriction is required and an upgrade is not yet possible, route the traffic through an HTTP-proxy ProxyAgent instead, where requestTls is honored correctly.

First published: Jun 17, 2026Last modified: Jun 17, 2026

Impacted Technologies

VendorProductVersion(s)CPE
>= 7.23.0, < 7.28.0CPE matchmatch criteria
cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*
>= 8.0.0, < 8.5.0CPE matchmatch criteria
cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*

CVSS Data

CVSS version used by this source: 3.1

7.4HIGH

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

Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
NONE
Exploitability Score
2.2
Impact Score
5.2
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.46%
Probability of exploitation in next 30 days
EPSS Percentile
37.4%
Percentile rank of EPSS score among Peer Group
As of 2026-07-28
Model: v2026.06.15
This CVE's current EPSS score of 0.0046 is in the 12th percentile among its peer group of 8,920 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.1 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.1 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (5)

microsoftpatch availablevia msrc
Product: azl3 nodejs 24.14.1-3 on Azure Linux 3.0Fixed in: 24.17.0-1
microsoftpatch availablevia msrc
Product: 21370-17084Fixed in: 24.17.0-1
npmpatch availablevia ghsa
Product: undiciFixed in: 7.28.0
npmpatch availablevia ghsa
Product: undiciFixed in: 8.5.0
github_advisoryworkaround availablevia nvd_reference
View patch

Vendor Advisories (2)

npmGHSA-vmh5-mc38-953ghigh

undici vulnerable to TLS certificate validation bypass via dropped requestTls in SOCKS5 ProxyAgent

Jun 18, 2026
microsoft2026-Jun/CVE-2026-9697Important

undici vulnerable to TLS certificate validation bypass via dropped requestTls in SOCKS5 ProxyAgent

Jun 9, 2026

References

access.redhat.com / errata/RHSA-2026:22380
access.redhat.com / errata/RHSA-2026:22934
access.redhat.com / errata/RHSA-2026:34342
access.redhat.com / errata/RHSA-2026:35841
access.redhat.com / errata/RHSA-2026:35891
access.redhat.com / errata/RHSA-2026:36621
access.redhat.com / errata/RHSA-2026:36754
access.redhat.com / errata/RHSA-2026:36820
access.redhat.com / errata/RHSA-2026:38236
access.redhat.com / errata/RHSA-2026:39868
access.redhat.com / errata/RHSA-2026:41929
access.redhat.com / errata/RHSA-2026:7378
access.redhat.com / security/cve/CVE-2026-9697
bugzilla.redhat.com / show_bug.cgi
security.access.redhat.com / data/csaf/v2/vex/2026/cve-2026-9697.json
cna.openjsf.org / security-advisories.html
Vendor Advisory
github.com / nodejs/undici/security/advisories/GHSA-vmh5-mc38-953g
MitigationVendor Advisory