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

CVE-2026-33681: WWBN AVideo Path Traversal Vulnerability

CVE-2026-33681 is a path traversal vulnerability in WWBN AVideo that allows authenticated admins to execute arbitrary SQL queries. This article covers technical details, affected versions, impact, and mitigation.

Published: March 27, 2026

CVE-2026-33681 Overview

WWBN AVideo is an open source video platform. In versions up to and including 26.0, the objects/pluginRunDatabaseScript.json.php endpoint accepts a name parameter via POST and passes it to Plugin::getDatabaseFileName() without any path traversal sanitization. This allows an authenticated admin (or an attacker via CSRF) to traverse outside the plugin directory and execute the contents of any install/install.sql file on the filesystem as raw SQL queries against the application database. Commit 81b591c509835505cb9f298aa1162ac64c4152cb contains a patch.

Critical Impact

Authenticated administrators or attackers exploiting CSRF can execute arbitrary SQL queries by traversing to any install.sql file on the filesystem, potentially leading to complete database compromise, data exfiltration, or persistent backdoor installation.

Affected Products

  • WWBN AVideo versions up to and including 26.0
  • Self-hosted AVideo installations with admin panel access
  • AVideo deployments accessible via network

Discovery Timeline

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

Technical Details for CVE-2026-33681

Vulnerability Analysis

This vulnerability is a classic Path Traversal (CWE-22) flaw that enables authenticated administrators—or unauthenticated attackers leveraging Cross-Site Request Forgery—to break out of intended directory constraints and execute arbitrary SQL files against the application database.

The vulnerable endpoint objects/pluginRunDatabaseScript.json.php is designed to execute database migration scripts for plugins. However, the implementation fails to sanitize the name parameter before passing it to Plugin::getDatabaseFileName(). Without proper validation, directory traversal sequences such as ../ can be injected to navigate outside the designated plugin directory structure.

The impact is significant because once an attacker can point the function to any install/install.sql file on the filesystem, the contents of that file are executed as raw SQL queries. This could allow attackers to modify database records, create new administrative accounts, extract sensitive data, or drop tables entirely.

Root Cause

The root cause is improper input validation in the objects/pluginRunDatabaseScript.json.php endpoint. The name parameter is passed directly to Plugin::getDatabaseFileName() without filtering path traversal sequences (e.g., ../, ..\\). This violates the principle of secure path handling, where user-supplied input should never be trusted to construct file paths without strict canonicalization and boundary checks.

Attack Vector

The attack vector is network-based, requiring either administrative authentication or the ability to trick an authenticated admin into triggering a malicious request (CSRF). An attacker crafts a POST request to the vulnerable endpoint with a name parameter containing path traversal sequences. The request causes the server to locate and execute an install/install.sql file from an unintended location on the filesystem.

For example, an attacker could craft a request targeting a known SQL file path by injecting traversal sequences into the name parameter. The vulnerable function constructs the file path without sanitization, allowing the attacker to escape the plugin directory and access arbitrary SQL files. When successful, the contents of the targeted SQL file are executed against the application database with full privileges.

Detection Methods for CVE-2026-33681

Indicators of Compromise

  • Unusual POST requests to objects/pluginRunDatabaseScript.json.php containing ../ or URL-encoded traversal sequences (%2e%2e%2f)
  • Database audit logs showing unexpected SQL execution, particularly table creation, user account modifications, or data extraction queries
  • Web server access logs with repeated requests to the vulnerable endpoint from suspicious IP addresses or with unusual referrer headers (potential CSRF)
  • New administrative user accounts appearing in the AVideo database without legitimate creation

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in POST parameters targeting the AVideo plugin endpoints
  • Enable comprehensive database query logging and establish baseline behavior to identify anomalous SQL execution patterns
  • Monitor HTTP access logs for requests to pluginRunDatabaseScript.json.php with suspicious parameter values
  • Deploy file integrity monitoring on SQL installation scripts to detect unauthorized access or modifications

Monitoring Recommendations

  • Configure SIEM alerts for path traversal attack patterns targeting AVideo endpoints
  • Establish database activity monitoring with alerts for DDL operations, privilege escalations, or bulk data access outside normal application behavior
  • Implement network traffic analysis to detect potential CSRF attack patterns targeting administrative sessions
  • Regularly audit AVideo administrative account activity and access patterns

How to Mitigate CVE-2026-33681

Immediate Actions Required

  • Upgrade WWBN AVideo to a version containing commit 81b591c509835505cb9f298aa1162ac64c4152cb or later
  • Review database audit logs for any indicators of exploitation and investigate suspicious SQL execution
  • Restrict network access to the AVideo administrative interface using IP allowlisting or VPN requirements
  • Implement CSRF protection tokens for all administrative actions if not already present

Patch Information

The vulnerability has been addressed in commit 81b591c509835505cb9f298aa1162ac64c4152cb. Administrators should update their AVideo installations to incorporate this fix. For detailed patch information, refer to the GitHub Commit Update and the GitHub Security Advisory.

Workarounds

  • Implement WAF rules to block requests containing path traversal sequences to the objects/pluginRunDatabaseScript.json.php endpoint
  • Restrict access to the AVideo administrative panel to trusted IP addresses only using firewall rules or web server configuration
  • Disable the vulnerable endpoint temporarily by modifying web server configuration if not required for normal operations
  • Implement additional input validation at the web server or reverse proxy level to sanitize POST parameters before they reach the application
bash
# Example: Nginx configuration to block path traversal attempts
location ~ /objects/pluginRunDatabaseScript\.json\.php {
    # Block requests with path traversal sequences
    if ($request_body ~* "(\.\./|\.\.\\\\|%2e%2e%2f|%2e%2e%5c)") {
        return 403;
    }
    # Restrict to trusted admin IPs only
    allow 10.0.0.0/8;
    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
  • TypePath Traversal

  • Vendor/TechWwbn Avideo

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.04%

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-41062: AVideo Path Traversal Vulnerability

  • CVE-2026-33513: WWBN AVideo Path Traversal Vulnerability

  • CVE-2026-33293: Wwbn Avideo Path Traversal Vulnerability

  • CVE-2026-33354: Wwbn Avideo Path Traversal 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