THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-85008 (LOW 3.7) — 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 fa

[NVD] CVE-2026-85008 (LOW 3.7) — 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 fa

mednvdPublished 2026-09-04

CVE-2026-85008 CVSS: 3.7 LOW Published: 2026-09-04T17:17:02.347

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-s

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-85008