Use of Web Browser Cache Containing Sensitive Information in Django - CVE-2026-6907
Published: May 5, 2026
Django
Django Software Foundation
Description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to improper cache handling in django.middleware.cache.UpdateCacheMiddleware when processing responses whose Vary header contains an asterisk ('*'). A remote attacker can trigger caching of private data to disclose sensitive information.
Private data may be stored in the cache and later served to other users.