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

CVE-2026-43881: WWBN AVideo Information Disclosure Flaw

CVE-2026-43881 is an information disclosure vulnerability in WWBN AVideo that exposes registered user accounts to unauthenticated attackers. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-43881 Overview

CVE-2026-43881 is an information disclosure vulnerability in WWBN AVideo, an open source video platform. Versions up to and including 29.0 expose two unauthenticated paths in objects/users.json.php that disclose registered user accounts. The vulnerability stems from a missing authentication check [CWE-306] that allows any network attacker to enumerate the platform's complete user base. Disclosed fields include id, identification (display name), channel URL, photo, background, status, and the total account count. The maintainers addressed the issue in commit d9cdc702481a626b15f814f6093f1e2a9c20d375.

Critical Impact

Unauthenticated remote attackers can enumerate every registered account on an AVideo instance, producing reconnaissance data suitable for follow-on credential attacks and targeted phishing.

Affected Products

  • WWBN AVideo versions up to and including 29.0
  • objects/users.json.php endpoint handler
  • User::getAllUsers() and User::getUserFromID() methods

Discovery Timeline

  • 2026-05-11 - CVE-2026-43881 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-43881

Vulnerability Analysis

The vulnerability resides in objects/users.json.php, which handles requests for user account data. The handler exposes two separate code paths that both bypass the platform's admin-only access control. Either path returns user metadata along with the total account count, giving attackers a complete view of the platform's user population.

Because the endpoint accepts unauthenticated requests, attackers do not need valid credentials, session tokens, or any prior foothold. A single HTTP request is sufficient to retrieve account data, and an attacker can iterate the users_id parameter to enumerate accounts individually. The CWE-306 classification reflects the missing authentication on a critical function.

Root Cause

The isCompany request parameter sets $ignoreAdmin = true for any caller, including unauthenticated visitors. This flag defeats the admin-only guard inside User::getAllUsers() and User::getTotalUsers(), causing both methods to return data that should be restricted to administrators. The handler trusts a client-supplied parameter to override its own authorization logic.

Attack Vector

The second path accepts a users_id parameter and calls User::getUserFromID() directly without any permission check. This produces a single-user oracle: attackers query specific user IDs sequentially to enumerate accounts and harvest display names, profile photos, and channel URLs. Both paths are reachable over the network from any unauthenticated source with HTTP access to the AVideo instance.

No proof-of-concept exploit code is published in the referenced advisories. See the GitHub Security Advisory GHSA-6rvw-7p8v-mjfq for the maintainer's technical writeup.

Detection Methods for CVE-2026-43881

Indicators of Compromise

  • HTTP requests to objects/users.json.php containing the isCompany parameter from unauthenticated sources
  • Sequential or scripted requests to objects/users.json.php with incrementing users_id values indicating enumeration
  • Unusual volumes of GET requests to users.json.php from a single client IP within a short interval

Detection Strategies

  • Inspect web server access logs for any request to users.json.php that lacks an authenticated session cookie
  • Alert on response payloads from users.json.php that include the identification, photo, and channelURL fields returned to unauthenticated clients
  • Correlate enumeration patterns with subsequent login attempts against the same usernames to identify staged attacks

Monitoring Recommendations

  • Enable verbose request logging on the AVideo web tier and forward logs to a centralized analytics platform
  • Apply rate limiting and anomaly thresholds on objects/users.json.php to surface bulk enumeration
  • Track external scanning activity targeting AVideo deployments by signature-matching the vulnerable URL pattern

How to Mitigate CVE-2026-43881

Immediate Actions Required

  • Upgrade AVideo to a release that includes commit d9cdc702481a626b15f814f6093f1e2a9c20d375 or later
  • Audit existing web server logs for prior unauthenticated requests to objects/users.json.php and assess exposure
  • Notify users whose account metadata may have been harvested so they can watch for targeted phishing

Patch Information

The maintainers fixed the vulnerability in commit d9cdc702481a626b15f814f6093f1e2a9c20d375. The patch restores the admin-only guard in User::getAllUsers() and User::getTotalUsers() and adds permission checks before calling User::getUserFromID(). Review the GitHub commit details and the GitHub Security Advisory GHSA-6rvw-7p8v-mjfq before deploying.

Workarounds

  • Block external access to objects/users.json.php at the reverse proxy or web application firewall until the patch is applied
  • Require authentication at the web server layer for any request path matching users.json.php containing the isCompany or users_id parameters
  • Restrict administrative endpoints to trusted source IP ranges where operationally feasible
bash
# Example NGINX rule to block unauthenticated access to the vulnerable endpoint
location = /objects/users.json.php {
    deny all;
    return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechAvideo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • 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-306
  • Technical References
  • GitHub Commit Details

  • GitHub Security Advisory GHSA-6rvw-7p8v-mjfq
  • Related CVEs
  • CVE-2026-43885: WWBN AVideo Information Disclosure Flaw

  • CVE-2020-37173: AVideo Platform Information Disclosure

  • CVE-2026-43876: WWBN AVideo XSS Vulnerability

  • CVE-2026-43877: WWBN AVideo CSRF 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