Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2025-9906

Опубликовано: 19 сент. 2025
Источник: nvd
CVSS3: 7.3
EPSS Низкий

Описание

The Keras Model.load_model method can be exploited to achieve arbitrary code execution, even with safe_mode=True.

One can create a specially crafted .keras model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed. This is achieved by crafting a special config.json (a file within the .keras archive) that will invoke keras.config.enable_unsafe_deserialization() to disable safe mode. Once safe mode is disable, one can use the Lambda layer feature of keras, which allows arbitrary Python code in the form of pickled code. Both can appear in the same archive. Simply the keras.config.enable_unsafe_deserialization() needs to appear first in the archive and the Lambda with arbitrary code needs to be second.

Уязвимые конфигурации

Конфигурация 1
cpe:2.3:a:keras:keras:*:*:*:*:*:*:*:*
Версия от 3.0.0 (включая) до 3.11.0 (исключая)

EPSS

Процентиль: 18%
0.00057
Низкий

7.3 High

CVSS3

Дефекты

CWE-502

Связанные уязвимости

CVSS3: 7.3
ubuntu
27 дней назад

The Keras Model.load_model method can be exploited to achieve arbitrary code execution, even with safe_mode=True. One can create a specially crafted .keras model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed. This is achieved by crafting a special config.json (a file within the .keras archive) that will invoke keras.config.enable_unsafe_deserialization() to disable safe mode. Once safe mode is disable, one can use the Lambda layer feature of keras, which allows arbitrary Python code in the form of pickled code. Both can appear in the same archive. Simply the keras.config.enable_unsafe_deserialization() needs to appear first in the archive and the Lambda with arbitrary code needs to be second.

CVSS3: 8.2
redhat
27 дней назад

The Keras Model.load_model method can be exploited to achieve arbitrary code execution, even with safe_mode=True. One can create a specially crafted .keras model archive that, when loaded via Model.load_model, will trigger arbitrary code to be executed. This is achieved by crafting a special config.json (a file within the .keras archive) that will invoke keras.config.enable_unsafe_deserialization() to disable safe mode. Once safe mode is disable, one can use the Lambda layer feature of keras, which allows arbitrary Python code in the form of pickled code. Both can appear in the same archive. Simply the keras.config.enable_unsafe_deserialization() needs to appear first in the archive and the Lambda with arbitrary code needs to be second.

CVSS3: 7.3
msrc
26 дней назад

Arbitrary Code execution in Keras Safe Mode

CVSS3: 7.3
debian
27 дней назад

The Keras Model.load_modelmethod can be exploited to achieve arbitrary ...

CVSS3: 7.3
github
27 дней назад

Keras is vulnerable to Deserialization of Untrusted Data

EPSS

Процентиль: 18%
0.00057
Низкий

7.3 High

CVSS3

Дефекты

CWE-502