CVE-2026-19672
ŚrednieCVSS 6.3Streszczenie
Moduł tarfile w Pythonie ma podatność w filtrach ekstrakcji danych, która pozwala na tworzenie katalogów poza docelowym katalogiem dla członków archiwum, których nazwa wychodzi poza katalog docelowy i do niego wraca (np. ../evil/../dest/sub/file). Problem dotyczy tylko platform POSIX i tworzy tylko puste katalogi poza docelowym.
Ocena ryzyka
Atakujący może wykorzystać tę podatność do tworzenia nieoczekiwanych katalogów w systemie plików, co może prowadzić do zaśmiecania systemu lub potencjalnych problemów z bezpieczeństwem, jeśli katalogi są tworzone w wrażliwych lokalizacjach.
Rekomendacja
Zaleca się aktualizację Pythona do wersji, w której naprawiono tę podatność, oraz unikanie ekstrakcji niezaufanych archiwów tar.
Oryginalny opis (angielski, źródło NVD)
The tarfile module's tar and data extraction filters created directories outside the destination for members whose name leaves the destination and returns to it, such as ../evil/../dest/sub/file. The containment check used the resolved path, but intermediate directories were created from the name as given. Only empty directories are created outside the destination. Member contents are still extracted inside it. To return to the destination the member's name must contain the destination directory's own final component, so extraction into a secure randomised directory is not affected. This affects POSIX platforms only. On Windows, .. components are collapsed before the path reaches the filesystem, so the directories outside the destination are never created.

