Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-14643
Published:July 29, 2026
Updated:August 06, 2026
undici's cache interceptor mishandles optional whitespace placed around the equals sign of a qualified no-cache or private Cache-Control directive. In undici from 7.0.0 up to before 7.29.0 and from 8.0.0 up to before 8.9.0, the parser either drops the directive or stores a field name with literal quote characters, so the cache decision fails to recognize the qualification and the response is stored. In shared-cache mode, this lets a response containing one user's authenticated data be served from cache to a later caller, including an unauthenticated one, when both requests resolve to the same cache key. It affects applications that enable the cache interceptor in shared mode, forward Authorization headers upstream, and receive cacheable responses with qualified directives padded with whitespace around the equals sign. This is the whitespace-around-equals variant that the fix for CVE-2026-9678 did not normalize, and it is fixed in undici 7.29.0 and 8.9.0.
Affected Packages
https://github.com/nodejs/undici.git (GITHUB):
Affected version(s) >=v8.0.0 <v8.9.0
Fix Suggestion:
Update to version v8.9.0
https://github.com/nodejs/undici.git (GITHUB):
Affected version(s) >=v7.0.0 <v7.29.0
Fix Suggestion:
Update to version v7.29.0
undici (NPM):
Affected version(s) >=8.0.0 <8.9.0
Fix Suggestion:
Update to version 8.9.0
undici (NPM):
Affected version(s) >=7.0.0 <7.29.0
Fix Suggestion:
Update to version 7.29.0
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Interpretation Conflict
Use of Cache Containing Sensitive Information
EPSS
Base Score:
0.23