Impact
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.
Patches
This problem is fixed starting with version 3.9
.
Workarounds
Only load models from trusted sources and model archives created with Keras.
References
Impact
The Keras
Model.load_model
function permits arbitrary code execution, even withsafe_mode=True
, through a manually constructed, malicious.keras
archive. By altering theconfig.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.Patches
This problem is fixed starting with version
3.9
.Workarounds
Only load models from trusted sources and model archives created with Keras.
References