Python

Cpython

23 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS -
  • Published 07.10.2025 18:16:00
  • Last modified 07.10.2025 19:15:39

The 'zipfile' module would not check the validity of the ZIP64 End of Central Directory (EOCD) Locator record offset value would not be used to locate the ZIP64 EOCD record, instead the ZIP64 EOCD record would be assumed to be the previous record in ...

  • EPSS 0.21%
  • Published 28.07.2025 18:42:44
  • Last modified 24.09.2025 18:15:42

There is a defect in the CPython “tarfile” module affecting the “TarFile” extraction and entry enumeration APIs. The tar implementation would process tar archives with negative offsets without error, resulting in an infinite loop and deadlock during ...

  • EPSS 0.09%
  • Published 17.06.2025 13:39:46
  • Last modified 07.07.2025 18:15:29

The html.parser.HTMLParser class had worse-case quadratic complexity when processing certain crafted malformed inputs potentially leading to amplified denial-of-service.

  • EPSS 0.11%
  • Published 03.06.2025 12:59:10
  • Last modified 24.07.2025 16:15:29

Allows modifying some file metadata (e.g. last modified) with filter="data" or file permissions (chmod) with filter="tar" of files outside the extraction directory. You are affected by this vulnerability if using the tarfile module to extract untrust...

  • EPSS 0.08%
  • Published 03.06.2025 12:59:06
  • Last modified 04.06.2025 14:54:33

When using a TarFile.errorlevel = 0 and extracting with a filter the documented behavior is that any filtered members would be skipped and not extracted. However the actual behavior of TarFile.errorlevel = 0 in affected versions is that the member wo...

  • EPSS 0.11%
  • Published 03.06.2025 12:59:02
  • Last modified 05.06.2025 14:15:32

Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar...

  • EPSS 0.13%
  • Published 03.06.2025 12:58:57
  • Last modified 05.06.2025 14:15:32

Allows the extraction filter to be ignored, allowing symlink targets to point outside the destination directory, and the modification of some file metadata. You are affected by this vulnerability if using the tarfile module to extract untrusted tar...

  • EPSS 0.17%
  • Published 03.06.2025 12:58:50
  • Last modified 05.06.2025 14:15:33

Allows arbitrary filesystem writes outside the extraction directory during extraction with filter="data". You are affected by this vulnerability if using the tarfile module to extract untrusted tar archives using TarFile.extractall() or TarFile.ext...

  • EPSS 0.03%
  • Published 15.05.2025 13:29:20
  • Last modified 03.06.2025 14:15:49

There is an issue in CPython when using `bytes.decode("unicode_escape", error="ignore|replace")`. If you are not using the "unicode_escape" encoding or an error handler your usage is not affected. To work-around this issue you may stop using the erro...

  • EPSS 0.24%
  • Published 28.02.2025 19:15:36
  • Last modified 28.02.2025 21:15:27

During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can re...