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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-32985 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Xerte Online Toolkits allows **unvalidated arbitrary file uploads** via template import. <br>πŸ’₯ **Consequences**: Attackers can upload malicious scripts, leading to **Remote Code Execution (RCE)**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-306** (Missing Authentication for Critical Function). <br>❌ **Flaw**: The system fails to verify the authenticity or safety of uploaded template files before processing them.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Xerte Online Toolkits**. <br>πŸ“… **Versions**: **3.14 and earlier**. <br>🏒 **Vendor**: Xerte (UK-based learning content platform).

Q4What can hackers do? (Privileges/Data)

πŸ”“ **Privileges**: **Remote Code Execution (RCE)**. <br>πŸ“Š **Impact**: Full control over the server. Attackers can read, modify, or delete any data. **High** Confidentiality, Integrity, and Availability impact.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”‘ **Threshold**: **LOW**. <br>🌐 **Access**: **Network** accessible (AV:N). <br>πŸ”’ **Auth**: **None required** (PR:N, UI:N). No login or user interaction needed to exploit.

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

πŸ’£ **Public Exploit**: **YES**. <br>πŸ“„ **Source**: Packet Storm listing confirms **Shell Upload** exploits are available. <br>⚠️ **Status**: Wild exploitation is highly likely given low barrier.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **Template Import** features. <br>πŸ§ͺ **Test**: Attempt to upload non-template files (e.g., PHP/JS shells) to the import endpoint.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Upgrade to a version **newer than 3.14**. <br>πŸ”— **Vendor**: Check [xot.xerte.org.uk](https://xot.xerte.org.uk/) for official patches. <br>⏳ **Published**: March 20, 2026.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If no patch: <br>1. **Disable** the template import feature entirely. <br>2. **Restrict** access to the upload endpoint via WAF/Network ACLs. <br>3. Validate all uploaded files strictly server-side.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>⚑ **Priority**: **Immediate Action Required**. <br>πŸ“‰ **Risk**: CVSS **9.8** (Critical). No auth needed + RCE = High probability of compromise.