CVE-2026-81733
Received Received - Intake

CSRF in WWBN AVideo Live Channel Settings

Vulnerability report for CVE-2026-81733, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-28
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to 30.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a cross-site request forgery (CSRF) flaw in WWBN AVideo through version 30.0 and master up to commit 4cb576e. The issue is in the plugin/Live/myLiveControls.save.json.php endpoint, which fails to validate CSRF tokens or check request origins. A logged-in streamer can be tricked into visiting a malicious page, which silently modifies live-channel viewer-redirect settings via GET parameters like customUrl, customMessage, and autoRedirect. These changes are saved in users.externalOptions and can persistently redirect viewers to phishing sites or display spoofed messages.

Detection Guidance

To detect this vulnerability, monitor network traffic for unusual GET requests to plugin/Live/myLiveControls.save.json.php with parameters like customUrl, customMessage, or autoRedirect. Check server logs for suspicious changes to users.externalOptions or unexpected redirects.

Impact Analysis

If you are a streamer using WWBN AVideo, an attacker could exploit this to change your live channel's redirect settings without your knowledge. Viewers of your stream could be redirected to malicious websites or shown fake messages, potentially leading to credential theft or malware infections. The attack requires you to be logged in and tricked into visiting a malicious page, but it can happen silently without further interaction.

Mitigation Strategies

Immediately update AVideo to the latest patched version. Disable or restrict access to the vulnerable endpoint if updates are not possible. Implement CSRF tokens and enforce origin checks for all sensitive endpoints.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-81733. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart