CVE-2026-12484
Description
A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public keras.layers.TorchModuleWrapper.from_config method. This method invokes torch.load(..., weights_only=False) without requiring an explicit unsafe opt-in, such as a safe_mode=False parameter. When called outside a SafeModeScope(True) context, the absence of an ambient safe mode state permits unsafe deserialization by default. This issue can lead to arbitrary code execution if untrusted Keras layer configurations are processed using this method. The vulnerability arises because the method does not enforce safe deserialization practices unless explicitly guarded by Keras safe mode.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
kerasPyPI | < 3.12.3 | 3.12.3 |
kerasPyPI | >= 3.13.0, < 3.15.0 | 3.15.0 |
Affected products
2- Package: https://pypi.org/project/torch
- Range: =3.15.0
Patches
Vulnerability mechanics
References
9- github.com/advisories/GHSA-v2w2-w228-c444ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-12484ghsaADVISORY
- github.com/keras-team/keras/commit/55888d3becbdbb45dc16a55b489900f911e2dde5ghsaWEB
- github.com/keras-team/keras/commit/d338a45204bdc787c8b3c4a9b82c1911cd52dedfghsaWEB
- github.com/keras-team/keras/pull/23048ghsaWEB
- github.com/keras-team/keras/pull/23165ghsaWEB
- github.com/keras-team/keras/releases/tag/v3.12.3ghsaWEB
- github.com/keras-team/keras/releases/tag/v3.15.0ghsaWEB
- huntr.com/bounties/ab14df49-13b5-4442-b754-3189430bfa28nvdWEB
News mentions
0No linked articles in our index yet.