CVE-2026-12484
Last modified
CVE-2026-12484 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| keras-team | keras-team/keras | <= latest |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-12484?
How severe is CVE-2026-12484?
How do I fix CVE-2026-12484?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-12478The fix for CVE-2026-0716 (commit 6ff7ef0, libsoup 3.6.6) pl…4.8
- CVE-2026-12479A path traversal vulnerability exists in keras-team/keras ve…6.1
- CVE-2026-1248IBM Business Automation Workflow containers and traditional …4.3
- CVE-2026-12480Keras versions up to and including 3.13.2 are vulnerable to …5.5
- CVE-2026-12481A vulnerability in keras-team/keras version 3.14.0 allows fo…9.8
- CVE-2026-12482A vulnerability in keras-team/keras version 3.12.0 allows an…6.5
- CVE-2026-12485GV-I/O Box 4E is a smart embedded device with 4 input and 4 …10
- CVE-2026-12486Multiple OS command injection vulnerabilities exist in the l…9.1
- CVE-2026-12488A memory corruption vulnerability exists in the GV-Cloud fun…6.2
- CVE-2026-1249The MP3 Audio Player – Music Player, Podcast Player & Radio …5
- CVE-2026-12490When a provide-xfr is given with a tls-auth-name, a secondar…7.5
- CVE-2026-12491A flaw was found in vLLM, an open-source library for large l…4.8
Are you affected by CVE-2026-12484?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
