CVE-2023-38898
- EPSS 0.38%
- Veröffentlicht 15.08.2023 17:15:12
- Zuletzt bearbeitet 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.09%
- Veröffentlicht 25.06.2023 18:15:09
- Zuletzt bearbeitet 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.09%
- Veröffentlicht 07.06.2023 20:15:09
- Zuletzt bearbeitet 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.16%
- Veröffentlicht 19.04.2023 00:15:07
- Zuletzt bearbeitet 12.05.2026 11:16:11
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.45%
- Veröffentlicht 17.02.2023 15:15:12
- Zuletzt bearbeitet 03.11.2025 22:16:05
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.13%
- Veröffentlicht 09.11.2022 07:15:09
- Zuletzt bearbeitet 03.11.2025 22:16:01
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.04%
- Veröffentlicht 07.11.2022 00:15:09
- Zuletzt bearbeitet 03.11.2025 22:16:00
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.4%
- Veröffentlicht 21.10.2022 06:15:09
- Zuletzt bearbeitet 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.38%
- Veröffentlicht 09.09.2022 14:15:08
- Zuletzt bearbeitet 03.11.2025 22:15:46
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()...
CVE-2021-4189
- EPSS 1.06%
- Veröffentlicht 24.08.2022 16:15:09
- Zuletzt bearbeitet 17.12.2025 22:15:57
A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious ...