Use of cache containing sensitive information in hono - CVE-2026-44457
Published: July 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to use of cache containing sensitive information in Cache Middleware when handling responses that declare per-user variance via Vary: Authorization or Vary: Cookie. A remote attacker can send a request to an affected user-specific endpoint to disclose sensitive information.
The issue occurs when applications rely on these Vary headers to scope user-specific responses without also marking the response as private.