PT-2026-44848 · Avideo · Avideo
Proochicken
·
Published
2026-05-29
·
Updated
2026-06-04
·
CVE-2026-47694
CVSS v3.1
5.4
Medium
| Vector | AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
AVideo versions 29.0 and earlier
Description
AVideo stores category descriptions from user input and renders the
category description variable as raw HTML in the Gallery view. A user with permissions to create or edit categories can inject JavaScript into the description field, which then executes when another user or administrator views the affected Gallery or category page. This stored Cross-Site Scripting (XSS) occurs because the value is rendered without proper output encoding or sanitization in the plugin/Gallery/view/mainAreaCategory.php file. An attacker can use this to perform actions as the victim, steal same-origin data, or abuse administrative UI actions.Recommendations
For versions 29.0 and earlier, sanitize category descriptions on input using the same HTML policy as video descriptions or store them as plain text. Additionally, encode the output using
htmlspecialchars() or process the description through HTMLPurifier before storage or rendering.Exploit
Fix
XSS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Avideo