First published: Tue Jun 02 2015(Updated: )
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.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Djangoproject Django | =1.8.0 | |
Djangoproject Django | =1.8.1 | |
pip/Django | >=1.8a1<1.8.2 | 1.8.2 |
=1.8.0 | ||
=1.8.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2015-3982 is categorized as a medium severity vulnerability allowing session hijacking.
To fix CVE-2015-3982, upgrade Django to version 1.8.2 or later.
Django versions 1.8.0 and 1.8.1 are affected by CVE-2015-3982.
CVE-2015-3982 allows remote attackers to hijack user sessions through an empty string in the session key.
There is no official workaround for CVE-2015-3982; upgrading is the recommended solution.