CVE-2025-9113

9.8 CRITICAL

📋 TL;DR

The Doccure WordPress theme allows unauthenticated attackers to upload arbitrary files due to missing file type validation. This vulnerability affects all Doccure theme versions up to 1.4.8, potentially leading to remote code execution on vulnerable WordPress sites.

💻 Affected Systems

Products:
  • Doccure WordPress Theme
Versions: All versions up to and including 1.4.8
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Doccure theme active. No authentication required for exploitation.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete server compromise via remote code execution, allowing attackers to install malware, steal data, or use the server for further attacks.

🟠

Likely Case

Attackers upload web shells or malicious scripts to gain persistent access and control over the WordPress site.

🟢

If Mitigated

File uploads blocked or restricted, preventing exploitation but potentially affecting legitimate theme functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Simple HTTP POST requests can exploit this vulnerability. Public exploit code is available in security advisories.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.4.9 or later

Vendor Advisory: https://themeforest.net/item/doccure-medical-wordpress-theme/34329202

Restart Required: No

Instructions:

1. Update Doccure theme to version 1.4.9 or later via WordPress admin panel. 2. Verify theme update completed successfully. 3. Test file upload functionality.

🔧 Temporary Workarounds

Disable Doccure Theme

all

Switch to a different WordPress theme until patch can be applied

Web Application Firewall Rule

all

Block requests to the vulnerable endpoint

Block POST requests to */wp-content/themes/doccure/* endpoints

🧯 If You Can't Patch

  • Implement strict file upload restrictions at web server level
  • Monitor for suspicious file uploads and unauthorized PHP/executable files

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Appearance > Themes for Doccure theme version 1.4.8 or earlier

Check Version:

Check WordPress theme directory: wp-content/themes/doccure/style.css for Version: line

Verify Fix Applied:

Confirm Doccure theme version is 1.4.9 or later in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual file uploads to wp-content/uploads directory
  • POST requests to doccure_temp_upload_to_media endpoint
  • PHP/web shell files in unexpected locations

Network Indicators:

  • HTTP POST requests with file uploads to theme-specific endpoints
  • Unusual outbound connections from web server

SIEM Query:

source="web_server" AND (uri="*doccure*" AND method="POST") OR (file_upload="true" AND user_agent NOT IN ["normal_user_agents"])

🔗 References

📤 Share & Export