This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Cross-Site Scripting (XSS) in WWBN AVideo. <br>π₯ **Consequences**: Attackers inject malicious scripts via the `userLogin` `cancelUri` parameter.β¦
β οΈ **Threshold**: **Low/Medium**. <br>π **Auth**: No authentication required to trigger the vulnerability vector. <br>ποΈ **UI**: Requires **User Interaction** (victim must click a crafted link).β¦
π **Public Exploit**: **No**. <br>π« **PoC**: The `pocs` array is empty in the data. <br>π’ **Wild Exploitation**: Not currently reported in the wild based on provided data.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Scan for **AVideo 14.4** instances. <br>2. Check if `cancelUri` in login URLs is properly encoded. <br>3. Use DAST tools to test for **Stored/Reflected XSS** on login endpoints.
π₯ **Urgency**: **HIGH**. <br>π **Priority**: **P1**. <br>π‘ **Reason**: Remote, unauthenticated trigger (with user click), high CVSS score, and critical impact on user data. Patch immediately!