Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-31982 — AI Deep Analysis Summary

CVSS 10.0 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: XWiki Platform suffers from **Remote Code Execution (RCE)** via its database search feature. 💥 **Consequences**: Attackers can inject Groovy scripts to execute arbitrary code on the server.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-95 (Improper Neutralization of Special Elements)**. The flaw lies in the **Database Search** function, which fails to properly sanitize user input.…

Q3Who is affected? (Versions/Components)

📦 **Affected**: XWiki Platform versions **2.4-milestone-1 up to 4.10.20**, **15.5.3 and below**, and **15.10-rc-1 and below**.…

Q4What can hackers do? (Privileges/Data)

💻 **Attacker Capabilities**: Hackers can execute **arbitrary system commands** with the privileges of the XWiki application process.…

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Exploitation Threshold**: **LOW**. 🚫 **Auth**: Not required for public wikis. 📝 **Config**: The database search endpoint is **accessible by default** for all users.…

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

🔥 **Public Exploits**: **YES**. Multiple PoCs and automated scanning tools are available on GitHub (e.g., `CVEHunter`, `nuclei-templates`).…

Q7How to self-check? (Features/Scanning)

🔍 **Self-Check**: Look for the endpoint `/bin/get/Main/DatabaseSearch`. 🧪 **Test**: Send a GET request with `outputSyntax=plain` and a payload like `}}}}{{async async=false}}{{groovy}}println("Test"){{/groovy}}{{/`.…

Q8Is it fixed officially? (Patch/Mitigation)

✅ **Official Fix**: **YES**. Patched in versions **14.10.20**, **15.5.4**, and **15.10-rc-1**. 📥 **Action**: Upgrade your XWiki Platform to one of these safe versions immediately to close the RCE gap.

Q9What if no patch? (Workaround)

🛠️ **Workaround**: If you cannot patch immediately, manually apply the patch to the page `Main.DatabaseSearch`.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL**. 📅 **Priority**: **Immediate Action Required**. With public exploits and low exploitation barriers, this vulnerability is being actively weaponized.…