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

CVE-2026-43885: WWBN AVideo Information Disclosure Flaw

CVE-2026-43885 is an information disclosure vulnerability in WWBN AVideo that allows unauthenticated attackers to access API secrets and call protected endpoints. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43885 Overview

CVE-2026-43885 is an information disclosure vulnerability in WWBN AVideo, an open source video platform. In versions up to and including 29.0, unauthenticated attackers can read the APISecret value from objects/plugins.json.php. The leaked secret allows attackers to invoke protected API endpoints such as users_list without authenticating. The flaw is tracked under CWE-200: Exposure of Sensitive Information to an Unauthorized Actor. Commit 1c36f229d0a103528fb9f64d0a1cc0e1e8f5999b contains the upstream fix.

Critical Impact

Unauthenticated remote attackers can extract the API secret and enumerate user accounts through protected API endpoints.

Affected Products

  • WWBN AVideo versions up to and including 29.0
  • objects/plugins.json.php endpoint in affected releases
  • Deployments exposing the AVideo API to untrusted networks

Discovery Timeline

  • 2026-05-11 - CVE-2026-43885 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-43885

Vulnerability Analysis

The vulnerability resides in objects/plugins.json.php, which serves plugin configuration data to clients. For non-administrator users, the script attempted to clear sensitive object_data fields before returning the plugin list. The clearing logic referenced an incorrect data structure, so the sanitization never executed. As a result, plugin objects containing secrets, including APISecret, were returned to unauthenticated callers.

With the leaked APISecret, an attacker can authenticate to protected JSON API endpoints. The advisory specifically identifies users_list as exploitable, exposing platform user records. The attack requires no credentials, no user interaction, and only network access to the affected host.

Root Cause

The sanitization code accessed $row[$key]->installedPlugin['object_data'] while the actual structure used the key $row[$key]['object_data']. Because the conditional check never matched, no fields were redacted before serialization. Sensitive plugin configuration was emitted verbatim in the JSON response.

Attack Vector

An unauthenticated attacker issues an HTTP GET request to objects/plugins.json.php and parses the response for the APISecret field. The attacker then uses that secret to call protected API endpoints such as users_list and harvest user data.

php
 $row = Plugin::getAll();
 if (!User::isAdmin()) {
     foreach ($row as $key => $value) {
-        if (!empty($row[$key]->installedPlugin['object_data'])) {
-            $row[$key]->installedPlugin['object_data'] = '';
+        if (isset($row[$key]['object_data'])) {
+            $row[$key]['object_data'] = '';
         }
     }
 }

Source: GitHub Commit 1c36f229

The patch corrects the array access path so that object_data is reliably stripped for non-admin callers.

Detection Methods for CVE-2026-43885

Indicators of Compromise

  • Unauthenticated HTTP requests to /objects/plugins.json.php returning JSON payloads containing APISecret or object_data fields.
  • API calls to users_list or other protected endpoints originating from IPs that never completed an interactive login.
  • Outbound responses from AVideo with abnormally large plugins.json.php payloads compared to historical baselines.

Detection Strategies

  • Inspect web server access logs for GET requests to objects/plugins.json.php from external sources, especially without prior session cookies.
  • Correlate access to plugins.json.php with subsequent API calls referencing an APISecret parameter within a short time window.
  • Deploy WAF rules that match JSON responses leaving the server containing the literal string APISecret.

Monitoring Recommendations

  • Enable verbose access logging on AVideo front-end web servers and forward logs to a centralized analytics platform.
  • Alert on bursts of users_list API calls or any API call invoked with a secret but no authenticated session.
  • Track the AVideo deployment version inventory to identify hosts still running 29.0 or earlier.

How to Mitigate CVE-2026-43885

Immediate Actions Required

  • Upgrade WWBN AVideo to a release containing commit 1c36f229d0a103528fb9f64d0a1cc0e1e8f5999b or later.
  • Rotate the APISecret and any other credentials stored in plugin object_data after patching.
  • Audit recent API activity, particularly users_list calls, for signs of unauthorized enumeration.

Patch Information

The maintainers fixed the issue by correcting the array key check in objects/plugins.json.php. Review the GitHub Security Advisory GHSA-xr49-f4rh-qcjf and apply the upstream commit.

Workarounds

  • Restrict network access to objects/plugins.json.php using web server rules or a reverse proxy until patching is complete.
  • Place the AVideo instance behind authenticated proxy access if public exposure is not required.
  • Invalidate and regenerate the APISecret to neutralize any secret captured before remediation.
bash
# Example nginx rule blocking external access to the vulnerable endpoint
location = /objects/plugins.json.php {
    allow 10.0.0.0/8;
    deny all;
}

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

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43881: 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