Description
WWBN AVideo through 30.0 (and master up to commit 4cb576e) contains a cross-site request forgery vulnerability in plugin/Live/myLiveControls.save.json.php. The endpoint only checks that a user is logged in and processes customUrl, customMessage, and autoRedirect parameters from $_REQUEST via a GET request without enforcing a CSRF token or origin check. An attacker who lures a logged-in streamer to a malicious page can silently change the live-channel viewer-redirect settings (persisted in users.externalOptions), causing viewers to be redirected to a phishing site or shown a spoofed message.
Published: 2026-08-28
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑site request forgery enabling a logged‑in streamer to redirect viewers to a spoofed site
Action: Immediate Patch
AI Analysis

Impact

The vulnerability exists in the plugin Live/myLiveControls.save.json.php of WWBN AVideo up to version 30.0 and the master branch as of commit 4cb576e. The endpoint accepts GET parameters customUrl, customMessage, and autoRedirect without verifying a CSRF token or checking the request origin. Because only a logged‑in state is required, an attacker who lures a streamer to a malicious page can silently modify that streamer's externalOptions, setting the viewer‑redirect URL so that visitors are redirected to a phishing site or shown a spoofed message.

Affected Systems

Affected systems are installations of WWBN AVideo plugins, specifically AVideo releases through 30.0 and the master branch up to commit 4cb576e. The vulnerability is present in all builds that contain the Live/myLiveControls.save.json.php endpoint, regardless of whether the site has custom configuration. The product is identified by the common name WWBN AVideo and includes all versions of the affected plugin.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate risk and the EPSS score is not available, so the historical exploitation probability is unknown. The vulnerability is not listed in CISA KEV, which suggests no confirmed exploitation at the time of analysis. An attacker can exploit the flaw by tricking any logged‑in streamer into visiting a malicious site that issues a crafted GET request to the unprotected endpoint; no privileged access, network scan or other prerequisites are indicated in the description. Where an attacker controls a page served to the victim, the redirect change occurs silently, potentially compromising confidentiality and integrity of the view‑redirection functionality.

Generated by OpenCVE AI on August 28, 2026 at 13:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched release of WWBN AVideo that addresses the CSRF vulnerability in myLiveControls.save.json.php
  • Disable or remove the myLiveControls.save.json.php endpoint if the channel‑redirect feature is not required, or restrict its usage to authenticated POST requests only
  • Implement a CSRF token check and enforce same‑origin policy for the endpoint to ensure only legitimate requests from the application can modify externalOptions

Generated by OpenCVE AI on August 28, 2026 at 13:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 28 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description WWBN AVideo through 30.0 (and master up to commit 4cb576e) contains a cross-site request forgery vulnerability in plugin/Live/myLiveControls.save.json.php. The endpoint only checks that a user is logged in and processes customUrl, customMessage, and autoRedirect parameters from $_REQUEST via a GET request without enforcing a CSRF token or origin check. An attacker who lures a logged-in streamer to a malicious page can silently change the live-channel viewer-redirect settings (persisted in users.externalOptions), causing viewers to be redirected to a phishing site or shown a spoofed message.
Title WWBN AVideo through 30.0 CSRF via myLiveControls.save.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 cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-29T11:48:17.019Z

Reserved: 2026-08-27T11:15:29.421Z

Link: CVE-2026-81733

cve-icon Vulnrichment

Updated: 2026-08-28T14:05:05.869Z

cve-icon NVD

Status : Deferred

Published: 2026-08-28T12:16:32.350

Modified: 2026-08-29T12:16:57.197

Link: CVE-2026-81733

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T14:45:05Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)