A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-12529

CVE-2025-12529: Cost Calculator Builder WordPress RCE Flaw

CVE-2025-12529 is a remote code execution vulnerability in the Cost Calculator Builder WordPress plugin caused by arbitrary file deletion. Unauthenticated attackers can exploit this flaw to delete critical files. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: April 29, 2026

CVE-2025-12529 Overview

CVE-2025-12529 is an arbitrary file deletion vulnerability affecting the Cost Calculator Builder plugin for WordPress. The vulnerability exists due to insufficient file path validation in the deleteOrdersFiles() function, allowing unauthenticated attackers to inject arbitrary file paths into orders that are subsequently deleted by administrators. This can lead to remote code execution when critical files such as wp-config.php are deleted.

Critical Impact

Unauthenticated attackers can achieve remote code execution by manipulating file deletion operations to remove critical WordPress configuration files, potentially compromising the entire WordPress installation.

Affected Products

  • Cost Calculator Builder plugin for WordPress (versions up to and including 3.6.3)
  • Cost Calculator Builder Pro (required to be installed alongside the free version for exploitation)
  • WordPress sites running affected plugin combinations

Discovery Timeline

  • 2025-12-02 - CVE-2025-12529 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-12529

Vulnerability Analysis

This vulnerability is classified as CWE-73 (External Control of File Name or Path), which occurs when the application allows user-controlled input to influence file system operations without proper validation. In the context of the Cost Calculator Builder plugin, the deleteOrdersFiles() function fails to adequately sanitize file paths before performing deletion operations.

The attack requires a two-stage exploitation approach. First, an unauthenticated attacker must inject a malicious file path into an order record. When an administrator later deletes that order through the WordPress admin interface, the injected path is processed by the vulnerable function, resulting in the deletion of arbitrary files on the server.

Successful exploitation can lead to devastating consequences, including the deletion of wp-config.php, which contains database credentials and security keys. When this file is deleted, WordPress enters a setup state, potentially allowing attackers to reconfigure the installation and achieve full remote code execution.

Root Cause

The root cause of this vulnerability is the lack of proper input validation and path sanitization in the deleteOrdersFiles() function within the CCBOrderController.php file. The function processes file paths associated with orders without verifying that the paths are confined to expected directories or validating against path traversal sequences.

The vulnerable code can be reviewed at CCBOrderController.php line 262 and line 513 in the plugin source code.

Attack Vector

The attack is network-based and can be initiated by unauthenticated attackers. The exploitation flow involves:

  1. An attacker crafts a malicious order submission containing path traversal sequences pointing to critical files like ../../../wp-config.php
  2. The malicious file path is stored in the order metadata without sanitization
  3. When an administrator deletes the order through the WordPress admin panel, the deleteOrdersFiles() function processes the stored paths
  4. The function deletes the files at the injected paths, including any critical configuration files

The vulnerability requires user interaction from an administrator to trigger the actual file deletion, as they must perform the order deletion action. The exploitation is dependent on having both the free and Pro versions of the Cost Calculator Builder plugin installed.

Detection Methods for CVE-2025-12529

Indicators of Compromise

  • Unexpected deletion of wp-config.php or other critical WordPress files
  • WordPress site reverting to installation/setup mode unexpectedly
  • Order records containing suspicious path traversal patterns (e.g., ../, ..\\)
  • Anomalous file system operations logged around order deletion events

Detection Strategies

  • Monitor WordPress file integrity, particularly for wp-config.php and core files
  • Implement web application firewall rules to detect path traversal attempts in form submissions
  • Review order data for suspicious file path patterns before processing
  • Deploy endpoint detection and response (EDR) solutions to monitor file deletion operations on web servers

Monitoring Recommendations

  • Enable detailed logging for WordPress admin actions, especially order management operations
  • Configure file integrity monitoring (FIM) for critical WordPress directories
  • Set up alerts for unexpected modifications or deletions in the WordPress root directory
  • Monitor web server logs for unusual POST requests to Cost Calculator Builder endpoints

How to Mitigate CVE-2025-12529

Immediate Actions Required

  • Update the Cost Calculator Builder plugin to a version newer than 3.6.3 immediately
  • If updates are not available, consider temporarily disabling the plugin until a patch is released
  • Review and backup all order records before performing any deletion operations
  • Implement file integrity monitoring on critical WordPress files

Patch Information

Users should update the Cost Calculator Builder plugin to the latest available version that addresses this vulnerability. Check the official WordPress plugin repository for updated versions. For detailed vulnerability information, refer to the Wordfence Vulnerability Report.

Workarounds

  • Implement server-level file protection to prevent deletion of wp-config.php and other critical files
  • Use a web application firewall (WAF) to filter requests containing path traversal patterns
  • Restrict administrator access and implement additional authentication for order management operations
  • Consider removing the Cost Calculator Builder Pro plugin temporarily if the free version functionality is sufficient
bash
# Configuration example - Protect wp-config.php via .htaccess
<Files wp-config.php>
    order allow,deny
    deny from all
</Files>

# Alternative: Set immutable attribute on critical files (Linux)
# sudo chattr +i /var/www/html/wp-config.php

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.26%

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

  • WordPress Plugin Source Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2017-20251: WordPress Insert PHP Plugin RCE Flaw

  • CVE-2023-54352: WordPress Seotheme RCE Vulnerability

  • CVE-2023-54350: WordPress Augmented-Reality RCE Flaw

  • CVE-2024-58349: WordPress Travelscape Theme RCE Flaw
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