Skip to main content

Keras CVE-2026-12482

| EUVDEUVD-2026-43620 MEDIUM
Path Traversal (CWE-22)
2026-07-14 @huntr_ai GHSA-58hv-7753-xmfq
6.5
CVSS 3.1 · NVD
Share

Severity by source

Vendor (huntr_ai) PRIMARY
LOW
qualitative
NVD
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vuln.today AI
4.7 MEDIUM

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).

3.1 AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
Red Hat
4.2 MEDIUM
qualitative

Primary rating from Vendor (huntr_ai).

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

4
Severity Changed
Aug 06, 2026 - 18:07 NVD
LOW MEDIUM
CVSS changed
Aug 06, 2026 - 18:07 NVD
3.1 (LOW) 6.5 (MEDIUM)
Analysis Generated
Jul 14, 2026 - 05:46 vuln.today
CVE Published
Jul 14, 2026 - 05:13 cve.org
LOW 3.1

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 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.

More in Python

View all
CVE-2025-24016 CRITICAL POC
9.9 Feb 10

Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t

CVE-2025-27520 CRITICAL POC
9.8 Apr 04

BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser

CVE-2025-2945 CRITICAL POC
9.9 Apr 03

pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi

CVE-2013-5093 MEDIUM POC
6.8 Sep 27

The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python

CVE-2025-32375 CRITICAL POC
9.8 Apr 09

BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica

CVE-2014-0224 HIGH POC
7.4 Jun 05

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

CVE-2024-21644 HIGH POC
7.5 Jan 08

pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.

CVE-2026-33017 CRITICAL POC
9.3 Mar 17

Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301

CVE-2017-9462 HIGH POC
8.8 Jun 06

In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse

CVE-2026-49869 CRITICAL POC
10.0 Jun 26

Unauthenticated remote code execution affects Kestra OSS (the open-source event-driven orchestration platform) prior to

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2024-21645 MEDIUM POC
5.3 Jan 08

pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne

Vendor StatusVendor

Share

CVE-2026-12482 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy