CVE-2026-1462

A vulnerability in the `TFSMLayer` class of the `keras` package, version 3.13.0, allows attacker-controlled TensorFlow SavedModels to be loaded during deserialization of `.keras` models, even when `safe_mode=True`. This bypasses the security guarantees of `safe_mode` and enables arbitrary attacker-controlled code execution during model inference under the victim's privileges. The issue arises due to the unconditional loading of external SavedModels, serialization of attacker-controlled file paths, and the lack of validation in the `from_config()` method.
Configurations

No configuration.

History

13 Apr 2026, 15:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-13 15:17

Updated : 2026-04-17 15:34


NVD link : CVE-2026-1462

Mitre link : CVE-2026-1462

CVE.ORG link : CVE-2026-1462


JSON object : View

Products Affected

No product.

CWE
CWE-502

Deserialization of Untrusted Data