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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Crafty Controller suffers from a **Path Traversal** flaw in its File Operations API.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-22** (Improper Limitation of a Pathname to a Restricted Directory). The API endpoint fails to sanitize user input, allowing directory traversal sequences to escape intended folders.

Q3Who is affected? (Versions/Components)

🎯 **Affected**: **Crafty Controller** (by Arcadia Technology, LLC). Specifically the **File Operations API Endpoint** component. It is a Minecraft server control panel/launcher.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: With valid credentials, an attacker can **tamper with arbitrary files** on the system. This can escalate to **Remote Code Execution**, giving full control over the server environment.

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **Medium**. Requires **Authenticated** access (PR:L). However, exploitation is **Low Complexity** (AC:L) and requires **No User Interaction** (UI:N).

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

πŸ” **Public Exploit**: **No**. The `pocs` field is empty. No public Proof-of-Concept or wild exploitation scripts are currently available based on this data.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for the **Crafty Controller** service. Check if the **File Operations API** is exposed. Look for authentication mechanisms. Verify if file paths can be manipulated via API requests.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: Refer to **GitLab Issue #660** for the official tracking and potential patch status. The vendor is aware of the issue via their GitLab repository.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: **Restrict API Access**. Ensure the File Operations API is **not exposed** to untrusted networks. Enforce **Strong Authentication** and **Network Segmentation** to limit lateral movement.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **High**. CVSS Score indicates **High** Confidentiality and Integrity impact. Even though auth is required, the risk of RCE makes immediate mitigation and patching critical.