Description
WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in deleteHistory.json.php and finishAll.json.php that allows unauthenticated attackers to mutate live history by making GET requests without CSRF token validation. Attackers can craft malicious pages that trigger administrator browsers to delete all live transmission history or mark streams as finished when an admin visits the attacker-controlled site.
Published: 2026-09-08
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a cross‑site request forgery in deleteHistory.json.php and finishAll.json.php that accepts GET requests without a CSRF token. An unauthenticated attacker can cause an administrator’s browser to send these requests, resulting in the deletion of all live transmission history or marking streams as finished. This compromises audit data and can disrupt service operation, representing unauthorized data modification and a denial‑of‑service vector for broadcasting services.

Affected Systems

The CNA lists WWBN:AVideo as the affected vendor and product. No specific version numbers are provided, so any current AVideo installation that contains the unpatched deleteHistory.json.php or finishAll.json.php files is at risk. The commit reference c3edcc274c389 indicates the code that introduced the flaw, implying the vulnerability exists in all releases prior to that commit.

Risk and Exploitability

The CVSS score of 7.1 places the issue in the high severity range. EPSS data is unavailable and the vulnerability is not listed in CISA's KEV catalog, suggesting a moderate current exploitation probability. The exploit requires only a malicious web page that an administrator visits; once a privileged session is active, the attacker can immediately trigger the state changes. Because CSRF bypasses authentication, the risk to systems that allow administrators to access the web interface is significant.

Generated by OpenCVE AI on September 8, 2026 at 16:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the latest patched release of WWBN AVideo that removes the unvalidated GET endpoint or adds CSRF token verification.
  • Enforce that deleteHistory.json.php and finishAll.json.php only accept POST requests and require a valid CSRF token to be present.
  • Restrict access to these endpoints to authenticated administrative users and consider IP whitelisting or additional session checks.

Generated by OpenCVE AI on September 8, 2026 at 16:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 08 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 contains a cross-site request forgery vulnerability in deleteHistory.json.php and finishAll.json.php that allows unauthenticated attackers to mutate live history by making GET requests without CSRF token validation. Attackers can craft malicious pages that trigger administrator browsers to delete all live transmission history or mark streams as finished when an admin visits the attacker-controlled site.
Title WWBN AVideo Cross-Site Request Forgery via deleteHistory.json.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-352
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-08T15:46:04.128Z

Reserved: 2026-09-08T11:30:41.420Z

Link: CVE-2026-86718

cve-icon Vulnrichment

Updated: 2026-09-08T15:41:50.323Z

cve-icon NVD

Status : Deferred

Published: 2026-09-08T16:18:31.203

Modified: 2026-09-08T19:53:13.400

Link: CVE-2026-86718

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T16:45:17Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)