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-33685

CVE-2026-33685: Wwbn Avideo Information Disclosure Flaw

CVE-2026-33685 is an information disclosure vulnerability in Wwbn Avideo that allows unauthenticated attackers to access ad campaign analytics. This post covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33685 Overview

WWBN AVideo is an open source video platform that contains a missing authorization vulnerability in versions up to and including 26.0. The plugin/AD_Server/reports.json.php endpoint performs no authentication or authorization checks, allowing any unauthenticated attacker to extract ad campaign analytics data. This sensitive information includes video titles, user channel names, user IDs, ad campaign names, and impression/click counts. While the HTML counterpart (reports.php) and CSV export (getCSV.php) both correctly enforce User::isAdmin(), the JSON API was left unprotected.

Critical Impact

Unauthenticated attackers can access sensitive ad campaign analytics data, user information, and business intelligence without any credentials, potentially exposing competitive insights and user privacy data.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • AVideo installations with the AD_Server plugin enabled
  • Self-hosted AVideo video platform deployments

Discovery Timeline

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

Technical Details for CVE-2026-33685

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization), representing a fundamental access control flaw in the AVideo platform's AD_Server plugin. The root issue stems from an inconsistent implementation of authorization checks across different endpoint formats serving the same data.

The vulnerability exists because the JSON API endpoint (reports.json.php) was developed without implementing the same authorization controls present in related endpoints. While both reports.php (HTML output) and getCSV.php (CSV export) properly verify administrator privileges using the User::isAdmin() function before returning data, this check was omitted from the JSON endpoint.

Successful exploitation enables attackers to harvest business-sensitive analytics data through simple unauthenticated HTTP requests. The exposed data includes user identifiers, channel names, video titles, ad campaign names, and detailed impression/click metrics that could be leveraged for competitive intelligence gathering, targeted attacks against users, or understanding platform engagement patterns.

Root Cause

The vulnerability originates from incomplete access control implementation during the development of the AD_Server plugin's reporting functionality. The JSON API endpoint plugin/AD_Server/reports.json.php lacks the User::isAdmin() authorization check that protects both the HTML and CSV export endpoints. This oversight creates an unprotected avenue to access sensitive analytics data that was intended to be restricted to administrator users only.

Attack Vector

Exploitation requires only network access to the vulnerable AVideo instance. An attacker can directly request the plugin/AD_Server/reports.json.php endpoint without providing any authentication credentials. The endpoint returns the complete ad campaign analytics dataset in JSON format, including user identifiers, channel information, video metadata, campaign details, and engagement statistics. No user interaction is required, and the attack can be performed entirely remotely over HTTP/HTTPS.

The vulnerability is straightforward to exploit—a simple GET request to the unprotected endpoint will return the sensitive JSON data. Attackers could automate data collection across multiple vulnerable AVideo instances or continuously monitor a single instance for new analytics data.

Detection Methods for CVE-2026-33685

Indicators of Compromise

  • Unusual or unexpected HTTP requests to /plugin/AD_Server/reports.json.php from external IP addresses
  • High-volume access to the JSON reporting endpoint without corresponding authenticated admin sessions
  • Requests to reports.json.php lacking session cookies or authentication tokens
  • Access patterns showing systematic data harvesting from the AD_Server plugin endpoints

Detection Strategies

  • Monitor web server access logs for unauthenticated requests to /plugin/AD_Server/reports.json.php
  • Implement web application firewall (WAF) rules to alert on access to the vulnerable endpoint from untrusted sources
  • Review authentication logs for correlation between admin sessions and AD_Server reporting endpoint access
  • Deploy intrusion detection signatures to identify exploitation attempts against the unprotected JSON API

Monitoring Recommendations

  • Enable detailed access logging for all AD_Server plugin endpoints
  • Configure alerting for any access to reports.json.php without valid admin session tokens
  • Implement rate limiting on reporting endpoints to detect automated scraping attempts
  • Regularly audit access logs for patterns indicating unauthorized data extraction

How to Mitigate CVE-2026-33685

Immediate Actions Required

  • Apply the security patch from commit daca4ffb1ce19643eecaa044362c41ac2ce45dde immediately
  • Restrict network access to the AD_Server plugin endpoints using firewall rules until patching is complete
  • Review access logs for evidence of prior exploitation and potential data exposure
  • Consider temporarily disabling the AD_Server plugin if immediate patching is not feasible

Patch Information

WWBN has released a fix in commit daca4ffb1ce19643eecaa044362c41ac2ce45dde. This patch adds the missing User::isAdmin() authorization check to the reports.json.php endpoint, bringing it in line with the security controls already present on reports.php and getCSV.php. Organizations should update to a version containing this commit or apply the patch manually. For detailed information, review the GitHub Security Advisory and the commit implementing the fix.

Workarounds

  • Block external access to /plugin/AD_Server/reports.json.php at the web server or firewall level
  • Implement HTTP Basic Authentication or IP whitelisting for the vulnerable endpoint as a temporary measure
  • Disable the AD_Server plugin entirely if advertising functionality is not critical to operations
  • Deploy a reverse proxy rule to require authentication before forwarding requests to the JSON reporting endpoint
bash
# Example: Block access to vulnerable endpoint in Apache .htaccess
<Files "reports.json.php">
    <RequireAll>
        Require ip 10.0.0.0/8
        Require ip 192.168.0.0/16
    </RequireAll>
</Files>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWwbn Avideo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34395: Wwbn Avideo Information Disclosure Flaw

  • CVE-2026-33764: Wwbn Avideo Information Disclosure Flaw

  • CVE-2026-33761: WWBN AVideo Information Disclosure Flaw

  • CVE-2026-33867: Wwbn Avideo Information Disclosure Issue
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