CVE-2026-4360
- EPSS 0.24%
- Veröffentlicht 30.06.2026 14:45:35
- Zuletzt bearbeitet 09.07.2026 02:40:39
In the Tarfile.extract() function, the filter parameter is not passed properly when extracting hardlinks. An affected system that extracts content from untrusted tar files could end up writing files with an unexpected uid/gid despite the user passing...
CVE-2026-7210
- EPSS 0.79%
- Veröffentlicht 11.05.2026 18:16:42
- Zuletzt bearbeitet 15.06.2026 17:51:07
`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...
CVE-2026-3087
- EPSS 0.53%
- Veröffentlicht 27.04.2026 21:16:42
- Zuletzt bearbeitet 05.06.2026 00:25:35
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...
CVE-2026-41140
- EPSS 0.29%
- Veröffentlicht 24.04.2026 17:10:33
- Zuletzt bearbeitet 30.06.2026 03:19:23
Poetry is a dependency manager for Python. Prior to 2.3.4, the extractall() function in src/poetry/utils/helpers.py:410-426 extracts sdist tarballs without path traversal protection on Python versions where tarfile.data_filter is unavailable. Conside...
CVE-2026-6019
- EPSS 0.23%
- Veröffentlicht 22.04.2026 19:28:08
- Zuletzt bearbeitet 28.05.2026 19:15: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...
CVE-2026-4519
- EPSS 0.31%
- Veröffentlicht 20.03.2026 15:08:32
- Zuletzt bearbeitet 30.06.2026 03:20:33
The webbrowser.open() API would accept leading dashes in the URL which could be handled as command line options for certain web browsers. New behavior rejects leading dashes. Users are recommended to sanitize URLs prior to passing to webbrowser.op...
CVE-2026-4224
- EPSS 0.62%
- Veröffentlicht 16.03.2026 18:16:10
- Zuletzt bearbeitet 04.06.2026 19:33:19
When an Expat parser with a registered ElementDeclHandler parses an inline document type definition containing a deeply nested content model a C stack overflow occurs.
CVE-2026-3644
- EPSS 0.42%
- Veröffentlicht 16.03.2026 17:37:31
- Zuletzt bearbeitet 30.06.2026 16:16:50
The fix for CVE-2026-0672, which rejected control characters in http.cookies.Morsel, was incomplete. The Morsel.update(), |= operator, and unpickling paths were not patched, allowing control characters to bypass input validation. Additionally, BaseCo...
CVE-2025-13462
- EPSS 0.16%
- Veröffentlicht 12.03.2026 18:16:21
- Zuletzt bearbeitet 11.06.2026 14:29:37
The "tarfile" module would still apply normalization of AREGTYPE (\x00) blocks to DIRTYPE, even while processing a multi-block member such as GNUTYPE_LONGNAME or GNUTYPE_LONGLINK. This could result in a crafted tar archive being misinterpreted by the...
CVE-2025-12781
- EPSS 0.51%
- Veröffentlicht 21.01.2026 19:34:47
- Zuletzt bearbeitet 02.02.2026 17:25:23
When passing data to the b64decode(), standard_b64decode(), and urlsafe_b64decode() functions in the "base64" module the characters "+/" will always be accepted, regardless of the value of "altchars" parameter, typically used to establish an "alterna...