Files
CVEs-PoC/2011/CVE-2011-0696.md
T
2024-06-18 02:51:15 +02:00

19 lines
895 B
Markdown

### [CVE-2011-0696](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0696)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Django 1.1.x before 1.1.4 and 1.2.x before 1.2.5 does not properly validate HTTP requests that contain an X-Requested-With header, which makes it easier for remote attackers to conduct cross-site request forgery (CSRF) attacks via forged AJAX requests that leverage a "combination of browser plugins and redirects," a related issue to CVE-2011-0447.
### POC
#### Reference
- http://www.djangoproject.com/weblog/2011/feb/08/security/
- https://bugzilla.redhat.com/show_bug.cgi?id=676357
#### Github
No PoCs found on GitHub currently.