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

CVE-2025-9113: Doccure WordPress Theme RCE Vulnerability

CVE-2025-9113 is a remote code execution vulnerability in Doccure WordPress theme that allows unauthenticated attackers to upload arbitrary files. This article covers the technical details, affected versions, and mitigation steps.

Published: March 24, 2026

CVE-2025-9113 Overview

The Doccure theme for WordPress contains a critical arbitrary file upload vulnerability in the doccure_temp_upload_to_media function. This vulnerability exists due to missing file type validation, allowing unauthenticated attackers to upload arbitrary files to the affected site's server. Successful exploitation may lead to remote code execution, giving attackers complete control over the compromised WordPress installation.

Critical Impact

Unauthenticated attackers can upload malicious files including PHP webshells, potentially achieving full server compromise through remote code execution.

Affected Products

  • Doccure WordPress Theme versions up to and including 1.4.8
  • WordPress installations using the vulnerable Doccure Medical theme
  • Sites running unpatched versions of the Doccure theme from ThemeForest

Discovery Timeline

  • September 8, 2025 - CVE-2025-9113 published to NVD
  • September 9, 2025 - Last updated in NVD database

Technical Details for CVE-2025-9113

Vulnerability Analysis

This vulnerability is classified as CWE-434: Unrestricted Upload of File with Dangerous Type. The core issue stems from the doccure_temp_upload_to_media function failing to implement proper file type validation before processing uploaded files. Because the function lacks authentication requirements, any remote attacker can interact with this upload functionality without needing credentials.

The attack can be executed over the network without any user interaction required. The vulnerability allows attackers to potentially compromise the confidentiality, integrity, and availability of the affected system. Once a malicious PHP file is uploaded, the attacker can execute arbitrary code with the same privileges as the web server process.

Root Cause

The root cause is the absence of file type validation in the doccure_temp_upload_to_media function. WordPress themes should implement strict allowlisting of permitted file extensions and MIME types for any upload functionality. The Doccure theme fails to perform these essential security checks, treating all uploaded files equally regardless of their potentially dangerous nature.

Additionally, the function appears to be accessible without authentication, violating the principle of defense in depth. Upload functionality should always require authenticated sessions, especially when handling files that could affect server-side execution.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can craft HTTP requests to the vulnerable endpoint, uploading malicious files such as PHP webshells. The attack flow typically involves:

  1. Identifying WordPress sites using the vulnerable Doccure theme
  2. Crafting a multipart form-data request containing a malicious PHP file
  3. Submitting the request to the vulnerable doccure_temp_upload_to_media endpoint
  4. Accessing the uploaded file directly to execute arbitrary PHP code

The vulnerability allows attackers to bypass intended security restrictions by exploiting the missing file type validation. For detailed technical analysis, refer to the Wordfence Vulnerability Report.

Detection Methods for CVE-2025-9113

Indicators of Compromise

  • Unexpected PHP files appearing in WordPress upload directories or theme folders
  • Web server logs showing POST requests to endpoints associated with doccure_temp_upload_to_media
  • Newly created files with suspicious names or encoded content in the wp-content/uploads directory
  • Unusual outbound connections from the web server process

Detection Strategies

  • Monitor file system changes in WordPress directories, particularly wp-content/uploads and theme directories
  • Implement web application firewall (WAF) rules to detect and block file upload attempts containing PHP content
  • Analyze web server access logs for POST requests to Doccure theme endpoints with file upload payloads
  • Deploy integrity monitoring to alert on new executable files in web-accessible directories

Monitoring Recommendations

  • Enable detailed logging for WordPress and PHP to capture upload-related activities
  • Configure SentinelOne Singularity to monitor for suspicious process spawning from web server contexts
  • Set up alerts for new .php files created in upload directories outside of normal administrative actions
  • Monitor for webshell signatures and behaviors commonly associated with post-exploitation activity

How to Mitigate CVE-2025-9113

Immediate Actions Required

  • Update the Doccure theme to a patched version immediately (versions after 1.4.8 if available)
  • If no patch is available, consider temporarily disabling the Doccure theme and switching to an alternative
  • Conduct a thorough review of all uploaded files to identify any malicious content
  • Implement WAF rules to block suspicious file uploads targeting WordPress themes
  • Review web server logs for signs of exploitation attempts

Patch Information

Check the ThemeForest Product Page for updated versions of the Doccure theme that address this vulnerability. Ensure automatic updates are enabled where possible, and subscribe to security advisories for the theme. The Wordfence Vulnerability Report provides additional details on remediation.

Workarounds

  • Implement server-side file type restrictions at the web server level to block PHP file uploads
  • Add authentication requirements to the upload endpoint via WordPress capability checks or .htaccess rules
  • Use a security plugin like Wordfence to add an additional layer of upload validation
  • Disable or restrict access to the vulnerable function through custom code modifications if the theme must remain active
bash
# Apache .htaccess example to restrict PHP uploads in wp-content/uploads
<Directory "/var/www/html/wp-content/uploads">
    <FilesMatch "\.php$">
        Require all denied
    </FilesMatch>
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.46%

  • 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-434
  • Technical References
  • ThemeForest Product Page

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1555: WebStack WordPress Theme RCE Vulnerability

  • CVE-2026-3017: Smart Post Show WordPress Plugin RCE Flaw

  • CVE-2026-1830: WordPress Quick Playground RCE Vulnerability

  • CVE-2026-3535: WordPress DSGVO Google Fonts RCE 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