Lucene search

K

Python Security Vulnerabilities

cve
cve

CVE-2022-48560

A use-after-free exists in Python through 3.9 via heappushpop in heapq.

7.5CVSS

7.5AI Score

0.001EPSS

2023-08-22 07:16 PM
251
cve
cve

CVE-2022-48564

read_ints in plistlib.py in Python through 3.9.1 is vulnerable to a potential DoS attack via CPU and RAM exhaustion when processing malformed Apple Property List files in binary format.

6.5CVSS

6AI Score

0.001EPSS

2023-08-22 07:16 PM
425
cve
cve

CVE-2022-48565

An XML External Entity (XXE) issue was discovered in Python through 3.9.1. The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities.

9.8CVSS

9.2AI Score

0.002EPSS

2023-08-22 07:16 PM
194
cve
cve

CVE-2022-48566

An issue was discovered in compare_digest in Lib/hmac.py in Python through 3.9.1. Constant-time-defeating optimisations were possible in the accumulator variable in hmac.compare_digest.

5.9CVSS

5.8AI Score

0.001EPSS

2023-08-22 07:16 PM
176
cve
cve

CVE-2023-24329

An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.

7.5CVSS

7.8AI Score

0.002EPSS

2023-02-17 03:15 PM
768
cve
cve

CVE-2023-27043

The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is gran...

5.3CVSS

5.8AI Score

0.002EPSS

2023-04-19 12:15 AM
701
cve
cve

CVE-2023-32681

Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use rebuild_proxies to reattach the Proxy-Authorization header to requests. For HTTP connections sent thro...

6.1CVSS

6.6AI Score

0.003EPSS

2023-05-26 06:15 PM
690
cve
cve

CVE-2023-33595

CPython v3.12.0 alpha 7 was discovered to contain a heap use-after-free via the function ascii_decode at /Objects/unicodeobject.c.

5.5CVSS

5.4AI Score

0.001EPSS

2023-06-07 08:15 PM
124
cve
cve

CVE-2023-36632

The legacy email.utils.parseaddr function in Python through 3.11.4 allows attackers to trigger "RecursionError: maximum recursion depth exceeded while calling a Python object" via a crafted argument. This argument is plausibly an untrusted value from an application's input data that was supposed to...

7.5CVSS

7.3AI Score

0.001EPSS

2023-06-25 06:15 PM
296
cve
cve

CVE-2023-38898

An issue in Python cpython v.3.7 allows an attacker to obtain sensitive information via the _asyncio._swap_current_task component. NOTE: this is disputed by the vendor because (1) neither 3.7 nor any other release is affected (it is a bug in some 3.12 pre-releases); (2) there are no common scenario...

5.3CVSS

5.4AI Score

0.001EPSS

2023-08-15 05:15 PM
46
cve
cve

CVE-2023-40217

An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buffer, and then is cl...

5.3CVSS

5.8AI Score

0.001EPSS

2023-08-25 01:15 AM
532
cve
cve

CVE-2023-41105

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath(), the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python 3.1...

7.5CVSS

7.3AI Score

0.001EPSS

2023-08-23 07:15 AM
735
cve
cve

CVE-2023-43804

urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the Cookie HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a Cookie header and unknowingly leak informati...

8.1CVSS

8AI Score

0.001EPSS

2023-10-04 05:15 PM
544
cve
cve

CVE-2023-44271

An issue was discovered in Pillow before 10.0.0. It is a Denial of Service that uncontrollably allocates memory to process a given task, potentially causing a service to crash by having it run out of memory. This occurs for truetype in ImageFont when textlength in an ImageDraw instance operates on ...

7.5CVSS

7.3AI Score

0.001EPSS

2023-11-03 05:15 AM
81
cve
cve

CVE-2023-45803

urllib3 is a user-friendly HTTP client library for Python. urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 301, 302, or 303 after the request had its method changed from one that could accept a request body (like POST) to GET as is required by HT...

4.2CVSS

6.3AI Score

0.0004EPSS

2023-10-17 08:15 PM
231
cve
cve

CVE-2023-50447

Pillow through 10.1.0 allows PIL.ImageMath.eval Arbitrary Code Execution via the environment parameter, a different vulnerability than CVE-2022-22817 (which was about the expression parameter).

8.1CVSS

9AI Score

0.004EPSS

2024-01-19 08:15 PM
136
cve
cve

CVE-2023-6507

An issue was found in CPython 3.12.0 subprocess module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases. When using the extra_groups= parameter with an empty list as a value (ie extra_groups=[]) the logic regressed to not call setgroups(0, NULL) be...

6.1CVSS

5AI Score

0.001EPSS

2023-12-08 07:15 PM
43
cve
cve

CVE-2024-6232

There is a MEDIUM severity vulnerability affecting CPython. Regular expressions that allowed excessive backtracking during tarfile.TarFile header parsing are vulnerable to ReDoS via specifically-crafted tar archives.

7.5CVSS

6.5AI Score

0.001EPSS

2024-09-03 01:15 PM
46
cve
cve

CVE-2024-6345

A vulnerability in the package_index module of pypa/setuptools versions up to 69.1.1 allows for remote code execution via its download functions. These functions, which are used to download packages from URLs provided by users or retrieved from package index servers, are susceptible to code injecti...

8.8CVSS

9.2AI Score

0.0004EPSS

2024-07-15 01:15 AM
56
cve
cve

CVE-2024-7592

There is a LOW severity vulnerability affecting CPython, specifically the'http.cookies' standard library module. When parsing cookies that contained backslashes for quoted characters inthe cookie value, the parser would use an algorithm with quadraticcomplexity, resulting in excess CPU resources be...

7.5CVSS

6.6AI Score

0.001EPSS

2024-08-19 07:15 PM
66
Total number of security vulnerabilities220