mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Addresses CVEs 2024-12718, 2025-4138, 2025-4330, and 2025-4517.
(cherry picked from commit 3612d8f517)
Signed-off-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Seth Michael Larson <seth@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
6 lines
250 B
ReStructuredText
6 lines
250 B
ReStructuredText
Fixes multiple issues that allowed ``tarfile`` extraction filters
|
|
(``filter="data"`` and ``filter="tar"``) to be bypassed using crafted
|
|
symlinks and hard links.
|
|
|
|
Addresses :cve:`2024-12718`, :cve:`2025-4138`, :cve:`2025-4330`, and :cve:`2025-4517`.
|
|
|