CVE-2026-84961
Last modified
CVE-2026-84961 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector inside the connect option, is silently discarded before it reaches the TLS layer. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
undici's BalancedPool constructor passes its entire options object through an internal deep-clone that serializes and reparses the value as JSON. Because JSON cannot represent functions, any function-valued TLS option, such as a caller-supplied checkServerIdentity callback or a custom connector inside the connect option, is silently discarded before it reaches the TLS layer. As a result a peer whose certificate the application's custom checkServerIdentity was written to reject, but which still passes Node's default hostname and chain checks, is accepted when reached through BalancedPool. The Client, Pool, and Agent dispatchers are not affected because they extract the connect and tls options before cloning. This affects undici versions from 7.24.1 up to 7.29.1 and from 8.0.0 up to 8.10.2, and only when the application supplies a function-valued connect or tls option to BalancedPool. Users should upgrade to undici 7.29.1 or 8.10.2.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| undici | undici | >= 7.24.1, < 7.29.1; >= 8.0.0, < 8.10.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-84961?
How severe is CVE-2026-84961?
How do I fix CVE-2026-84961?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-84939Path traversal vulnerability in Apache FreeMarker template l…9.1
- CVE-2026-8494The Permalink Manager Lite plugin for WordPress is vulnerabl…6.4
- CVE-2026-84942Improper input validation in the Vega expression function im…8.7
- CVE-2026-84947undici's dump interceptor reads and discards a response body…3.7
- CVE-2026-8495Missing Authorization vulnerability in Drupal Date iCal allo…9.8
- CVE-2026-8496A cross-site scripting (XSS) vulnerability exists in Alinto …6.1
- CVE-2026-84962An unauthorized user with key vault write access may cause a…4.2
- CVE-2026-84963An incorrect numeric conversion in the JSON parsing componen…5.3
- CVE-2026-84964A double free in the OpenSSL-based TLS certificate revocatio…5.9
- CVE-2026-84965An integer wraparound in an allocation size calculation in t…5.1
- CVE-2026-84966An incorrect numeric type conversion in the BSON document bu…5.1
- CVE-2026-84967A component of the MongoDB extension for Visual Studio Code …4.3
Are you affected by CVE-2026-84961?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
