CVE-2025-47588

9.8 CRITICAL

📋 TL;DR

This CVE-2025-47588 is a critical code injection vulnerability in the Dynamic Pricing With Discount Rules for WooCommerce plugin that allows attackers to execute arbitrary code on affected WordPress sites. All WordPress sites using vulnerable versions of this plugin are affected, potentially leading to complete server compromise.

💻 Affected Systems

Products:
  • Dynamic Pricing With Discount Rules for WooCommerce WordPress plugin
Versions: All versions up to and including 4.5.9
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce installed. The plugin must be active and accessible.

⚠️ 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 takeover, data theft, ransomware deployment, and lateral movement to other systems in the network.

🟠

Likely Case

Website defacement, malware injection, credential theft, and installation of backdoors for persistent access.

🟢

If Mitigated

Limited impact if proper web application firewalls and input validation are in place, but still significant risk.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Code injection vulnerabilities are typically easy to exploit once details are known. The CVSS 9.8 score indicates critical severity with low attack complexity.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 4.6.0 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/aco-woo-dynamic-pricing/vulnerability/wordpress-dynamic-pricing-with-discount-rules-for-woocommerce-plugin-4-5-9-arbitrary-code-execution-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Dynamic Pricing With Discount Rules for WooCommerce'. 4. Click 'Update Now' if available. 5. Alternatively, download version 4.6.0+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the plugin until patched version is available

wp plugin deactivate aco-woo-dynamic-pricing

Web Application Firewall rule

all

Add WAF rule to block suspicious input patterns

🧯 If You Can't Patch

  • Immediately disable the Dynamic Pricing With Discount Rules for WooCommerce plugin
  • Implement strict input validation and sanitization for all user inputs

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Dynamic Pricing With Discount Rules for WooCommerce' version 4.5.9 or earlier

Check Version:

wp plugin get aco-woo-dynamic-pricing --field=version

Verify Fix Applied:

Verify plugin version is 4.6.0 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual PHP execution patterns
  • Suspicious POST requests to plugin endpoints
  • Unexpected file creation in wp-content/plugins/aco-woo-dynamic-pricing

Network Indicators:

  • HTTP requests containing suspicious code patterns to plugin-specific URLs
  • Outbound connections from web server to unknown IPs

SIEM Query:

source="web_server" AND (uri="*aco-woo-dynamic-pricing*" OR uri="*dynamic-pricing*") AND (method="POST" OR method="PUT") AND (payload="*eval(*" OR payload="*system(*" OR payload="*exec(*")

🔗 References

📤 Share & Export