Session Fixation in Django - CVE-2026-35192
Published: May 5, 2026
Django
Django Software Foundation
Description
The vulnerability allows a remote attacker to steal a user's session.
The vulnerability exists due to improper session handling in cached public pages when a session is not modified and SESSION_SAVE_EVERY_REQUEST is True. A remote attacker can leverage a cached public page visit by the victim to steal a user's session.
User interaction is required because the victim must visit a cached public page.