Security Advisory

CVE-2025-1550

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-03-11 08:12:34
Last updated 2025-07-24 15:28:42
Assigner Google
State PUBLISHED

Description

The Keras Model.load_model function permits arbitrary code execution, even with safe_mode=True, through a manually constructed, malicious .keras archive. By altering the config.json file within the archive, an attacker can specify arbitrary Python modules and functions, along with their arguments, to be loaded and executed during model loading.