Python Improper Limitation of a Pathname to a Restricted Directory (Path Traversal) Vulnerability - CVE-2019-9948
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(39local_file:///etc/passwd39) call.