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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.7 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Stored XSS in Anchorr's Web Dashboard user mapping dropdown. πŸ’₯ **Consequences**: Malicious scripts persist on the server.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-79** (Improper Neutralization of Input). The application fails to sanitize user-supplied input in the **user mapping dropdown** before storing it in the database.…

Q3Who is affected? (Versions/Components)

🎯 **Affected**: **Anchorr** (by openVESSL). Specifically versions **1.4.1 and earlier**. It is a Discord bot integrating media search & notifications. If you use the Web Dashboard feature, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Steal **Admin Credentials** & **Session Tokens**. Gain unauthorized access to the Discord bot's configuration. Potentially execute arbitrary commands via the compromised admin session.…

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Exploitation Threshold**: **Medium**. Requires **PR:N** (No Privileges) to inject the payload, but **UI:R** (User Interaction) is needed.…

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

πŸ“¦ **Public Exploit**: **No**. The data indicates `pocs: []`. While the vulnerability is confirmed, no public Proof-of-Concept (PoC) or automated exploit kit is currently available in the provided data.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Identify if you run **Anchorr < 1.4.2**. 2. Check if you use the **Web Dashboard**. 3. Inspect the **User Mapping** settings for any unusual characters or scripts in dropdown options. 4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. The vendor released **v1.4.2** which patches this issue. See the GitHub Advisory (GHSA-qpmq-6wjc-w28q) and the release commit for details. **Upgrade immediately** to v1.4.2+.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot upgrade: 1. **Disable** the Web Dashboard if not essential. 2. Strictly **sanitize** all input fields in the User Mapping dropdown. 3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. CVSS Score is **9.8** (Critical). Although it requires user interaction, the impact is severe (full credential theft). As a bot admin, your access is critical.…