mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
19 lines
895 B
Markdown
19 lines
895 B
Markdown
### [CVE-2011-0696](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0696)
|
|

|
|

|
|

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