The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33716

CVE-2026-33716: WWBN AVideo Authentication Bypass Flaw

CVE-2026-33716 is an authentication bypass vulnerability in WWBN AVideo that allows attackers to control live streams without authentication. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33716 Overview

CVE-2026-33716 is an authentication bypass vulnerability in WWBN AVideo, an open source video platform. In versions up to and including 26.0, the standalone live stream control endpoint at plugin/Live/standAloneFiles/control.json.php accepts a user-supplied streamerURL parameter that overrides where the server sends token verification requests. An attacker can redirect token verification to a server they control that always returns {"error": false}, completely bypassing authentication. This grants unauthenticated control over any live stream on the platform, including dropping active publishers, starting/stopping recordings, and probing stream existence.

Critical Impact

This vulnerability allows complete authentication bypass for live stream management, enabling attackers to disrupt streaming services, manipulate recordings, and gain unauthorized control over the video platform without any credentials.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • All AVideo deployments using the Live plugin with standalone control endpoints
  • Self-hosted AVideo instances with publicly accessible stream control endpoints

Discovery Timeline

  • 2026-03-23 - CVE-2026-33716 published to NVD
  • 2026-03-25 - Last updated in NVD database

Technical Details for CVE-2026-33716

Vulnerability Analysis

The vulnerability exists in the live stream control functionality of WWBN AVideo. The affected endpoint plugin/Live/standAloneFiles/control.json.php is designed to manage live streaming operations including publisher management, recording controls, and stream status queries. The authentication mechanism relies on token verification by sending requests to a configured streamer URL.

The fundamental flaw is that the endpoint blindly accepts a user-supplied streamerURL parameter from the HTTP request, allowing attackers to override the legitimate verification server. By pointing this parameter to an attacker-controlled server that responds with a valid authentication response ({"error": false}), the entire authentication check becomes meaningless.

This vulnerability enables unauthenticated users to perform privileged operations on any live stream, including disconnecting active broadcasters, manipulating recording states, and enumerating stream information across the platform.

Root Cause

The root cause is improper input validation combined with a flawed authentication architecture. The code directly accepts and uses the streamerURL parameter from user input ($_REQUEST['streamerURL']) without any validation or restriction. This allows external control over the authentication verification endpoint, effectively giving attackers the ability to authenticate against their own server.

The authentication mechanism violated a fundamental security principle: authentication verification endpoints should never be user-controllable. By allowing the verification destination to be modified by the client, the server-side authentication becomes entirely client-controlled.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Setting up a malicious server that responds to any token verification request with {"error": false}
  2. Sending requests to the vulnerable endpoint with their malicious server URL in the streamerURL parameter
  3. The AVideo server sends authentication verification to the attacker's server instead of the legitimate streamer
  4. The attacker's server confirms the fake authentication
  5. The attacker gains full control over live stream operations

The patch removes the ability for users to supply the streamerURL parameter:

php
     error_log("control.json.php: Config file NOT found");
 }
 
-if (!empty($_REQUEST['streamerURL'])) {
-    $streamerURL = $_REQUEST['streamerURL'];
-}
+// SECURITY: User-supplied streamerURL is intentionally NOT accepted.
+// Allowing it would enable authentication bypass and SSRF via file_get_contents
+// on an attacker-controlled host. streamerURL MUST come from the configuration
+// file or be hard-coded in this file above.
 
 error_log("Control.json.php start ".json_encode($_REQUEST));
 

Source: GitHub Commit 388fcd57

Detection Methods for CVE-2026-33716

Indicators of Compromise

  • HTTP requests to /plugin/Live/standAloneFiles/control.json.php containing streamerURL parameters pointing to external domains
  • Unusual outbound connections from the AVideo server to unknown external hosts during stream control operations
  • Unexpected stream disconnections or recording state changes without corresponding authenticated user sessions

Detection Strategies

  • Monitor web server access logs for requests containing the streamerURL parameter in the query string or POST body
  • Implement network monitoring to detect outbound HTTP requests from the AVideo server to non-whitelisted destinations
  • Review authentication logs for stream control actions that lack corresponding valid user sessions
  • Deploy web application firewall rules to block requests containing the streamerURL parameter

Monitoring Recommendations

  • Enable detailed logging for the plugin/Live/standAloneFiles/control.json.php endpoint
  • Set up alerts for any external URL patterns in request parameters to live stream control endpoints
  • Monitor for sudden changes in live stream states that don't correlate with administrator actions
  • Track outbound network connections from the web server to identify potential authentication redirect attempts

How to Mitigate CVE-2026-33716

Immediate Actions Required

  • Update WWBN AVideo to a version that includes commit 388fcd57dbd16f6cb3ebcdf1d08cf2b929941128 or later
  • If immediate patching is not possible, restrict access to the /plugin/Live/standAloneFiles/ directory at the web server level
  • Review server logs for evidence of exploitation attempts targeting the streamerURL parameter
  • Audit recent stream control activities for unauthorized modifications

Patch Information

The vulnerability has been addressed in commit 388fcd57dbd16f6cb3ebcdf1d08cf2b929941128. This patch removes the ability for users to supply the streamerURL parameter, ensuring the verification endpoint can only be configured through the server-side configuration file. Users should update their AVideo installation to include this commit. For more details, refer to the GitHub Security Advisory GHSA-9hv9-gvwm-95f2 and the associated patch commit.

Workarounds

  • Use web server configuration to deny requests containing the streamerURL parameter to the control endpoint
  • Place the /plugin/Live/standAloneFiles/ directory behind IP-based access restrictions
  • Implement a reverse proxy or WAF rule to filter out requests with user-supplied streamerURL values
  • Disable the Live plugin entirely if live streaming functionality is not required
bash
# Apache .htaccess example to block streamerURL parameter
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} streamerURL [NC]
    RewriteRule ^plugin/Live/standAloneFiles/control\.json\.php$ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWwbn Avideo

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Vendor Resources
  • GitHub Commit 388fcd57

  • GitHub Security Advisory GHSA-9hv9-gvwm-95f2
  • Related CVEs
  • CVE-2026-39366: AVideo PayPal Auth Bypass Vulnerability

  • CVE-2026-35179: WWBN AVideo Auth Bypass Vulnerability

  • CVE-2026-34737: Wwbn Avideo Auth Bypass Vulnerability

  • CVE-2026-34738: Wwbn Avideo Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English