CVE-2025-8194
- EPSS 0.21%
- Veröffentlicht 28.07.2025 18:42:44
- Zuletzt bearbeitet 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 ...
CVE-2025-6069
- EPSS 0.09%
- Veröffentlicht 17.06.2025 13:39:46
- Zuletzt bearbeitet 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.
CVE-2024-12718
- EPSS 0.11%
- Veröffentlicht 03.06.2025 12:59:10
- Zuletzt bearbeitet 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...
CVE-2025-4435
- EPSS 0.08%
- Veröffentlicht 03.06.2025 12:59:06
- Zuletzt bearbeitet 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...
CVE-2025-4138
- EPSS 0.11%
- Veröffentlicht 03.06.2025 12:59:02
- Zuletzt bearbeitet 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...
CVE-2025-4330
- EPSS 0.13%
- Veröffentlicht 03.06.2025 12:58:57
- Zuletzt bearbeitet 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...
CVE-2025-4517
- EPSS 0.17%
- Veröffentlicht 03.06.2025 12:58:50
- Zuletzt bearbeitet 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...
CVE-2025-4516
- EPSS 0.03%
- Veröffentlicht 15.05.2025 13:29:20
- Zuletzt bearbeitet 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...
CVE-2025-1795
- EPSS 0.24%
- Veröffentlicht 28.02.2025 19:15:36
- Zuletzt bearbeitet 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...
CVE-2024-3220
- EPSS 0.15%
- Veröffentlicht 14.02.2025 17:15:15
- Zuletzt bearbeitet 14.03.2025 10:15:14
There is a defect in the CPython standard library module “mimetypes” where on Windows the default list of known file locations are writable meaning other users can create invalid files to cause MemoryError to be raised on Python runtime startup or ha...