Use of cache containing sensitive information in undici - CVE-2026-84933
Published: September 6, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose cookies belonging to other users and inject cookies into cached responses.
The vulnerability exists due to improper handling of sensitive cookies in undici\'s interceptors.cache() when handling cacheable responses containing Set-Cookie headers in shared-cache mode. A remote attacker can provide a cacheable response containing a Set-Cookie header to disclose cookies belonging to other users and inject cookies into cached responses.
Private-cache mode is not affected.