CVE-2026-1462: Vulnerability Analysis
Executive Summary
Unable to generate a complete analysis due to an error.
Technical Specifications
- CVE ID: CVE-2026-1462
- Vendors: Unknown
- Date Reported: 2026-04-13T15:17:18.967
- CVSS Score: 8.8
- Description: A vulnerability in the
TFSMLayerclass of thekeraspackage, version 3.13.0, allows attacker-controlled TensorFlow SavedModels to be loaded during deserialization of.kerasmodels, even whensafe_mode=True. This bypasses the security guarantees ofsafe_modeand 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 thefrom_config()method. - CWE IDs: CWE-502



