Back to overview

CVE-2026-12479

MEDIUM Exploitation: PoC
6.1
CVSS 3.0
Description
A path traversal vulnerability exists in keras-team/keras version 3.14.0, specifically in the `DiskIOStore.make` method within the Keras 3 model saving and loading library. This vulnerability arises from the improper handling of user-provided layer names, which are used to construct directory paths without sanitizing for parent directory components (`..`). While forward slashes (`/`) are restricted in layer names, directory traversal sequences are not. This allows an attacker to craft a malicious Keras model that, when saved or loaded, can escape the intended temporary working directory and perform unauthorized file system operations, such as creating directories or writing files in arbitrary locations.

Metadata

CVE ID
CVE-2026-12479
State
PUBLISHED
Assigner
@huntr_ai
Reserved
2026-06-17 00:28 UTC
Published
2026-06-22 15:21 UTC
Last updated
2026-06-22 16:29 UTC
Primary CWE
CWE-22
CWE-22 Improper Limitation of a Pathname to a Restricted Dir…
Vendor / Product
keras-team / keras-team/keras
Sources
cve.org  ·  NVD

Severity & Metrics

6.1 MEDIUM CVSS 3.0
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
keras-team keras-team/keras unspecified ≤ latest
Weakness (CWE)
CWESourceDescription
CWE-22 cna CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.1 MEDIUM 3.0 cna CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Back to overview