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

CVE-2026-33293: Wwbn Avideo Path Traversal Vulnerability

CVE-2026-33293 is a path traversal vulnerability in Wwbn Avideo that allows attackers to delete critical server files, leading to denial of service. This article covers technical details, affected versions, and mitigations.

Published: March 27, 2026

CVE-2026-33293 Overview

CVE-2026-33293 is a path traversal vulnerability affecting WWBN AVideo, an open source video platform. Prior to version 26.0, the deleteDump parameter in plugin/CloneSite/cloneServer.json.php is passed directly to the unlink() function without any path sanitization. An attacker with valid clone credentials can use path traversal sequences (e.g., ../../) to delete arbitrary files on the server, including critical application files such as configuration.php, causing complete denial of service or enabling further attacks by removing security-critical files.

Critical Impact

Authenticated attackers can leverage path traversal to delete arbitrary files on the server, potentially causing complete denial of service or enabling further exploitation by removing security-critical configuration files.

Affected Products

  • WWBN AVideo versions prior to 26.0
  • Installations with CloneSite plugin enabled
  • Servers where clone credentials are accessible to attackers

Discovery Timeline

  • 2026-03-22 - CVE-2026-33293 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2026-33293

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists in the CloneSite plugin's cloneServer.json.php endpoint. The vulnerable code accepts user input via the deleteDump GET parameter and passes it directly to PHP's unlink() function without any validation or sanitization. This allows an authenticated attacker to craft malicious requests containing path traversal sequences to escape the intended directory and delete arbitrary files anywhere on the filesystem that the web server process has write permissions to.

The attack surface is particularly concerning because deletion of configuration files like configuration.php can immediately render the application inoperable. Additionally, removing security-critical files such as .htaccess rules or authentication modules could weaken the application's security posture and enable further attacks.

Root Cause

The root cause is improper input validation (CWE-22: Improper Limitation of a Pathname to a Restricted Directory). The vulnerable code directly concatenates user-supplied input with a base directory path and passes the result to unlink() without:

  1. Validating that the requested file exists within the allowed directory
  2. Stripping or rejecting path traversal sequences (../)
  3. Using basename() to extract only the filename component
  4. Verifying the resolved path with realpath() stays within boundaries

Attack Vector

The vulnerability is exploitable over the network by any attacker who possesses valid clone credentials for the AVideo instance. The attack requires:

  1. Authentication with clone site credentials
  2. Crafting a malicious request to the vulnerable endpoint with path traversal sequences
  3. Targeting sensitive files such as configuration.php, log files, or security configurations

The original vulnerable code:

php
if (!empty($_GET['deleteDump'])) {
    $resp->error = !unlink("{$clonesDir}{$_GET['deleteDump']}");
    $resp->msg = "Delete Dump {$_GET['deleteDump']}";
    die(json_encode($resp));
}

Source: GitHub Commit

The fix implements proper path validation using basename() to strip directory components and realpath() verification to ensure the resolved path stays within the $clonesDir boundary:

php
if (!empty($_GET['deleteDump'])) {
    // Security: Strip path traversal components and validate path stays within clonesDir
    $deleteDump = basename($_GET['deleteDump']);
    $filePath = "{$clonesDir}{$deleteDump}";
    $realFilePath = realpath($filePath);
    $realClonesDir = realpath($clonesDir);
    if ($realFilePath === false || $realClonesDir === false || strpos($realFilePath, $realClonesDir) !== 0) {
        $resp->msg = "Invalid file path";
        die(json_encode($resp));
    }
    $resp->error = !unlink($realFilePath);
    $resp->msg = "Delete Dump {$deleteDump}";
    die(json_encode($resp));
}

Source: GitHub Commit

Detection Methods for CVE-2026-33293

Indicators of Compromise

  • HTTP requests to /plugin/CloneSite/cloneServer.json.php containing deleteDump parameter with path traversal sequences (../)
  • Missing critical application files such as configuration.php without administrative action
  • Unexplained file deletions in web server logs, particularly targeting configuration or security files
  • Authentication failures or application errors following suspicious requests to the CloneSite endpoint

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing path traversal patterns (../, ..%2f, ..%5c) in the deleteDump parameter
  • Monitor web server access logs for requests to cloneServer.json.php with suspicious parameter values
  • Deploy file integrity monitoring (FIM) on critical application files to detect unauthorized deletions
  • Enable PHP error logging to capture unlink() failures that may indicate exploitation attempts

Monitoring Recommendations

  • Configure alerting for any requests to CloneSite plugin endpoints containing encoded or plaintext path traversal sequences
  • Monitor for sudden application availability issues that could indicate configuration file deletion
  • Review web server logs regularly for unusual patterns of file deletion requests
  • Implement audit logging for all administrative and clone-related operations

How to Mitigate CVE-2026-33293

Immediate Actions Required

  • Upgrade WWBN AVideo to version 26.0 or later immediately
  • If immediate upgrade is not possible, disable or restrict access to the CloneSite plugin
  • Review clone credentials and ensure they are not compromised or shared unnecessarily
  • Audit recent access logs for exploitation attempts against the cloneServer.json.php endpoint
  • Verify integrity of critical application files, especially configuration.php

Patch Information

WWBN has released version 26.0 which addresses this vulnerability. The fix is available in commit 941decd6d19e2e694acb75e86317d10fbb560284. The patch implements proper input validation using basename() to strip directory components and realpath() verification to ensure file paths remain within the designated clones directory. For detailed information, see the GitHub Security Advisory and the patch commit.

Workarounds

  • Disable the CloneSite plugin entirely if clone functionality is not required
  • Implement network-level access controls to restrict access to the plugin/CloneSite/ directory to trusted IP addresses only
  • Deploy a WAF rule to block requests containing path traversal sequences in the deleteDump parameter
  • Restrict filesystem permissions on the web server to minimize the impact of arbitrary file deletion
bash
# Example: Restrict access to CloneSite plugin via Apache .htaccess
<Directory "/var/www/avideo/plugin/CloneSite">
    Order deny,allow
    Deny from all
    Allow from 192.168.1.0/24
</Directory>

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 Score8.1

  • EPSS Probability0.04%

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

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

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

  • CVE-2026-33513: 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