Katalog CVE

CVE-2025-12638

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Wersja Keras 3.11.3 jest podatna na lukę typu traversal w ścieżkach w funkcji keras.utils.get_file() podczas ekstrakcji archiwów tar. Luka wynika z braku krytycznego parametru filter='data' w metodzie tarfile.extractall(), co prowadzi do możliwości zapisu plików poza zamierzonym katalogiem ekstrakcji.

Ocena ryzyka

Luka ta może prowadzić do nieautoryzowanego zapisu plików, co stwarza ryzyko kompromitacji systemu lub wykonania złośliwego kodu. Organizacje powinny być świadome potencjalnych zagrożeń związanych z bezpieczeństwem danych.

Rekomendacja

Zaleca się aktualizację Keras do wersji, w której metoda ekstrakcji jest zabezpieczona odpowiednim parametrem filter, aby zminimalizować ryzyko związane z tą podatnością.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

Keras version 3.11.3 is affected by a path traversal vulnerability in the keras.utils.get_file() function when extracting tar archives. The vulnerability arises because the function uses Python's tarfile.extractall() method without the security-critical filter='data' parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory. This can lead to arbitrary file writes outside the cache directory, enabling potential system compromise or malicious code execution. The vulnerability affects Keras installations that process tar archives with get_file() and does not affect versions where this extraction method is secured with the appropriate filter parameter.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS