This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis →
Q1What is this vulnerability? (Essence + Consequences)
🚨 **Essence**: Cherry Studio suffers from a **Code Injection** flaw. When processing `cherrystudio://mcp` URLs, it blindly executes commands found in **Base64-encoded** config data.…
🔓 **Exploitation Threshold**: **Medium**. Requires **User Interaction (UI:R)** – the victim must click a malicious link or open a crafted `cherrystudio://mcp` URL.…
✅ **Official Fix**: Yes. CherryHQ has published a security advisory (**GHSA-hh6w-rmjc-26f6**). 📥 **Action**: Update Cherry Studio to the latest patched version immediately.…
🚧 **No Patch Workaround**: Disable or unregister the `cherrystudio://` protocol handler if possible. 🚫 **User Education**: Warn users not to click unknown links or open files containing `cherrystudio://mcp` URLs.…