Python

Cpython

51 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 13.05.2026 20:14:33
  • Zuletzt bearbeitet 14.05.2026 16:21:23

The ftpcp() function in Lib/ftplib.py was not updated when CVE-2021-4189 was fixed. While makepasv() was patched to replace server-supplied PASV host addresses with the actual peer address (getpeername()[0]), ftpcp() still calls parse227() directl...

  • EPSS 0.05%
  • Veröffentlicht 11.05.2026 18:16:42
  • Zuletzt bearbeitet 16.05.2026 03:05:17

`xml.parsers.expat` and `xml.etree.ElementTree` use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating libexpat to 2...

Exploit
  • EPSS 0.05%
  • Veröffentlicht 27.04.2026 21:16:42
  • Zuletzt bearbeitet 13.05.2026 16:27:11

If `shutil.unpack_archive()` is given a ZIP archive with an absolute Windows path containing a drive (`C:\\...`) then the archive will be extracted outside the target directory which is different than other operating systems. Only Windows is affected...

  • EPSS 0.06%
  • Veröffentlicht 22.04.2026 19:28:08
  • Zuletzt bearbeitet 29.04.2026 16:16:28

http.cookies.Morsel.js_output() returns an inline <script> snippet and only escapes " for JavaScript string context. It does not neutralize the HTML parser-sensitive sequence </script> inside the generated script element. Mitigation base64-encodes th...

  • EPSS 0.07%
  • Veröffentlicht 21.04.2026 14:45:01
  • Zuletzt bearbeitet 21.04.2026 21:16:41

The method "sock_recvfrom_into()" of "asyncio.ProacterEventLoop" (Windows only) was missing a boundary check for the data buffer when using nbytes parameter. This allowed for an out-of-bounds buffer write if data was larger than the buffer size. Non-...

  • EPSS 0.02%
  • Veröffentlicht 14.04.2026 15:11:51
  • Zuletzt bearbeitet 17.04.2026 15:11:35

The "profiling.sampling" module (Python 3.15+) and "asyncio introspection capabilities" (3.14+, "python -m asyncio ps" and "python -m asyncio pstree") features could be used to read and write addresses in a privileged process if that process connecte...

  • EPSS 0.02%
  • Veröffentlicht 13.04.2026 21:52:19
  • Zuletzt bearbeitet 29.04.2026 16:16:26

Mitgation of CVE-2026-4519 was incomplete. If the URL contained "%action" the mitigation could be bypassed for certain browser types the "webbrowser.open()" API could have commands injected into the underlying shell. See CVE-2026-4519 for details.

Medienbericht
  • EPSS 0.16%
  • Veröffentlicht 13.04.2026 17:15:47
  • Zuletzt bearbeitet 17.04.2026 15:18:16

Use-after-free (UAF) was possible in the `lzma.LZMADecompressor`, `bz2.BZ2Decompressor`, and `gzip.GzipFile` when a memory allocation fails with a `MemoryError` and the decompression instance is re-used. This scenario can be triggered if the process ...

  • EPSS 0.03%
  • Veröffentlicht 10.04.2026 18:17:35
  • Zuletzt bearbeitet 13.04.2026 17:16:30

When calling base64.b64decode() or related functions the decoding process would stop after encountering the first padded quad regardless of whether there was more information to be processed. This can lead to data being accepted which may be processe...

  • EPSS 0.07%
  • Veröffentlicht 10.04.2026 17:54:44
  • Zuletzt bearbeitet 10.05.2026 21:16:28

CR/LF bytes were not rejected by HTTP client proxy tunnel headers or host.