### [CVE-2008-3909](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3909) ![](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 The administration application in Django 0.91, 0.95, and 0.96 stores unauthenticated HTTP POST requests and processes them after successful authentication occurs, which allows remote attackers to conduct cross-site request forgery (CSRF) attacks and delete or modify data via unspecified requests. ### POC #### Reference - http://www.djangoproject.com/weblog/2008/sep/02/security/ - https://bugzilla.redhat.com/show_bug.cgi?id=460966 #### Github No PoCs found on GitHub currently.