CVE Catalog

CVE-2026-89240

MediumCVSS 6.1
Published: Updated: Translated: NVD NIST

Summary

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a reflected cross-site scripting vulnerability in plugin/Live/confirmLivePassword.php. The unauthenticated GET parameter u is interpolated directly into an img src attribute without URL- or HTML-encoding, allowing injection of an additional tag with an onerror handler.

Risk Assessment

An attacker can execute arbitrary JavaScript in the site's origin in the browser of any user, including an administrator, who opens the crafted link, leading to session theft or account takeover.

Recommendation

URL- and HTML-encode the u parameter before placing it in the src attribute and cover it with the security filter; until a fix is available, consider disabling the Live plugin.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a reflected cross-site scripting vulnerability in plugin/Live/confirmLivePassword.php. The script interpolates the unauthenticated GET parameter u (which is not covered by $securityFilter) directly into an <img src="..."> attribute without URL- or HTML-encoding. A remote attacker can craft a link containing a double-quote character in u (with a non-empty key parameter and no valid c parameter) to close the src attribute and inject an additional tag with an onerror handler, executing arbitrary JavaScript in the site's origin in the browser of any user, including an administrator, who opens the link. No patched version was available at the time of the advisory.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS