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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-23636 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SOFARPC < 5.12.0 has a code flaw. A gadget chain bypasses the SOFA Hessian blacklist. πŸ“‰ **Consequences**: Full system compromise. High CVSS score (Critical).

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-502**: Deserialization of Untrusted Data. The flaw is a **gadget chain** that relies **only on JDK**. No third-party libs needed to bypass protection. ⚠️

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: SOFAStack. πŸ“¦ **Product**: sofa-rpc. πŸ“… **Affected**: Versions **before 5.12.0**. If you use Java RPC, check your version! πŸ•΅οΈβ€β™‚οΈ

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Impact**: CVSS 3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. Hackers get **High** Confidentiality, Integrity, and Availability impact. Full RCE potential! πŸ”₯

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. CVSS indicates **No Privileges** (PR:N) and **No User Interaction** (UI:N) required. Network accessible (AV:N). Easy to exploit! πŸš€

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

πŸ“œ **Public Exp**: No PoC provided in data. However, the bypass mechanism is described. Wild exploitation risk is **HIGH** due to simplicity. πŸ•·οΈ

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for **SOFARPC** services. Check version number. Look for Hessian deserialization endpoints. Use SAST/DAST tools targeting CWE-502. πŸ§ͺ

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes! Patch available in **SOFARPC 5.12.0**. Reference: GitHub Advisory GHSA-7q8p-9953-pxvr. Commit 42d19b1b... πŸ› οΈ

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Upgrade ASAP. If stuck, **disable Hessian** serialization if possible. Implement strict input validation. Isolate affected services. πŸ›‘

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS is high. Exploitation is easy (No auth). JDK-only gadget chain makes it universal. **Patch immediately!** ⏳