DEBIAN-CVE-2025-9906

Source
https://security-tracker.debian.org/tracker/CVE-2025-9906
Import Source
https://storage.googleapis.com/debian-osv/debian-cve-osv/DEBIAN-CVE-2025-9906.json
JSON Data
https://api.osv.dev/v1/vulns/DEBIAN-CVE-2025-9906
Upstream
Published
2025-09-19T09:15:36Z
Modified
2025-09-30T05:14:22.750157Z
Severity
  • 7.3 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

The Keras Model.loadmodel method can be exploited to achieve arbitrary code execution, even with safemode=True. One can create a specially crafted .keras model archive that, when loaded via Model.loadmodel, 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.enableunsafedeserialization() 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.enableunsafe_deserialization() needs to appear first in the archive and the Lambda with arbitrary code needs to be second.

References

Affected packages

Debian:11 / keras

Package

Name
keras
Purl
pkg:deb/debian/keras?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

2.*

2.3.1+dfsg-3
2.3.1+dfsg2-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}