GHSA-gh82-f9x8-5frx
Keras: DiskIOStore permits path traversal through crafted layer names
Quick fix
GHSA-gh82-f9x8-5frx — keras: upgrade to the fixed version with the command below.
pip install --upgrade 'keras>=3.12.3' Details
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.
Are you affected?
Enter the version of the package you're using.
Affected packages
References
- https://nvd.nist.gov/vuln/detail/CVE-2026-12479 [ADVISORY]
- https://github.com/keras-team/keras/pull/23017 [WEB]
- https://github.com/keras-team/keras/commit/d8caeb58cc9e61ea092445dc7a20908ca8d693e2 [WEB]
- https://github.com/keras-team/keras [PACKAGE]
- https://github.com/keras-team/keras/releases/tag/v3.12.3 [WEB]
- https://github.com/keras-team/keras/releases/tag/v3.15.0 [WEB]
- https://huntr.com/bounties/188836b9-12fc-49c7-8dbf-04f60fe33743 [WEB]