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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-34564 โ€” AI Deep Analysis Summary

CVSS 9.1 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Stored DOM-based XSS in CI4MS. ๐Ÿ“‰ **Consequences**: Malicious scripts execute in victim browsers via navigation menus. Leads to session hijacking or data theft.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **CWE**: CWE-79 (Improper Neutralization of Input). ๐Ÿ” **Flaw**: User input in menu management is not sanitized. Allows injection of malicious scripts into the DOM.

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Product**: CI4MS (Ci4MS). ๐Ÿท๏ธ **Vendor**: ci4-cms-erp. ๐Ÿ“… **Affected**: Versions **< 0.31.0.0**. โœ… **Fixed**: 0.31.0.0+.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’ป **Hackers Can**: Execute arbitrary JS. ๐Ÿ•ต๏ธ **Impact**: Steal cookies, redirect users, or deface pages. ๐Ÿ“Š **Data**: Access sensitive user data stored in the browser context.

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”‘ **Auth Required**: Yes (PR:L). ๐ŸŒ **Access**: Network (AV:N). โš ๏ธ **Threshold**: Low complexity (AC:L), No user interaction needed (UI:N).

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

๐Ÿšซ **Public Exp**: No PoCs listed in data. ๐ŸŒ **Wild Exp**: Unconfirmed. However, XSS is easily exploitable once input is found.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Check**: Look for unsanitized input in 'Menu Management' features. ๐Ÿ“ก **Scan**: Use XSS scanners targeting navigation menu inputs. ๐Ÿงช **Test**: Inject `<script>alert(1)</script>` into menu fields.

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed**: Yes! Upgrade to **v0.31.0.0** or later. ๐Ÿ”— **Ref**: GitHub Release & Security Advisory (GHSA-g4pp-fhgf-8653).

Q9What if no patch? (Workaround)

๐Ÿ›ก๏ธ **Workaround**: Sanitize all menu input fields manually. ๐Ÿšซ **Block**: Restrict access to menu management if possible. ๐Ÿงน **Filter**: Implement strict output encoding on the frontend.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: HIGH. ๐Ÿ“ˆ **CVSS**: 7.5 (High). โšก **Action**: Patch immediately. Stored XSS poses significant risk to user security and site integrity.