Description
AVideo through commit c91b5975d contains a cross-site request forgery vulnerability in plugin/Live/saveLive.php that lacks forbidIfNotPost and forbidIfInvalidToken protections. Attackers can craft malicious image tags to overwrite authenticated streamers' RTMP keys, passwords, and titles, hijacking live broadcasts.
Published: 2026-09-03
Score: 7.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AVideo's Live component contains a CSRF flaw in plugin/Live/saveLive.php. The lack of forbidIfNotPost and forbidIfInvalidToken checks lets an attacker craft a malicious image tag that forces a logged‑in streamer to submit a POST request, causing their RTMP key, password, and title to be replaced. This lets the attacker hijack the broadcast and potentially view or disrupt the content.

Affected Systems

This issue affects the AVideo application from vendor WWBN. All releases that include commit c91b5975d contain the vulnerable code. No specific version range is listed, so affected installations are those deploying the vulnerable commit.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate‑to‑high severity. EPSS data is not available, but the risk remains present because attackers can trigger the flaw remotely by luring an authenticated user to load a crafted image. The vulnerability is not listed in CISA's KEV catalog, yet it can still be abused in targeted attacks. The attack vector is a web‑based CSRF, requiring the victim's authenticated session to be active.

Generated by OpenCVE AI on September 3, 2026 at 13:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest AVideo release that includes the CSRF fix.
  • Apply a quick patch by adding POST‑only and CSRF token checks to plugin/Live/saveLive.php.
  • Restrict or disable the Live feature until a permanent solution is in place.
  • Block direct access to plugin/Live/saveLive.php from unauthenticated sources in web‑server config.

Generated by OpenCVE AI on September 3, 2026 at 13:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description AVideo through commit c91b5975d contains a cross-site request forgery vulnerability in plugin/Live/saveLive.php that lacks forbidIfNotPost and forbidIfInvalidToken protections. Attackers can craft malicious image tags to overwrite authenticated streamers' RTMP keys, passwords, and titles, hijacking live broadcasts.
Title AVideo through c91b5975d CSRF via saveLive.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': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T12:28:31.166Z

Reserved: 2026-09-03T11:04:41.807Z

Link: CVE-2026-85162

cve-icon Vulnrichment

Updated: 2026-09-03T12:28:15.979Z

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:23.270

Modified: 2026-09-03T13:06:23.270

Link: CVE-2026-85162

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T13:15:04Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)