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

CVE-2025-32629: WP-BusinessDirectory Path Traversal Flaw

CVE-2025-32629 is a path traversal vulnerability in the WP-BusinessDirectory WordPress plugin that allows unauthorized file access. This article covers the technical details, affected versions up to 3.1.2, and mitigation.

Updated: May 11, 2026

CVE-2025-32629 Overview

CVE-2025-32629 is a path traversal vulnerability in the CMSJunkie WP-BusinessDirectory plugin for WordPress. The flaw affects all versions of wp-businessdirectory up to and including 3.1.2. The vulnerability maps to [CWE-22], improper limitation of a pathname to a restricted directory, and enables arbitrary file deletion on affected WordPress sites.

According to the Patchstack advisory, an unauthenticated remote attacker can traverse outside the intended directory and delete files on the server. Deleting key WordPress files such as wp-config.php can disrupt site availability and create conditions for full site takeover.

Critical Impact

Unauthenticated remote attackers can delete arbitrary files on the WordPress server, leading to denial of service and potential site compromise.

Affected Products

  • CMSJunkie WP-BusinessDirectory plugin for WordPress
  • WP-BusinessDirectory versions from initial release through 3.1.2
  • WordPress sites running the wp-businessdirectory plugin

Discovery Timeline

  • 2025-04-11 - CVE-2025-32629 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-32629

Vulnerability Analysis

The WP-BusinessDirectory plugin fails to properly validate or sanitize file path input supplied to a file deletion routine. An attacker can submit crafted input containing directory traversal sequences such as ../ to escape the plugin's intended working directory. The plugin then operates on the resolved path, allowing files outside the plugin scope to be removed.

Because the attack vector is network-based and requires no authentication or user interaction, exploitation only requires reaching the vulnerable plugin endpoint over HTTP or HTTPS. The flaw produces a scope change because deleting WordPress core files, plugin files, or configuration files affects resources beyond the plugin's own data.

Deletion of wp-config.php is a known escalation path. When WordPress detects a missing configuration file on the next request, it can enter the installation flow, allowing an attacker to point the site at an attacker-controlled database and gain administrative control.

Root Cause

The root cause is missing path canonicalization and allowlist validation on file paths supplied to a delete operation. User-controlled input flows into a filesystem function without verifying that the resolved path resides within the plugin's permitted directory.

Attack Vector

The attacker sends an unauthenticated HTTP request to the vulnerable plugin endpoint with a path parameter containing traversal sequences. The plugin resolves the path relative to its working directory, follows the traversal, and deletes the targeted file. No credentials, tokens, or user interaction are required.

No verified public proof-of-concept code is available at this time. See the Patchstack Vulnerability Report for technical details.

Detection Methods for CVE-2025-32629

Indicators of Compromise

  • HTTP requests to WP-BusinessDirectory endpoints containing ../, ..%2f, or URL-encoded traversal sequences in parameters referencing file paths
  • Missing or recently deleted WordPress core files, including wp-config.php, index.php, or .htaccess
  • WordPress unexpectedly displaying the initial setup or installation screen to visitors
  • Web server error logs showing file-not-found errors for files that previously existed

Detection Strategies

  • Inspect web server access logs for requests targeting wp-businessdirectory plugin paths with path parameters or query strings containing traversal patterns
  • Run file integrity monitoring against the WordPress installation to flag unexpected deletions of core files, plugin files, and configuration files
  • Alert on WordPress installation-state requests such as /wp-admin/install.php from external sources following plugin activity

Monitoring Recommendations

  • Forward WordPress and web server logs to a centralized log platform and apply rules matching traversal payloads against wp-businessdirectory request paths
  • Monitor filesystem audit events for unlink operations on wp-config.php and other root-level WordPress files originating from the PHP worker process
  • Track plugin version inventory across managed WordPress sites and alert on instances running wp-businessdirectory version 3.1.2 or earlier

How to Mitigate CVE-2025-32629

Immediate Actions Required

  • Update WP-BusinessDirectory to a version newer than 3.1.2 once the vendor publishes a fixed release, per the Patchstack advisory
  • Deactivate and remove the wp-businessdirectory plugin on any site where a patched version is not yet available
  • Restore deleted files from backup and verify the integrity of wp-config.php and other WordPress core files
  • Rotate WordPress administrator credentials, database credentials, and secret keys if file deletion has been observed

Patch Information

Consult the Patchstack Vulnerability Report for current fix availability. Affected versions include all releases up to and including 3.1.2. Apply the vendor patch as soon as it is released and verify the plugin version after updating.

Workarounds

  • Block requests to WP-BusinessDirectory endpoints containing path traversal patterns using a web application firewall rule that inspects parameters for .. sequences and URL-encoded variants
  • Restrict filesystem permissions so the PHP worker account cannot delete WordPress core files outside the plugin directory where feasible
  • Place the WordPress site behind authentication or IP allowlisting until the plugin is patched or removed
bash
# Example ModSecurity rule to block path traversal against wp-businessdirectory
SecRule REQUEST_URI "@contains wp-businessdirectory" \
    "id:1003263,\
    phase:2,\
    chain,\
    deny,\
    status:403,\
    msg:'CVE-2025-32629 path traversal attempt against WP-BusinessDirectory'"
    SecRule ARGS|REQUEST_URI "@rx (\.\./|\.\.%2f|%2e%2e/|%2e%2e%2f)" \
        "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/TechWordpress

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.38%

  • 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-2026-6320: Salon Booking System Path Traversal Flaw

  • CVE-2026-1921: Loco Translate Path Traversal Vulnerability

  • CVE-2026-5957: EmailKit WordPress Path Traversal Flaw

  • CVE-2025-47670: miniOrange WordPress Plugin LFI 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