Python

Python

126 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Exploit
  • EPSS 0.11%
  • Veröffentlicht 22.08.2023 19:16:31
  • Zuletzt bearbeitet 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.

Exploit
  • EPSS 0.25%
  • 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...

Exploit
  • EPSS 0.11%
  • 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...

  • EPSS 0.04%
  • 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.

Exploit
  • EPSS 0.11%
  • Veröffentlicht 19.04.2023 00:15:07
  • Zuletzt bearbeitet 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...

Exploit
  • EPSS 1.22%
  • Veröffentlicht 17.02.2023 15:15:12
  • Zuletzt bearbeitet 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.

Exploit
  • EPSS 0.08%
  • Veröffentlicht 09.11.2022 07:15:09
  • Zuletzt bearbeitet 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...

  • EPSS 0.02%
  • Veröffentlicht 07.11.2022 00:15:09
  • Zuletzt bearbeitet 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 ...

Exploit
  • EPSS 1.5%
  • 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...

  • EPSS 0.31%
  • Veröffentlicht 09.09.2022 14:15:08
  • Zuletzt bearbeitet 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()...