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

CVE-2025-4564: TicketBAI WooCommerce Path Traversal Flaw

CVE-2025-4564 is a path traversal vulnerability in TicketBAI Facturas for WooCommerce that enables unauthenticated attackers to delete arbitrary files, potentially leading to remote code execution. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: March 24, 2026

CVE-2025-4564 Overview

The TicketBAI Facturas para WooCommerce plugin for WordPress contains a critical arbitrary file deletion vulnerability caused by insufficient file path validation in the delpdf action. This flaw affects all versions up to and including 3.18, allowing unauthenticated attackers to delete arbitrary files on the server. When critical files such as wp-config.php are deleted, this can directly lead to remote code execution, making this vulnerability particularly dangerous for WordPress sites using this plugin.

Critical Impact

Unauthenticated attackers can delete arbitrary files on the server, potentially leading to remote code execution when critical WordPress configuration files are removed.

Affected Products

  • TicketBAI Facturas para WooCommerce plugin versions up to and including 3.18
  • WordPress installations using the vulnerable plugin versions
  • WooCommerce-enabled sites with TicketBAI invoice functionality

Discovery Timeline

  • 2025-05-15 - CVE CVE-2025-4564 published to NVD
  • 2025-05-16 - Last updated in NVD database

Technical Details for CVE-2025-4564

Vulnerability Analysis

This vulnerability stems from a classic path traversal weakness (CWE-22) in the file deletion functionality of the TicketBAI Facturas para WooCommerce plugin. The delpdf action, designed to allow deletion of PDF invoice files, fails to properly validate and sanitize the file path parameter before processing deletion requests.

The vulnerability is particularly severe because it requires no authentication to exploit. An attacker can craft malicious requests targeting the vulnerable endpoint and specify arbitrary file paths using directory traversal sequences (e.g., ../) to escape the intended directory and delete any file accessible to the web server process.

The most devastating attack scenario involves deleting wp-config.php, which contains the WordPress database credentials and security keys. Once this file is removed, WordPress enters a reinstallation state, allowing attackers to potentially reconfigure the site with their own database and gain complete control.

Root Cause

The root cause of this vulnerability is insufficient input validation in the file path handling logic within the delpdf action handler located in wp-ticketbai.php. The plugin fails to implement proper path canonicalization and boundary checking, allowing user-supplied input containing directory traversal sequences to reference files outside the intended PDF storage directory.

Specifically, the vulnerability occurs because:

  1. The file path parameter is accepted directly from user input without sanitization
  2. No validation ensures the target file resides within the expected plugin directory
  3. The deletion operation executes without verifying the file type or location

Attack Vector

This vulnerability can be exploited remotely over the network without any authentication or user interaction. An attacker can send specially crafted HTTP requests to the vulnerable WordPress endpoint, including the delpdf action parameter with a malicious file path.

The attack flow typically involves:

  1. Identifying WordPress sites running the vulnerable TicketBAI plugin
  2. Crafting a request to the plugin's action handler with path traversal sequences
  3. Targeting critical files such as wp-config.php, .htaccess, or other essential WordPress files
  4. Achieving denial of service or setting up conditions for remote code execution

Since no code examples are available from verified sources, administrators should review the WordPress Plugin Source Code and the WordPress Changeset Update for detailed technical analysis of the vulnerable code and the applied fix.

Detection Methods for CVE-2025-4564

Indicators of Compromise

  • Unexpected HTTP requests to WordPress containing delpdf action parameters with directory traversal sequences (../)
  • Missing critical WordPress files such as wp-config.php, .htaccess, or plugin files
  • Web server error logs showing file not found errors for core WordPress configuration files
  • Unexpected WordPress reinstallation prompts indicating configuration file deletion

Detection Strategies

  • Monitor web server access logs for requests containing delpdf action with suspicious path patterns
  • Implement file integrity monitoring to detect unauthorized deletion of WordPress core files
  • Deploy Web Application Firewall (WAF) rules to block path traversal attempts targeting WordPress plugins
  • Use security plugins that monitor and alert on changes to critical WordPress files

Monitoring Recommendations

  • Enable detailed logging for all WordPress plugin actions and file operations
  • Configure real-time alerts for any modifications or deletions of wp-config.php and other critical files
  • Implement network-level monitoring for suspicious patterns targeting WordPress installations
  • Regularly audit installed plugins for known vulnerabilities using WordPress security scanners

How to Mitigate CVE-2025-4564

Immediate Actions Required

  • Update the TicketBAI Facturas para WooCommerce plugin to a version newer than 3.18 immediately
  • If unable to update, temporarily disable or remove the vulnerable plugin from all WordPress installations
  • Implement WAF rules to block requests containing path traversal sequences targeting the delpdf action
  • Verify the integrity of all WordPress core files and restore any that may have been deleted

Patch Information

A security patch has been released to address this vulnerability. The fix can be reviewed in the WordPress Changeset Update. Administrators should update to the latest version of the plugin available in the WordPress plugin repository. Additional details about the vulnerability are available in the Wordfence Vulnerability Report.

Workarounds

  • Disable the TicketBAI Facturas para WooCommerce plugin until an update can be applied
  • Implement server-level restrictions to block direct access to plugin action handlers
  • Use .htaccess or web server configuration to deny requests containing path traversal patterns
  • Deploy a Web Application Firewall with rules specifically targeting arbitrary file deletion attempts
bash
# Example .htaccess rule to block path traversal attempts
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./) [NC,OR]
    RewriteCond %{QUERY_STRING} (delpdf.*\.\.) [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.69%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • WordPress Plugin Source Code

  • WordPress Changeset Update

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1620: Elementor Livemesh Path Traversal Flaw

  • CVE-2025-15470: Eleganzo WordPress Path Traversal Flaw

  • CVE-2026-6227: BackWPup Plugin Path Traversal Vulnerability

  • CVE-2026-4351: Perfmatters WordPress Path Traversal Flaw
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