Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-33501

CVE-2026-33501: WWBN AVideo Auth Bypass Vulnerability

CVE-2026-33501 is an authentication bypass flaw in WWBN AVideo that exposes permission matrices to unauthenticated users. This article covers the technical details, affected versions up to 26.0, and patches.

Published: March 27, 2026

CVE-2026-33501 Overview

WWBN AVideo, an open source video platform, contains a missing authorization vulnerability in versions up to and including 26.0. The endpoint plugin/Permissions/View/Users_groups_permissions/list.json.php lacks any authentication or authorization check, allowing unauthenticated users to retrieve the complete permission matrix mapping user groups to plugins. This represents a significant oversight as all sibling endpoints in the same directory (add.json.php, delete.json.php, index.php) properly require User::isAdmin() checks.

Critical Impact

Unauthenticated attackers can enumerate the complete permission structure of an AVideo installation, revealing which user groups have access to specific plugins and functionality, potentially enabling further targeted attacks.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • All installations with the Permissions plugin enabled

Discovery Timeline

  • 2026-03-23 - CVE CVE-2026-33501 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33501

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization). The affected endpoint list.json.php within the Permissions plugin fails to implement any authentication or authorization verification before returning sensitive permission mapping data. This is particularly notable because the vulnerability represents an inconsistency within the codebase—neighboring endpoints in the same directory all implement proper User::isAdmin() authorization checks.

The information disclosed through this vulnerability includes the complete permission matrix, which maps user groups to their respective plugin access levels. While the direct data exposure is limited to permission configurations (reflected in the confidentiality-only impact), this information can be valuable for reconnaissance purposes and planning subsequent attacks against the platform.

Root Cause

The root cause is a developer oversight where the list.json.php endpoint was not protected with the same authorization controls applied to other endpoints in the Permissions plugin directory. The inconsistent application of the User::isAdmin() check across sibling files indicates the missing authorization was not intentional.

Attack Vector

The attack requires no authentication and can be executed remotely over the network. An attacker simply needs to send an HTTP request to the vulnerable endpoint to retrieve the complete permission matrix. The attack has low complexity and requires no user interaction.

To exploit this vulnerability, an attacker would:

  1. Identify an AVideo installation (versions ≤ 26.0)
  2. Send an unauthenticated HTTP GET request to the plugin/Permissions/View/Users_groups_permissions/list.json.php endpoint
  3. Parse the JSON response containing the complete user group to plugin permission mappings

The vulnerable endpoint returns permission data without requiring any session token, API key, or administrative credentials. This enables attackers to map out the authorization structure of the target installation for reconnaissance purposes.

Detection Methods for CVE-2026-33501

Indicators of Compromise

  • Unusual or repeated HTTP requests to plugin/Permissions/View/Users_groups_permissions/list.json.php from unauthenticated sessions
  • Access to the list.json.php endpoint from IP addresses not associated with administrative users
  • Requests to multiple permission-related endpoints in rapid succession, indicating enumeration activity

Detection Strategies

  • Monitor web server access logs for requests to plugin/Permissions/View/Users_groups_permissions/list.json.php without valid authentication cookies
  • Implement web application firewall (WAF) rules to alert on access attempts to sensitive plugin endpoints from unauthenticated sources
  • Deploy intrusion detection signatures that flag reconnaissance patterns targeting AVideo permission endpoints

Monitoring Recommendations

  • Enable detailed access logging for the AVideo Permissions plugin directory
  • Configure alerting for any access to list.json.php from external IP addresses
  • Review access patterns to permission-related endpoints during regular security audits

How to Mitigate CVE-2026-33501

Immediate Actions Required

  • Update WWBN AVideo to a version containing the security patches (commits dc3c825734628bb32550d0daa125f05bacb6829c and b583acdc9a9d1eab461543caa363e1a104fb4516)
  • Restrict access to the Permissions plugin directory at the web server level if immediate patching is not possible
  • Review access logs for evidence of prior exploitation attempts

Patch Information

WWBN has released patches for this vulnerability in two commits:

  • GitHub Commit dc3c8257 - First patch commit
  • GitHub Commit b583acdc - Second patch commit

For complete details, refer to the GitHub Security Advisory GHSA-96qp-8cmq-jvq8.

Workarounds

  • Implement web server access controls (e.g., Apache .htaccess or Nginx location blocks) to restrict access to the plugin/Permissions/View/Users_groups_permissions/ directory to authenticated administrators only
  • Deploy a reverse proxy or WAF rule to block unauthenticated requests to the vulnerable endpoint
  • If the Permissions plugin is not required, consider disabling it until a patch can be applied
bash
# Nginx configuration to restrict access to vulnerable endpoint
location ~ /plugin/Permissions/View/Users_groups_permissions/list\.json\.php {
    # Deny all access - requires authentication at application level
    deny all;
    # Or restrict to admin IP addresses
    # allow 192.168.1.0/24;
    # deny all;
}

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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.13%

  • 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 b583acdc

  • GitHub Commit dc3c8257

  • GitHub Security Advisory GHSA-96qp-8cmq-jvq8
  • 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