mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 04:38:03 +02:00
19 lines
865 B
Markdown
19 lines
865 B
Markdown
### [CVE-2011-1521](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1521)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The urllib and urllib2 modules in Python 2.x before 2.7.2 and 3.x before 3.2.1 process Location headers that specify redirection to file: URLs, which makes it easier for remote attackers to obtain sensitive information or cause a denial of service (resource consumption) via a crafted URL, as demonstrated by the file:///etc/passwd and file:///dev/zero URLs.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ubuntu.com/usn/USN-1592-1
|
|
- http://www.ubuntu.com/usn/USN-1613-2
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|