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

CVE-2025-29009: WooCommerce Medical Prescription RCE Flaw

CVE-2025-29009 is a remote code execution vulnerability in Medical Prescription Attachment Plugin for WooCommerce allowing attackers to upload malicious web shells. This article covers technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-29009 Overview

CVE-2025-29009 is an Unrestricted Upload of File with Dangerous Type vulnerability (CWE-434) affecting the Webkul Medical Prescription Attachment Plugin for WooCommerce. This vulnerability allows attackers to upload malicious web shells to the web server without authentication, potentially leading to complete server compromise.

The flaw exists due to insufficient validation of uploaded file types within the plugin's prescription attachment functionality. Attackers can exploit this weakness to upload PHP web shells or other executable scripts, which can then be accessed to execute arbitrary commands on the underlying server.

Critical Impact

This vulnerability allows unauthenticated attackers to upload web shells to vulnerable WordPress installations, enabling full remote code execution and complete server takeover with no user interaction required.

Affected Products

  • Medical Prescription Attachment Plugin for WooCommerce versions up to and including 1.2.3
  • WordPress installations running the vulnerable plugin
  • WooCommerce stores with the affected plugin installed

Discovery Timeline

  • 2025-07-16 - CVE-2025-29009 published to NVD
  • 2025-07-16 - Last updated in NVD database

Technical Details for CVE-2025-29009

Vulnerability Analysis

The Medical Prescription Attachment Plugin for WooCommerce contains a file upload functionality designed to allow customers to upload medical prescriptions when ordering products. However, the plugin fails to implement proper file type validation and filtering, creating a dangerous arbitrary file upload vulnerability.

This vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type). The attack can be executed remotely over the network without requiring authentication or user interaction. Due to the scope change in the vulnerability, successful exploitation can impact resources beyond the vulnerable component itself, potentially affecting the entire hosting infrastructure.

The vulnerability is particularly severe because it allows attackers to bypass normal WordPress security controls and directly upload executable PHP files to the server. Once uploaded, these files can be accessed via a direct URL, executing malicious code in the context of the web server process.

Root Cause

The root cause of this vulnerability lies in the plugin's failure to properly validate and sanitize uploaded file content and extensions. The file upload handler does not implement proper checks to restrict uploads to safe file types (such as images or PDFs), nor does it verify the actual content of uploaded files against their claimed MIME types.

Specifically, the plugin lacks:

  • Server-side validation of file extensions against an allowlist
  • Content-type verification to ensure uploaded files match expected formats
  • File content inspection to detect embedded malicious code
  • Proper file naming to prevent direct execution of uploaded scripts

Attack Vector

The attack vector for this vulnerability is network-based and requires no authentication or privileges. An attacker can exploit this flaw by crafting a malicious HTTP POST request to the vulnerable file upload endpoint, including a PHP web shell disguised or submitted as a prescription attachment.

The typical exploitation workflow involves:

  1. Identifying a WordPress site running the vulnerable plugin version
  2. Crafting a malicious PHP file containing web shell code
  3. Submitting the malicious file through the prescription upload functionality
  4. Locating the uploaded file in the WordPress uploads directory
  5. Accessing the uploaded web shell to execute arbitrary commands

Since no authentication is required and the attack can be fully automated, this vulnerability poses an immediate risk to any exposed WordPress installation running the affected plugin version. Attackers can achieve complete control over the web server, access sensitive database credentials, exfiltrate customer data, or pivot to attack other systems on the network.

Detection Methods for CVE-2025-29009

Indicators of Compromise

  • Unexpected PHP files in WordPress upload directories, particularly within plugin-related folders
  • Suspicious HTTP requests to unusual file paths containing .php extensions in upload directories
  • Web server logs showing POST requests to the plugin's upload endpoint from unknown sources
  • Newly created files with names that don't match typical prescription document naming patterns
  • Outbound network connections from the web server to unknown external IP addresses

Detection Strategies

  • Monitor the wp-content/uploads directory for creation of executable PHP files
  • Implement file integrity monitoring on WordPress plugin directories
  • Configure web application firewall (WAF) rules to block PHP file uploads through the plugin endpoint
  • Review web server access logs for unusual POST requests to the medical prescription attachment endpoints
  • Use WordPress security plugins to scan for known web shell signatures

Monitoring Recommendations

  • Enable detailed logging for all file upload activities on the WordPress installation
  • Configure alerts for any new PHP file creation in the uploads directory structure
  • Implement network monitoring to detect unusual outbound connections from web servers
  • Schedule regular malware scans of the WordPress installation using security tools
  • Monitor for changes to critical WordPress configuration files

How to Mitigate CVE-2025-29009

Immediate Actions Required

  • Immediately disable or remove the Medical Prescription Attachment Plugin for WooCommerce if running version 1.2.3 or earlier
  • Scan the WordPress uploads directory for any suspicious PHP files that may have been uploaded
  • Review web server logs for evidence of exploitation attempts
  • If compromise is suspected, isolate the server and conduct a thorough forensic investigation
  • Change all administrative credentials and database passwords as a precaution

Patch Information

Users should check for an updated version of the Medical Prescription Attachment Plugin for WooCommerce that addresses this vulnerability. Detailed information about this vulnerability and remediation options is available through the Patchstack vulnerability database.

Until a patched version is available and verified, the safest approach is to completely deactivate and remove the vulnerable plugin from all WordPress installations.

Workarounds

  • Disable the plugin entirely until a security patch is released by the vendor
  • Implement server-level restrictions to prevent PHP execution in upload directories
  • Configure web application firewall rules to block suspicious file upload requests
  • Restrict access to the WordPress admin and upload functionality to trusted IP addresses only
  • Consider using an alternative prescription upload solution with proper security controls
bash
# Disable PHP execution in WordPress uploads directory via .htaccess
# Add to wp-content/uploads/.htaccess
<Files "*.php">
    Order Deny,Allow
    Deny from all
</Files>

# Alternative: Use Apache mod_rewrite to block PHP execution
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule \.php$ - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWoocommerce

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-434
  • Technical References
  • Patchstack WooCommerce Vulnerability
  • Related CVEs
  • CVE-2026-4001: WooCommerce Custom Product Addons RCE Flaw

  • CVE-2026-2296: WooCommerce Product Addons RCE Vulnerability

  • CVE-2025-13773: WooCommerce Delivery Notes RCE Vulnerability

  • CVE-2025-13329: WooCommerce File Uploader RCE 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