Origin validation error in undici - CVE-2026-85152
Published: September 6, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose sensitive information and poison cached responses across origins.
The vulnerability exists due to improper origin validation in the cache and deduplication key generation of interceptors.cache() and interceptors.deduplicate() when sharing interceptor state across more than one origin. A remote attacker can control a response from one origin that is returned for a matching request to a different trusted origin to disclose sensitive information and poison cached responses across origins.
An Agent is not affected because its dispatch options include the request origin.