### [CVE-2015-5963](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5963) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description contrib.sessions.middleware.SessionMiddleware in Django 1.8.x before 1.8.4, 1.7.x before 1.7.10, 1.4.x before 1.4.22, and possibly other versions allows remote attackers to cause a denial of service (session store consumption or session record removal) via a large number of requests to contrib.auth.views.logout, which triggers the creation of an empty session record. ### POC #### Reference - http://www.oracle.com/technetwork/topics/security/bulletinoct2015-2511968.html #### Github No PoCs found on GitHub currently.