---
id: CVE-2026-88867
title: >-
  WWBN AVideo, in versions up to and including commit
  c3edcc274c389816d434acadac07ee78eaf330c1, contains a stored cross-site
  scripting vulnerability
summary: >-
  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 Cate…
severity: high
cvss: 8.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'
cwe:
  - CWE-79
vendor: WWBN
product: AVideo
affected:
  - AVideo <= c3edcc274c389816d434acadac07ee78eaf330c1
published: '2026-09-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T15:17:57.280'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88867'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-283q-fq8j-mhv8'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/wwbn-avideo-stored-xss-via-category-name-and-icon-class
    label: disclosure@vulncheck.com
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-283q-fq8j-mhv8'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-10T14:11:27.684863Z'
ingestedAt: '2026-09-10T13:50:37.334Z'
epss: 0.00367
epssPercentile: 0.27824
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
