CVE-2026-85008
Last modified
CVE-2026-85008 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. undici's cache interceptor documents that only safe HTTP methods are cached, but its logic to skip caching is built by subtracting the configured methods from the set of safe methods, so an unsafe method such as POST, PUT, or DELETE is never placed in the skip list and instead falls through to the full cache-read path. The response-storage gate also lacked a method check, so a response to an unsafe request that is heuristically cacheable or carries an explicit Cache-Control directive is stored and later replayed from cache. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
undici's cache interceptor documents that only safe HTTP methods are cached, but its logic to skip caching is built by subtracting the configured methods from the set of safe methods, so an unsafe method such as POST, PUT, or DELETE is never placed in the skip list and instead falls through to the full cache-read path. The response-storage gate also lacked a method check, so a response to an unsafe request that is heuristically cacheable or carries an explicit Cache-Control directive is stored and later replayed from cache. Because response headers from a remote origin are untrusted, an origin can answer once with a cacheable status and then have the client's own subsequent state-changing requests to that path served from the stale cache entry without ever reaching the origin, an integrity failure that occurs under the interceptor's default configuration. This affects undici versions from 7.0.0 up to 7.29.1 and from 8.0.0 up to 8.10.2. Users should upgrade to undici 7.29.1 or 8.10.2.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nodejs | Undici | >= 7.0.0, < 7.29.1 |
| Nodejs | Undici | >= 8.0.0, < 8.10.2 |
References
- https://cna.openjsf.org/security-advisories.htmlThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-85008?
How severe is CVE-2026-85008?
How do I fix CVE-2026-85008?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- 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-84990ntopng is a web-based network traffic monitoring application…8.8
- CVE-2026-84992md-editor-v3 is a Markdown editor for Vue 3 developed in JSX…6.1
- CVE-2026-84993MikroORM is a TypeScript ORM for Node.js based on Data Mappe…6.5
- CVE-2026-84997react/http is an event-driven, streaming HTTP client and ser…7.5
- CVE-2026-8500Web::Passwd versions through 0.03 for Perl is vulnerable to …9.8
- CVE-2026-85006The HappyAddons for Elementor WordPress plugin before 3.50.…6.8
- CVE-2026-85009The RestroPress WordPress plugin through 3.4.6 does not ver…6.5
- CVE-2026-8501Improper access control in the PCTCore64.sys Windows kernel …7.8
- CVE-2026-85010The RestroPress WordPress plugin before 3.4.6 does not valid…5.3
- CVE-2026-85012Improper neutralization of special elements used in an OS co…8
- CVE-2026-85013A flaw was found in environment-modules. A local attacker ca…7.3
- CVE-2026-85014undici's experimental WebSocketStream client crashes the who…7.5
Are you affected by CVE-2026-85008?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
