mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 02:29:40 +02:00
18 lines
868 B
Markdown
18 lines
868 B
Markdown
### [CVE-2015-5963](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5963)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|