Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-49655 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Keras (v3.11.0 to <3.11.3) suffers from **Unsafe Deserialization**. πŸ“‰ **Consequences**: Attackers can execute **arbitrary code** on the target system. This is a critical integrity and availability risk.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). The framework fails to validate data before processing it, allowing malicious payloads to be injected and executed.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Keras** users running versions **3.11.0** through **3.11.2**. If you are on 3.11.3 or later, you are safe. πŸ“¦ Component: The core Keras library.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Full **Remote Code Execution (RCE)**. πŸ“Š **Impact**: High (H) for Confidentiality, Integrity, and Availability. Hackers can steal data, modify models, or crash systems completely.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. βš™οΈ **Config**: AV:N (Network), AC:L (Low Complexity), PR:N (No Privileges), UI:N (No User Interaction). No auth or complex setup needed to exploit.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ” **Public Exploit**: **No PoC provided** in the data. However, the CVSS score is **Critical (9.8)**. While no specific code is public, the vulnerability is well-understood and highly dangerous. 🚩 Treat as active threat.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan your environment for **Keras version 3.11.0 - 3.11.2**. Look for any code paths that deserialize untrusted input (e.g., loading model weights from unverified sources).…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix Status**: **Yes**. The vulnerability is fixed in **Keras 3.11.3**. πŸ“ **Reference**: See GitHub PR #21575 for the official patch details. Upgrade immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot upgrade, **strictly validate** all inputs before deserialization. 🚫 **Never** deserialize data from untrusted sources. Implement allow-listing for model loading functions.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 With a CVSS of 9.8 and no auth required, this is a top-priority fix. Patch to v3.11.3 **immediately** to prevent RCE. Do not delay. ⏳