mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 11:02:11 +02:00
18 lines
785 B
Markdown
18 lines
785 B
Markdown
### [CVE-2014-4650](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4650)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The CGIHTTPServer module in Python 2.7.5 and 3.3.4 does not properly handle URLs in which URL encoding is used for path separators, which allows remote attackers to read script source code or conduct directory traversal attacks and execute unintended code via a crafted character sequence, as demonstrated by a %2f separator.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/blakeblackshear/wale_seg_fault
|
|
|