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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Anchorr v1.4.1 has a Stored XSS flaw in the Jellyseerr user selector. πŸ“‰ **Consequences**: Attackers can inject malicious scripts.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-80** (Improper Neutralization of Input During Web Page Generation). The flaw lies in how the **Jellyseerr user selector** handles and renders user input without proper sanitization.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Anchorr** Discord Bot by **openVESSL**. Specifically versions **1.4.1 and earlier**. If you are running v1.4.1 or older, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hacker Capabilities**: With Stored XSS, hackers can execute arbitrary JavaScript in victims' browsers.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **Medium**. Requires **PR:L** (Low Privileges) and **UI:R** (User Interaction). The attacker needs to trick a user into interacting with the malicious payload in the user selector.

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

🚫 **Public Exploit**: **No**. The `pocs` field is empty. While advisory links exist, there is no confirmed public Proof-of-Concept (PoC) or wild exploitation code available yet.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Inspect the **Jellyseerr user selector** feature in your Anchorr bot. Look for any input fields that render user names or IDs without escaping.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. The vulnerability is fixed in **Anchorr v1.4.2**. Check the GitHub release notes for the patch details. Upgrade immediately to the latest version.

Q9What if no patch? (Workaround)

πŸ›‘ **No Patch Workaround**: If you cannot upgrade, **disable** the Jellyseerr integration or restrict access to the user selector feature. Manually sanitize any user inputs if you have custom code access.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. CVSS Score indicates **High** impact (C:H, I:H, A:H). Since it leads to Account Takeover, prioritize patching to v1.4.2 immediately to prevent potential ATO incidents.