PatchSiren cyber security CVE debrief
CVE-2026-85152 Nodejs CVE debrief
CVE-2026-85152 is a high-severity vulnerability in undici, a Node.js module. It allows cross-origin information disclosure and persistent cache poisoning due to improper cache and request-deduplication key handling. This issue affects undici versions from 8.10.0 to 8.10.2. Applications using an Agent are not affected. Users should upgrade to undici 8.10.2.
- Vendor
- Nodejs
- Product
- Undici
- CVSS
- HIGH 7.4
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-04
- Original CVE updated
- 2026-09-16
- Advisory published
- 2026-09-04
- Advisory updated
- 2026-09-16
Who should care
Defenders of applications using undici should assess exposure, especially those with untrusted origins. Node.js developers and security teams should prioritize upgrading to undici 8.10.2.
Why it matters
CVE-2026-85152 is a high-severity vulnerability in undici that allows cross-origin information disclosure and persistent cache poisoning. Defenders should assess exposure, prioritize upgrading to undici 8.10.2, and verify cache configurations.
- Cross-origin information disclosure
- Persistent cache poisoning through cache-deduplication weaknesses
- Potential for authentication bypass in certain configurations
- Verification of cache and request-deduplication configurations required
Technical summary
The vulnerability is caused by undici 8.10.0 omitting the destination origin from cache and request-deduplication keys when composed directly onto a Client or Pool. This allows a cacheable or in-flight response from one upstream origin to be returned for a request to a different, trusted origin when method, path, and relevant headers match. The issue affects undici versions from 8.10.0 to 8.10.2 and can be mitigated by upgrading to undici 8.10.2. A reporter demonstrated a full authentication bypass. Applications using an Agent are not affected as it carries the origin in its dispatch options.
Defensive priority
Upgrade to undici 8.10.2 to mitigate the vulnerability. Review applications using undici for exposure, especially those with untrusted origins. Verify cache and request-deduplication configurations.
Recommended defensive actions
- Upgrade to undici 8.10.2
- Review applications using undici for exposure
- Verify cache and request-deduplication configurations
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The vulnerability was introduced in undici 8.10.0 and affects versions up to 8.10.2. A reporter demonstrated a full authentication bypass. The issue is a regression and can be mitigated by upgrading to undici 8.10.2.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-85152 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-85152
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-85152 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-85152
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://cna.openjsf.org/security-advisories.html
ce714d77-add3-4f53-aff5-83d477b104bb - Vendor Advisory
-
Source reference
Unverified legacy reference
URL: https://github.com/nodejs/undici/security/advisories/GHSA-vp8m-p9jh-q5pm
ce714d77-add3-4f53-aff5-83d477b104bb - Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.