Filtered by vendor Keras Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2025-8747 1 Keras 1 Keras 2025-08-15 7.8 High
A safe mode bypass vulnerability in the `Model.load_model` method in Keras versions 3.0.0 through 3.10.0 allows an attacker to achieve arbitrary code execution by convincing a user to load a specially crafted `.keras` model archive.
CVE-2025-1550 1 Keras 1 Keras 2025-07-31 9.8 Critical
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.