Input validation error in Django - CVE-2015-3982
Published: June 2, 2015 / Updated: August 9, 2020
Django
Detailed vulnerability description
The vulnerability allows a remote non-authenticated attacker to manipulate data.
The session.flush function in the cached_db backend in Django 1.8.x before 1.8.2 does not properly flush the session, which allows remote attackers to hijack user sessions via an empty string in the session key. <a href="http://cwe.mitre.org/data/definitions/384.html">CWE-384: Session Fixation</a>