CVE-2022-48564
- EPSS 0.11%
- Published 22.08.2023 19:16:31
- Last modified 21.11.2024 07:33:30
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.
CVE-2023-38898
- EPSS 0.25%
- Published 15.08.2023 17:15:12
- Last modified 21.11.2024 08:14:24
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.1...
CVE-2023-36632
- EPSS 0.11%
- Published 25.06.2023 18:15:09
- Last modified 21.11.2024 08:10:07
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...
CVE-2023-33595
- EPSS 0.04%
- Published 07.06.2023 20:15:09
- Last modified 21.11.2024 08:05:45
CPython v3.12.0 alpha 7 was discovered to contain a heap use-after-free via the function ascii_decode at /Objects/unicodeobject.c.
CVE-2023-27043
- EPSS 0.11%
- Published 19.04.2023 00:15:07
- Last modified 19.05.2025 12:38:20
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 protect...
CVE-2023-24329
- EPSS 1.22%
- Published 17.02.2023 15:15:12
- Last modified 18.03.2025 17:15:41
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.
CVE-2022-45061
- EPSS 0.08%
- Published 09.11.2022 07:15:09
- Last modified 01.05.2025 15:15:58
An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead t...
CVE-2022-42919
- EPSS 0.02%
- Published 07.11.2022 00:15:09
- Last modified 02.05.2025 19:15:54
Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized ...
CVE-2022-37454
- EPSS 1.5%
- Published 21.10.2022 06:15:09
- Last modified 08.05.2025 15:15:47
The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function int...
CVE-2020-10735
- EPSS 0.31%
- Published 09.09.2022 14:15:08
- Last modified 21.11.2024 04:55:57
A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int("text"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes()...