Description
AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a stored cross-site scripting vulnerability in the AD_Server plugin's log.php endpoint that fails to escape the label parameter before storage. An unauthenticated attacker can inject malicious HTML through the label parameter, which is later rendered unsanitized in the admin Ad Types report using jQuery .html(), allowing execution of arbitrary JavaScript in an administrator's browser session.
Published: 2026-09-10
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: Stored XSS in administrator session
Action: Immediate Patch
AI Analysis

Impact

A vulnerable input field in the AD_Server plugin allows an unauthenticated attacker to inject malicious HTML through the label parameter of log.php. The data is stored without escaping and later rendered by the admin Ad Types report using jQuery .html(), causing plain JavaScript to execute when an administrator views the report. This flaw is a classic stored cross‑site scripting attack (CWE‑79) that can expose confidential data, hijack.

Affected Systems

The vulnerability exists in AVideo deployments that include the AD_Server plugin and are running code prior to commit c3edcc274c389816d434acadac07ee78eaf330c1. Any installation using that version of the plugin is susceptible until the offending input is properly sanitized. This includes all AVideo installations utilizing the AD_Server plugin, as identified by the vendor WWBN.

Risk and Exploitability

The CVSS score of 9.3 indicates a high severity condition with the potential for arbitrary JavaScript execution in authenticated administrator sessions. EPSS data is not available, but the flaw is exposed through an unauthenticated endpoint, so the likelihood of exploitation is significant. The vulnerability is not listed in the CISA KEV catalog, yet it presents a strong candidate for exploitation once a public exploit becomes available. An attacker would need to submit a payload to log.php and then lure an administrator to view the Ad Types report to trigger the stored malicious script.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest AVideo release or vendor patch that sanitizes the AD_Server label parameter before storage.
  • If an immediate update is not possible, disable or remove the AD_Server plugin to eliminate the attack vector until the fix is released.
  • Configure the application to escape or sanitize all user‑supplied content before rendering, and consider enforcing a Content Security Policy that blocks inline script execution.

Generated by OpenCVE AI on September 10, 2026 at 15:30 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 AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a stored cross-site scripting vulnerability in the AD_Server plugin's log.php endpoint that fails to escape the label parameter before storage. An unauthenticated attacker can inject malicious HTML through the label parameter, which is later rendered unsanitized in the admin Ad Types report using jQuery .html(), allowing execution of arbitrary JavaScript in an administrator's browser session.
Title AVideo AD_Server Stored XSS via log.php label parameter
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': 9.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/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:N/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-10T15:01:54.081Z

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

Link: CVE-2026-88869

cve-icon Vulnrichment

Updated: 2026-09-10T15:01:48.347Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-09-10T16:18:10.990

Link: CVE-2026-88869

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T15:45:05Z

Weaknesses
  • CWE-79

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