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
    • 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-2019-25295

CVE-2019-25295: WP Cost Estimation Path Traversal Flaw

CVE-2019-25295 is a path traversal vulnerability in the WP Cost Estimation plugin for WordPress that enables attackers to overwrite files on affected sites. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2019-25295 Overview

CVE-2019-25295 is a Directory Traversal vulnerability affecting the WP Cost Estimation plugin for WordPress. The vulnerability exists in versions prior to 9.660 and resides in the uploadFormFiles function. This flaw allows unauthenticated attackers to perform upload directory traversal, enabling them to overwrite arbitrary files on the affected WordPress site, provided those files have a whitelisted file extension.

Critical Impact

Attackers can exploit this vulnerability to overwrite critical files on WordPress installations, potentially leading to site defacement, persistent backdoor installation, or denial of service by overwriting essential configuration files.

Affected Products

  • WP Cost Estimation & Payment Forms Builder plugin for WordPress (versions before 9.660)
  • WordPress sites running vulnerable versions of the plugin
  • Any WordPress installation with the affected plugin installed regardless of WordPress core version

Discovery Timeline

  • 2019-02 - Vulnerability patched in WP Cost Estimation plugin version 9.660
  • 2026-01-08 - CVE CVE-2019-25295 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2019-25295

Vulnerability Analysis

This vulnerability falls under the CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) category. The uploadFormFiles function in the WP Cost Estimation plugin fails to properly sanitize user-supplied path input during file upload operations. This lack of validation allows attackers to traverse directories using path manipulation techniques, escaping the intended upload directory and writing files to arbitrary locations on the web server's file system.

The attack can be executed remotely over the network without requiring any prior authentication or user interaction. While the vulnerability does not directly expose confidential data, successful exploitation can compromise the integrity and availability of the WordPress installation by allowing unauthorized file modifications.

Root Cause

The root cause of this vulnerability is insufficient input validation in the uploadFormFiles function. The function accepts user-controlled path data without adequately sanitizing directory traversal sequences such as ../ patterns. This allows attackers to construct malicious file paths that escape the designated upload directory, though exploitation is limited to overwriting files with extensions that match the plugin's whitelist configuration.

Attack Vector

The attack vector is network-based and requires no authentication, making it accessible to any remote attacker. The exploitation process involves:

  1. An attacker identifies a WordPress site running a vulnerable version of the WP Cost Estimation plugin
  2. The attacker crafts a malicious file upload request to the uploadFormFiles function
  3. The request includes path traversal sequences (e.g., ../../../) in the filename or path parameter
  4. The server processes the upload without properly sanitizing the path
  5. The uploaded file overwrites an existing file at the traversed location, provided the file extension is whitelisted

The vulnerability mechanism involves improper path sanitization in the file upload handler. When processing uploaded files, the uploadFormFiles function constructs the destination path using user-supplied input without adequately filtering directory traversal sequences. An attacker can include sequences like ../ in their request to navigate outside the intended upload directory. For detailed technical analysis, refer to the Wordfence Vulnerability Blog Post.

Detection Methods for CVE-2019-25295

Indicators of Compromise

  • Unexpected file modifications in WordPress core directories or wp-config.php
  • Presence of newly created files with whitelisted extensions in unusual locations
  • Web server access logs showing requests to WP Cost Estimation plugin endpoints with path traversal patterns (../)
  • Modified timestamps on critical WordPress files that shouldn't have changed

Detection Strategies

  • Monitor web server access logs for HTTP requests containing encoded or plain-text path traversal sequences targeting the plugin's upload endpoints
  • Implement file integrity monitoring on critical WordPress directories to detect unauthorized modifications
  • Use a Web Application Firewall (WAF) to detect and block requests containing directory traversal patterns
  • Review WordPress plugin audit logs for anomalous upload activity

Monitoring Recommendations

  • Configure real-time alerting for file modifications in wp-includes, wp-admin, and theme directories
  • Implement centralized logging for all WordPress plugin activity with correlation rules for path traversal patterns
  • Deploy endpoint detection and response (EDR) solutions to monitor file system changes on web servers
  • Regularly audit installed plugin versions against known vulnerability databases

How to Mitigate CVE-2019-25295

Immediate Actions Required

  • Update WP Cost Estimation plugin to version 9.660 or later immediately
  • Conduct a file integrity scan to identify any files that may have been overwritten
  • Review web server logs for evidence of exploitation attempts
  • Consider temporarily disabling the plugin if immediate update is not possible

Patch Information

The vulnerability has been addressed in WP Cost Estimation plugin version 9.660. Site administrators should update to this version or later through the WordPress plugin management interface or by downloading the patched version from Codecanyon. After updating, verify the plugin version is correctly reflected in the WordPress admin panel.

For additional vulnerability details, refer to the Wordfence Threat Intel Report.

Workarounds

  • If patching is not immediately possible, disable the WP Cost Estimation plugin until the update can be applied
  • Implement WAF rules to block requests containing path traversal patterns targeting the plugin's endpoints
  • Restrict file upload functionality through server-level configuration if the feature is not required
  • Apply restrictive file permissions to prevent the web server process from writing to sensitive directories
bash
# Configuration example - Restrict file permissions on critical directories
# Prevent write access to wp-config.php
chmod 440 /var/www/html/wp-config.php

# Set restrictive permissions on wp-includes directory
find /var/www/html/wp-includes -type f -exec chmod 644 {} \;
find /var/www/html/wp-includes -type d -exec chmod 755 {} \;

# Enable file integrity monitoring (example using AIDE)
aide --init
cp /var/lib/aide/aide.db.new /var/lib/aide/aide.db

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

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • Codecanyon Plugin Overview

  • Wordfence Vulnerability Blog Post

  • Wordfence Threat Intel Report
  • Related CVEs
  • CVE-2025-15433: Shared Files Plugin Path Traversal Flaw

  • CVE-2026-4758: WP Job Portal Path Traversal Vulnerability

  • CVE-2026-3339: WordPress Keep Backup Plugin Path Traversal

  • CVE-2025-14037: WordPress Product Feeds Path Traversal
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