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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A Cross-Site Scripting (XSS) flaw in **Movary**. πŸ“‰ **Consequences**: Attackers can inject malicious scripts, compromising user sessions and data integrity. It stems from insufficient input validation.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-20** (Improper Input Validation). πŸ› **Flaw**: The application fails to properly sanitize the `categoryCreated` parameter, allowing raw script execution in the browser.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Users running **Movary** versions **< 0.70.0**. 🏷️ **Vendor**: Lee Peuker. πŸ“¦ **Product**: Personal movie review program.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers Can**: Execute arbitrary JavaScript in victims' browsers. πŸ•΅οΈ **Impact**: Steal cookies, hijack accounts, or redirect users. High impact on Confidentiality (C:H) and Integrity (I:H).

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Threshold**: **Low**. 🌐 **Network**: Remote (AV:N). πŸ”‘ **Auth**: None required (PR:N). πŸ–±οΈ **UI**: Requires User Interaction (UI:R) to trigger the payload.

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

🚫 **Public Exp**: **No**. πŸ“‚ **PoC**: None listed in the advisory. ⚠️ **Status**: Theoretical risk until a PoC is released or wild exploitation occurs.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Movary instances. πŸ§ͺ **Test**: Inject script payloads into the `categoryCreated` field. πŸ‘€ **Observe**: Check if the script executes in the response without sanitization.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: **Yes**. πŸ“¦ **Patch**: Upgrade to **version 0.70.0** or later. πŸ”— **Ref**: [GitHub Advisory](https://github.com/leepeuker/movary/security/advisories/GHSA-v877-x568-4v5v).

Q9What if no patch? (Workaround)

πŸ› οΈ **Workaround**: If unpatched, implement **WAF rules** to block script tags in `categoryCreated`. 🚫 **Manual**: Strictly validate and encode all user inputs server-side before rendering.

Q10Is it urgent? (Priority Suggestion)

⏰ **Urgency**: **High Priority**. πŸš€ **Action**: Patch immediately. Although UI interaction is needed, the lack of authentication and remote nature makes it a critical risk for public-facing instances.