CVE-2026-12479

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

No configuration.

History

22 Jun 2026, 18:16

Type Values Removed Values Added
References () https://huntr.com/bounties/188836b9-12fc-49c7-8dbf-04f60fe33743 - () https://huntr.com/bounties/188836b9-12fc-49c7-8dbf-04f60fe33743 -

22 Jun 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-22 16:16

Updated : 2026-06-22 19:49


NVD link : CVE-2026-12479

Mitre link : CVE-2026-12479

CVE.ORG link : CVE-2026-12479


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')