Files
CVEs-PoC/2011/CVE-2011-1015.md
T
2025-09-29 21:09:30 +02:00

18 lines
698 B
Markdown

### [CVE-2011-1015](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1015)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The is_cgi method in CGIHTTPServer.py in the CGIHTTPServer module in Python 2.5, 2.6, and 3.0 allows remote attackers to read script source code via an HTTP GET request that lacks a / (slash) character at the beginning of the URI.
### POC
#### Reference
- http://www.ubuntu.com/usn/USN-1613-2
#### Github
No PoCs found on GitHub currently.