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-2025-26752

CVE-2025-26752: Broadcast Live Video Path Traversal Flaw

CVE-2025-26752 is a path traversal vulnerability in the videowhisper Broadcast Live Video plugin that allows attackers to access restricted directories. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-26752 Overview

CVE-2025-26752 is a path traversal vulnerability in the VideoWhisper Broadcast Live Video plugin (videowhisper-live-streaming-integration) for WordPress. The flaw allows unauthenticated attackers to delete arbitrary files on the server by manipulating file path parameters. The vulnerability affects all plugin versions up to and including 6.2 and is classified under CWE-22. Successful exploitation can corrupt WordPress installations, disable security controls, or enable follow-on remote code execution by deleting wp-config.php and forcing a setup state.

Critical Impact

Unauthenticated network attackers can delete arbitrary files outside the plugin's intended directory, resulting in availability loss and potential takeover of the affected WordPress site.

Affected Products

  • VideoWhisper Broadcast Live Video plugin for WordPress
  • All versions from n/a through <= 6.2
  • WordPress sites with the videowhisper-live-streaming-integration plugin installed and active

Discovery Timeline

  • 2025-02-25 - CVE-2025-26752 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-26752

Vulnerability Analysis

The vulnerability stems from improper limitation of a pathname to a restricted directory within the VideoWhisper Broadcast Live Video plugin. The plugin accepts user-controllable input that is used to construct a file path for a delete operation without sufficient sanitization or canonicalization. An attacker can supply traversal sequences such as ../ to escape the intended directory and reference arbitrary files on the host filesystem.

Because the flaw is reachable over the network without authentication or user interaction, exploitation requires only a crafted HTTP request to the vulnerable plugin endpoint. The impact is scoped to integrity-adjacent availability loss: deleted files cannot be recovered without backups. Deletion of critical WordPress files such as wp-config.php triggers the WordPress installation wizard, which an attacker can use to point the site at an attacker-controlled database and achieve site takeover.

Root Cause

The root cause is missing validation of file path input before passing it to a file deletion function. The plugin does not verify that the resolved canonical path remains within an allowed base directory, nor does it strip directory traversal sequences. This maps directly to CWE-22: Improper Limitation of a Pathname to a Restricted Directory.

Attack Vector

The attack vector is network-based via HTTP requests to the WordPress site hosting the vulnerable plugin. No authentication or user interaction is required. The attacker sends a request to the plugin handler with a manipulated file path parameter containing traversal sequences. The handler resolves the path relative to the plugin directory and invokes a delete operation, removing the targeted file from the server.

No verified public proof-of-concept code is available. Refer to the Patchstack Vulnerability Report for additional technical context.

Detection Methods for CVE-2025-26752

Indicators of Compromise

  • HTTP requests to plugin endpoints under /wp-content/plugins/videowhisper-live-streaming-integration/ containing ../ or URL-encoded traversal sequences such as %2e%2e%2f
  • Unexpected absence of WordPress core files including wp-config.php, .htaccess, or index.php
  • WordPress installation wizard appearing on a previously configured site
  • File deletion events in webserver or PHP logs targeting paths outside the plugin directory

Detection Strategies

  • Inspect webserver access logs for POST or GET requests to VideoWhisper plugin handlers containing path traversal patterns
  • Monitor filesystem integrity for unauthorized deletions in the WordPress document root
  • Correlate plugin endpoint access with subsequent file modification or deletion telemetry

Monitoring Recommendations

  • Enable file integrity monitoring (FIM) on the WordPress wp-content, wp-admin, and wp-includes directories
  • Forward webserver and PHP-FPM logs to a centralized SIEM for traversal pattern matching
  • Alert on HTTP 200 responses to plugin endpoints followed by missing core file errors

How to Mitigate CVE-2025-26752

Immediate Actions Required

  • Deactivate and remove the VideoWhisper Broadcast Live Video plugin until a patched version is confirmed installed
  • Audit the WordPress installation for missing or unexpectedly deleted files and restore from known-good backups
  • Apply Web Application Firewall (WAF) rules to block requests containing directory traversal sequences to plugin endpoints

Patch Information

At the time of this writing, the Patchstack advisory lists versions through 6.2 as affected. Administrators should upgrade to the latest available release of videowhisper-live-streaming-integration and verify the installed version is greater than 6.2. Subscribe to the WordPress plugin repository update channel for this plugin.

Workarounds

  • Remove the plugin entirely if a patched version is not yet available
  • Restrict access to the plugin's PHP handlers using webserver ACLs or .htaccess rules until a fix is applied
  • Deploy WAF signatures that block ../, ..\\, and URL-encoded traversal payloads targeting /wp-content/plugins/videowhisper-live-streaming-integration/
  • Run WordPress with filesystem permissions that prevent the webserver user from deleting files outside wp-content/uploads
bash
# Example WAF rule (ModSecurity) to block traversal against the plugin path
SecRule REQUEST_URI "@contains /wp-content/plugins/videowhisper-live-streaming-integration/" \
  "chain,deny,status:403,id:1026752,msg:'CVE-2025-26752 path traversal attempt'"
  SecRule ARGS|REQUEST_URI "@rx (\.\./|\.\.\\|%2e%2e(%2f|%5c))" "t:none,t:lowercase,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechVideowhisper

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2025-26753: Broadcast Live Video Path Traversal Flaw

  • CVE-2025-22663: Paid Videochat Path Traversal Flaw

  • CVE-2025-48255: Videowhisper Live Streaming CSRF Flaw

  • CVE-2025-26579: MicroPayments Plugin XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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