Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Archive delivered over network (AV:N), victim must extract (UI:R, AC:H), symlinks escape extraction boundary (S:C), enabling file read and overwrite (C:L, I:L).
Primary rating from Vendor (huntr_ai).
CVSS VectorNVD
Lifecycle Timeline
4Blast Radius
ecosystem impact- 1 pypi packages depend on keras (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 3.13.0.
DescriptionNVD
A vulnerability in keras-team/keras version 3.12.0 allows an attacker to craft a malicious tar archive that bypasses the filter_safe_tarinfos validation in keras/src/utils/file_utils.py. Specifically, symlink entries are not subjected to the same is_path_in_dir validation as regular file entries, allowing symlinks to be created outside the intended extraction directory. This can lead to symlink-based file read, file overwrite, or directory escape attacks. The issue is particularly impactful on Python 3.10 and 3.11, where filter_safe_tarinfos is the sole defense against tar path traversal. This vulnerability is distinct from CVE-2025-12060 and other previously reported issues.
AnalysisAI
Symlink entries in malicious tar archives bypass the filter_safe_tarinfos validation in Keras 3.12.0, enabling directory escape that can read or overwrite arbitrary files on the host filesystem. The root defect is in keras/src/utils/file_utils.py, where is_path_in_dir path containment checks are applied only to regular file entries - symlink entries are extracted without equivalent validation. The exposure is most severe on Python 3.10 and 3.11, where filter_safe_tarinfos is the sole extraction safeguard; no public exploit or active exploitation has been identified at time of analysis.
Technical ContextAI
Keras (CPE: cpe:2.3:a:keras-team:keras-team/keras:*:*:*:*:*:*:*:*) is a widely used high-level deep learning framework for Python, commonly used to load models and datasets packaged as tar archives. The vulnerability class is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal), specifically manifesting as a tar-slip via symlink. The affected code iterates archive entries and calls is_path_in_dir to ensure extracted paths stay within the target root - but entries identified as symlinks (tarinfo.issym() or tarinfo.islnk()) are not subjected to this check. A crafted archive can therefore plant a symlink entry whose target resolves to an arbitrary host path (e.g., ../../../../home/user/.ssh/authorized_keys). On Python 3.10 and 3.11, no secondary defense exists in the interpreter's tarfile module; Python 3.12 introduced its own data filter as an independent safeguard. This issue is described as distinct from CVE-2025-12060, suggesting a pattern of incomplete fixes in this code area.
RemediationAI
No vendor-released patch version has been identified at time of analysis; the sole reference is the huntr.com bounty report at https://huntr.com/bounties/5d3638e8-a9f6-4964-a865-ddb9fe4d4b6e. Until a patched Keras release is issued, operators should avoid passing untrusted tar archives to any Keras model-loading or file-utility API. A targeted compensating control for Python 3.10/3.11 environments is to pre-scan archive contents using Python's tarfile module and reject any entry where tarinfo.issym() or tarinfo.islnk() returns True before invoking Keras extraction. Upgrading the runtime to Python 3.12 or later introduces the interpreter-level data filter in tarfile, which provides an independent extraction safeguard; note this reduces but does not guarantee elimination of exposure if Keras's own filter is the triggering code path. Operationally, restrict Keras model loading to archives sourced from trusted, hash-verified origins to eliminate the primary delivery vector.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43620
GHSA-58hv-7753-xmfq