Show filters
304 Total Results
Displaying 141-150 of 304
Sort by:
Attacker Value
Unknown
CVE-2013-1753
Disclosure Date: March 11, 2020 (last updated November 28, 2024)
The gzip_decode function in the xmlrpc client library in Python 3.4 and earlier allows remote attackers to cause a denial of service (memory consumption) via a crafted HTTP request.
0
Attacker Value
Unknown
CVE-2020-7212
Disclosure Date: March 06, 2020 (last updated February 21, 2025)
The _encode_invalid_chars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service (CPU consumption) because of an inefficient algorithm. The percent_encodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length N, the size of percent_encodings may be up to O(N). The next step (normalize existing percent-encoded bytes) also takes up to O(N) for each step, so the total time is O(N^2). If percent_encodings were deduplicated, the time to compute _encode_invalid_chars would be O(kN), where k is at most 484 ((10+6*2)^2).
0
Attacker Value
Unknown
CVE-2014-4650
Disclosure Date: February 20, 2020 (last updated February 21, 2025)
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.
0
Attacker Value
Unknown
CVE-2013-5106
Disclosure Date: February 12, 2020 (last updated February 21, 2025)
A Code Execution vulnerability exists in select.py when using python-mode 2012-12-19.
0
Attacker Value
Unknown
CVE-2019-9674
Disclosure Date: February 04, 2020 (last updated February 21, 2025)
Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.
0
Attacker Value
Unknown
CVE-2020-8492
Disclosure Date: January 30, 2020 (last updated February 21, 2025)
Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtracking.
0
Attacker Value
Unknown
CVE-2020-8315
Disclosure Date: January 28, 2020 (last updated February 21, 2025)
In Python (CPython) 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1, an insecure dependency load upon launch on Windows 7 may result in an attacker's copy of api-ms-win-core-path-l1-1-0.dll being loaded and used instead of the system's copy. Windows 8 and later are unaffected.
0
Attacker Value
Unknown
CVE-2013-1895
Disclosure Date: January 28, 2020 (last updated February 21, 2025)
The py-bcrypt module before 0.3 for Python does not properly handle concurrent memory access, which allows attackers to bypass authentication via multiple authentication requests, which trigger the password hash to be overwritten.
0
Attacker Value
Unknown
CVE-2009-3724
Disclosure Date: January 15, 2020 (last updated February 21, 2025)
python-markdown2 before 1.0.1.14 has multiple cross-site scripting (XSS) issues.
0
Attacker Value
Unknown
CVE-2020-5311
Disclosure Date: January 03, 2020 (last updated February 21, 2025)
libImaging/SgiRleDecode.c in Pillow before 6.2.2 has an SGI buffer overflow.
0