Lucene search
+L

497 matches found

RedhatCVE
RedhatCVE
added 2026/07/08 7:05 a.m.17 views

CVE-2026-12479

A flaw was found in Keras, specifically in the model saving and loading library. This path traversal vulnerability occurs due to improper handling of user-provided layer names, which allows an attacker to craft a malicious Keras model. When this model is saved or loaded, it can escape its intende...

6.1CVSS6.4AI score0.00384EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/07 4:03 p.m.17 views

PYSEC-2026-1486 Keras Directory Traversal Vulnerability

Summary Keras's keras.utils.getfile function is vulnerable to directory traversal attacks despite implementing filtersafepaths. The vulnerability exists because extractarchive uses Python's tarfile.extractall method without the security-critical filter="data" parameter. A PATHMAX symlink resoluti...

9.8CVSS7.2AI score0.00589EPSS
SaveExploits0References9
OSV
OSV
added 2026/07/07 4:03 p.m.15 views

PYSEC-2026-1487 Keras is vulnerable to arbitrary local file loading and Server-Side Request Forgery

The Keras.Model.loadmodel method, including when executed with the intended security mitigation safemode=True, is vulnerable to arbitrary local file loading and Server-Side Request Forgery SSRF. This vulnerability stems from the way the StringLookup layer is handled during model loading from a...

5.9CVSS7.4AI score0.00247EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2026/07/07 8:01 a.m.16 views

Arbitrary HDF5 File Read via Virtual Dataset Bypass in keras-team/keras

...

5.5CVSS6.2AI score0.00175EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/06 10:03 a.m.15 views

CVE-2026-12481

A flaw was found in the Keras deep learning library. This vulnerability allows a remote attacker to execute arbitrary code on the system by exploiting improper handling of deserialization in the Lambda layer. Specifically, a security safeguard designed to prevent unsafe deserialization is bypasse...

9.8CVSS6.5AI score0.00719EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2026/07/06 12:00 a.m.22 views

Linux Distros Unpatched Vulnerability : CVE-2026-12481

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer...

9.8CVSS8.9AI score0.00719EPSS
SaveExploits1References3
OSV
OSV
added 2026/07/03 9:31 p.m.9 views

GHSA-5GWJ-M78Q-7PQ3 Keras: Lambda deserialization can bypass safe mode and execute code

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

8.8CVSS8.7AI score0.00719EPSS
SaveExploits1References9
NVD
NVD
added 2026/07/03 9:16 p.m.17 views

CVE-2026-12481

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

9.8CVSS0.00719EPSS
SaveExploits1References1
OSV
OSV
added 2026/07/03 9:16 p.m.15 views

DEBIAN-CVE-2026-12481

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

9.8CVSS6.6AI score0.00719EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/07/03 9:16 p.m.20 views

CVE-2026-12481

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

9.8CVSS7.3AI score0.00719EPSS
SaveExploits1References2
OSV
OSV
added 2026/07/03 9:16 p.m.13 views

UBUNTU-CVE-2026-12481

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

9.8CVSS7.7AI score0.00719EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/07/03 8:36 p.m.59 views

CVE-2026-12481 Deserialization of Untrusted Data in keras-team/keras

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

8.8CVSS0.00719EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/07/03 8:36 p.m.17 views

Deserialization of Untrusted Data

Overview keras is a Keras is a high-level neural networks API for Python.. Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the deserialization process of the Lambda layer when the safemode safeguard is not explicitly enabled. An attacker can execute...

9.8CVSS8.1AI score0.00719EPSS
SaveExploits1References2
CVE
CVE
added 2026/07/03 8:36 p.m.102 views

CVE-2026-12481

The CVE affects keras-team/keras 3.14.0, where deserialization in the Lambda layer can bypass the safe-mode guard. The root cause is _raise_for_lambda_deserialization() treating safe_mode=None as unset/deny, allowing attacker-controlled marshal bytecode to be deserialized. Affected call sites inc...

9.8CVSS7.7AI score0.00719EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/07/03 8:36 p.m.33 views

CVE-2026-12481 Deserialization of Untrusted Data in keras-team/keras

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

8.8CVSS7.4AI score
SaveExploits0References3
EUVD
EUVD
added 2026/07/03 8:36 p.m.20 views

EUVD-2026-41600

A vulnerability in keras-team/keras version 3.14.0 allows for arbitrary code execution due to improper handling of deserialization in the Lambda layer. Specifically, the raiseforlambdadeserialization function fails to enforce the safe-mode guard when safemode is set to None, which is the default...

8.8CVSS7.7AI score0.00719EPSS
SaveExploits1References1
Debian CVE
Debian CVE
added 2026/07/03 8:36 p.m.20 views

CVE-2026-12481

Removed by vendor...

9.8CVSS7.2AI score0.00719EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/07/03 10:16 a.m.23 views

CVE-2026-12480

A flaw was found in Keras. An attacker can craft a malicious model archive or weights file containing a Virtual Dataset VDS that references external files on a victim's system. When a user loads this malicious model, the external file is transparently read. This vulnerability leads to information...

5.5CVSS5.9AI score0.00175EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/03 12:00 a.m.31 views

PT-2026-55585

Name of the Vulnerable Software and Affected Versions keras-team/keras version 3.14.0 Description Improper handling of deserialization in the Lambda layer allows for arbitrary OS-level code execution in the context of the server or user process. The raise for lambda deserialization function fails...

9.8CVSS7.7AI score0.00719EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
added 2026/07/02 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-12480

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Keras versions up to and including 3.13.2 are vulnerable to an arbitrary HDF5 file read due to an incomplete fix for CVE-2026-1669. The vulnerability resides in...

7.5CVSS5.8AI score0.0031EPSS
SaveExploits0References2
Rows per page
Query Builder