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

CVE-2026-33764: Wwbn Avideo Information Disclosure Flaw

CVE-2026-33764 is an information disclosure vulnerability in Wwbn Avideo that allows authenticated users to exfiltrate AI-generated content from private videos. This article covers technical details, affected versions, and mitigation.

Published: April 3, 2026

CVE-2026-33764 Overview

WWBN AVideo is an open source video platform that contains an Insecure Direct Object Reference (IDOR) vulnerability in its AI plugin. In versions up to and including 26.0, the AI plugin's save.json.php endpoint loads AI response objects using an attacker-controlled $_REQUEST['id'] parameter without validating that the AI response belongs to the specified video. This authorization bypass allows authenticated users with AI permissions to access and exfiltrate AI-generated content from other users' private videos.

Critical Impact

An authenticated attacker can steal AI-generated titles, descriptions, keywords, summaries, or full transcriptions from any user's private videos by manipulating the AI response ID parameter.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • AVideo installations with the AI plugin enabled
  • Self-hosted AVideo deployments with AI functionality

Discovery Timeline

  • 2026-03-27 - CVE-2026-33764 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-33764

Vulnerability Analysis

This vulnerability is classified as CWE-639: Authorization Bypass Through User-Controlled Key, commonly known as Insecure Direct Object Reference (IDOR). The flaw exists in the AI plugin's save.json.php endpoint, which processes AI-generated content for videos.

The endpoint accepts an id parameter through $_REQUEST['id'] that references AI response objects stored in the system. The fundamental security issue is that the application fails to verify whether the requesting user has authorization to access the specified AI response. This means any authenticated user with AI permissions can enumerate and access AI responses generated for other users' private videos.

The attack allows exfiltration of sensitive information including video titles, descriptions, keywords, summaries, and complete transcriptions that were AI-generated for private content belonging to other users.

Root Cause

The root cause is a missing authorization check in the save.json.php endpoint. When loading AI response objects, the application accepts the user-supplied id parameter directly without validating that:

  1. The AI response belongs to a video owned by the requesting user
  2. The requesting user has appropriate permissions to access the referenced AI response
  3. The video associated with the AI response is publicly accessible

This violates the principle of proper access control, where object references should be validated against the authenticated user's permissions before granting access.

Attack Vector

The attack is network-based and requires an authenticated user account with AI plugin permissions. The attacker can exploit this vulnerability by:

  1. Authenticating to the AVideo platform with valid credentials
  2. Sending requests to the save.json.php endpoint with manipulated id values
  3. Iterating through AI response IDs to discover content generated for other users' private videos
  4. Applying the stolen AI-generated content (titles, descriptions, keywords, summaries, or transcriptions) to their own videos

The vulnerability exposes confidential information through horizontal privilege escalation, allowing users to access data belonging to other users at the same privilege level. Since AI-generated content often contains detailed summaries and full transcriptions, sensitive information from private videos can be completely compromised.

Detection Methods for CVE-2026-33764

Indicators of Compromise

  • Unusual access patterns to the save.json.php endpoint with sequential or enumerated id parameters
  • Single user accounts making requests for AI responses belonging to multiple different videos
  • Sudden increases in AI plugin API calls from individual user sessions
  • Log entries showing AI response IDs accessed that don't match the requesting user's video ownership

Detection Strategies

  • Implement logging and monitoring for the save.json.php endpoint to track id parameter usage
  • Deploy web application firewall (WAF) rules to detect parameter manipulation and enumeration attempts
  • Enable audit logging for AI response access to correlate user sessions with video ownership
  • Use anomaly detection to identify users accessing disproportionate numbers of AI responses

Monitoring Recommendations

  • Monitor server logs for patterns indicating IDOR exploitation attempts on the AI plugin endpoints
  • Set up alerts for failed authorization attempts or access to AI responses not owned by the requesting user
  • Track user session behavior for signs of automated enumeration or scraping activity
  • Review access logs periodically for unauthorized cross-user data access patterns

How to Mitigate CVE-2026-33764

Immediate Actions Required

  • Update WWBN AVideo to a version containing commit aa2c46a806960a0006105df47765913394eec142 or later
  • Review access logs for signs of exploitation prior to patching
  • Consider temporarily disabling the AI plugin if immediate patching is not possible
  • Audit user accounts with AI permissions to ensure appropriate access levels

Patch Information

WWBN has released a security patch in commit aa2c46a806960a0006105df47765913394eec142. This fix implements proper authorization validation to ensure users can only access AI responses associated with videos they own or have permission to access.

For detailed information about the vulnerability and patch, refer to the GitHub Security Advisory and the GitHub Commit.

Workarounds

  • Disable the AI plugin entirely until the patch can be applied
  • Restrict AI plugin permissions to only trusted administrator accounts
  • Implement network-level access controls to limit who can reach the save.json.php endpoint
  • Deploy a reverse proxy or WAF rule to validate AI response ownership before requests reach the application

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 Score4.3

  • EPSS Probability0.02%

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

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

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

  • CVE-2026-33867: Wwbn Avideo Information Disclosure Issue

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