CVE-2026-1462

NONE EPSS 27.6%
Published Apr 13, 20262mo ago · Modified Jun 17, 20262w ago
Find Similar
Published Apr 13, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago

Description

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.

Threat Intelligence

EPSS Exploit Probability
27.6% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-502 Deserialization of Untrusted Data Validation

References 2

  • github.com https://github.com/keras-team/keras/commit/b6773d3decaef1b05d8e794458e148cb362f163f
  • huntr.com https://huntr.com/bounties/7e78d6f1-6977-4300-b595-e81bdbda331c

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.