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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A Cross-Site Scripting (XSS) flaw in **Movary**. <br>⚠️ **Consequences**: Attackers can inject malicious scripts, leading to **data theft** or **session hijacking** via the `categoryUpdated` parameter.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE**: CWE-20 (Improper Input Validation). <br>πŸ” **Flaw**: Insufficient sanitization of the `categoryUpdated` input field allows malicious code execution.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: Movary (by Lee Peuker). <br>πŸ“‰ **Affected**: Versions **< 0.70.0**. <br>βœ… **Fixed**: Version 0.70.0 and later.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Impact**: High Confidentiality & Integrity impact. <br>πŸ•΅οΈ **Hackers Can**: Steal user cookies, redirect users, or deface the interface by executing arbitrary JavaScript in the victim's browser.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: Medium. <br>πŸ‘€ **Auth**: PR:N (No Privileges Required). <br>πŸ‘οΈ **UI**: UI:R (User Interaction Required). Victims must click a malicious link or input data.

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

🚫 **Public Exploit**: No PoC provided in the data. <br>🌐 **Wild Exploit**: Unlikely to be widespread yet, but the flaw is straightforward to exploit manually.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Movary instances. <br>πŸ§ͺ **Test**: Input script tags into the `categoryUpdated` field. If the script executes, the system is vulnerable.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: Yes! <br>πŸ“₯ **Patch**: Upgrade to **Movary 0.70.0**. <br>πŸ”— **Ref**: [GitHub Release](https://github.com/leepeuker/movary/releases/tag/0.70.0).

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: If you cannot upgrade, **strictly sanitize** the `categoryUpdated` input on the server side. <br>🚫 **Block**: Disable user input for this field if possible.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority**: **High**. <br>⏳ **Urgency**: CVSS Score indicates High impact. Fix immediately by upgrading to v0.70.0 to prevent potential data breaches.