VYPR
Unrated severityNVD Advisory· Published Jul 24, 2025· Updated Nov 3, 2025

CVE-2025-36548

CVE-2025-36548

Description

A reflected XSS vulnerability in AVideo's LoginWordPress plugin allows arbitrary JavaScript execution via the unsanitized cancelUri parameter.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A reflected XSS vulnerability in AVideo's LoginWordPress plugin allows arbitrary JavaScript execution via the unsanitized cancelUri parameter.

Vulnerability

The vulnerability exists in the plugin/LoginWordPress/view/loginForm.php file of WWBN AVideo. The cancelUri parameter from $_REQUEST is embedded directly into an anchor tag's href attribute without proper sanitization, despite a call to isValidURL() which does not prevent XSS payloads. This results in a reflected cross-site scripting (XSS) flaw. Affected versions are AVideo 14.4 and the dev master commit 8a8954ff [1].

Exploitation

An attacker can craft a malicious URL containing a JavaScript payload in the cancelUri parameter (e.g., javascript:alert(1) or an encoded script). The attacker then tricks a victim into visiting this URL, for example via a phishing link. No authentication is required, but user interaction (clicking the link) is necessary. The payload is reflected in the page and executed in the victim's browser [1].

Impact

Successful exploitation allows arbitrary JavaScript execution in the context of the victim's session on the AVideo site. This can lead to data theft (e.g., cookies, session tokens), defacement, or further attacks such as credential harvesting. The CVSS score is 8.3 (High) with a scope change, indicating potential compromise of confidentiality, integrity, and availability [1].

Mitigation

As of the publication date, no official patch or fixed version has been disclosed in the available references. Users should monitor the AVideo repository for updates and consider restricting access to the login form or applying input validation as a temporary workaround. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog [1].

AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • WWBN/Avideollm-fuzzy2 versions
    = 14.4 (dev master commit 8a8954ff)+ 1 more
    • (no CPE)range: = 14.4 (dev master commit 8a8954ff)
    • (no CPE)range: 14.4

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.