cve/2019/CVE-2019-9948.md
2024-06-18 02:51:15 +02:00

839 B

CVE-2019-9948

Description

urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call.

POC

Reference

Github