mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 15:58:01 +02:00
22 lines
946 B
Markdown
22 lines
946 B
Markdown
### [CVE-2014-0472](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0472)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The django.core.urlresolvers.reverse function in Django before 1.4.11, 1.5.x before 1.5.6, 1.6.x before 1.6.3, and 1.7.x before 1.7 beta 2 allows remote attackers to import and execute arbitrary Python modules by leveraging a view that constructs URLs using user input and a "dotted Python path."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/GitMirar/heartbleed_exploit
|
|
- https://github.com/christasa/CVE-2014-0472
|
|
- https://github.com/ediskandarov/django-vulnerable
|
|
- https://github.com/emcpow2/django-vulnerable
|
|
- https://github.com/yoryio/django-vuln-research
|
|
|