Description
WWBN AVideo, in versions up to and including commit c3edcc274c389816d434acadac07ee78eaf330c1, contains a stored cross-site scripting vulnerability. objects/categoryAddNew.json.php passes the POST parameters `name` and `iconClass` to Category::setName() and Category::setIconClass(), which store the values without sanitization (setName only truncates to 45 characters). The category name is later echoed as HTML text and iconClass is echoed into a class attribute in view/modeYoutubeBottom.php and in Gallery cards (plugin/Gallery/functions.php). When the CustomizeUser option usersCanCreateNewCategories is enabled, any authenticated user with canUpload permission (granted by default via self-registration) can create a category containing a JavaScript payload; the payload then executes in the browser of any visitor, including administrators, who views a watch page or gallery entry for a video assigned to that category, allowing actions such as authenticated requests with the victim's session. The issue was unpatched at the time of reporting.
Published: 2026-09-10
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting (XSS)
Action: Immediate Patch
AI Analysis

Impact

WWBN AVideo contains a stored cross‑site scripting vulnerability in versions up to and including commit c3edcc274c389816d434acadac07ee78eaf330c1. The flaw arises when the category creation API passes the submitted name and iconClass fields to Category::setName() and Category::setIconClass() without sanitization; setName merely truncates the input to 45 characters. These unfiltered values are later rendered as raw HTML text for the category name and as a class attribute in gallery and video pages. An attacker can embed a JavaScript payload in either field, resulting in client‑side code execution when the affected page is viewed.

Affected Systems

Systems running WWBN AVideo older than the commit identified above are impacted. All releases built before the upstream change that corrected the input handling are vulnerable. Administrators, developers, and any users with the canUpload permission – which is granted by default during self‑registration – can create malicious categories.

Risk and Exploitability

The CVSS base score of 9.3 signals a critical severity, and the vulnerability is exploitable from within an authenticated session. Because the payload materializes in the browser of any visitor, including privileged users, the attack can lead to information disclosure, session hijacking, or further compromise of the host. The EPSS score is unavailable, and the issue is not listed in the CISA KEV catalog, but the lack of mitigation and the high impact of the flaw still demand urgent remediation.

Generated by OpenCVE AI on September 10, 2026 at 15:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version of WWBN AVideo that includes the upstream fix for the unsanitized category fields (any commit newer than c3edcc274c389816d434acadac07ee78eaf330c1).
  • If an upgrade cannot be performed immediately, restrict the ability to create categories by disabling the CustomizeUser option that grants canUpload permission or by setting usersCanCreateNewCategories to false, thereby preventing malicious category creation.
  • Apply runtime input validation on the name and iconClass parameters by escaping output or using a proper HTML sanitizer to ensure no script tags or malicious class names are stored.

Generated by OpenCVE AI on September 10, 2026 at 15:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description WWBN AVideo, in versions up to and including commit c3edcc274c389816d434acadac07ee78eaf330c1, contains a stored cross-site scripting vulnerability. objects/categoryAddNew.json.php passes the POST parameters `name` and `iconClass` to Category::setName() and Category::setIconClass(), which store the values without sanitization (setName only truncates to 45 characters). The category name is later echoed as HTML text and iconClass is echoed into a class attribute in view/modeYoutubeBottom.php and in Gallery cards (plugin/Gallery/functions.php). When the CustomizeUser option usersCanCreateNewCategories is enabled, any authenticated user with canUpload permission (granted by default via self-registration) can create a category containing a JavaScript payload; the payload then executes in the browser of any visitor, including administrators, who views a watch page or gallery entry for a video assigned to that category, allowing actions such as authenticated requests with the victim's session. The issue was unpatched at the time of reporting.
Title WWBN AVideo Stored XSS via Category Name and Icon Class
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-79
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T14:11:43.373Z

Reserved: 2026-09-10T11:23:56.027Z

Link: CVE-2026-88867

cve-icon Vulnrichment

Updated: 2026-09-10T14:11:38.603Z

cve-icon NVD

Status : Deferred

Published: 2026-09-10T14:17:12.920

Modified: 2026-09-10T15:17:57.280

Link: CVE-2026-88867

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:15:07Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')