CVE-2025-48129

9.8 CRITICAL

📋 TL;DR

This vulnerability allows attackers to escalate privileges in WordPress sites using the Spreadsheet Price Changer plugin. Attackers can gain administrative access without proper authorization. All WordPress sites running vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light
Versions: n/a through 2.4.37
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin activated. No special configuration required.

⚠️ 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

Full site compromise where attackers gain administrator access, install backdoors, steal sensitive data, and deface or destroy the website.

🟠

Likely Case

Attackers gain administrative privileges to modify prices, steal customer data, or install malicious plugins/themes.

🟢

If Mitigated

Limited impact if proper access controls, monitoring, and least privilege principles are already implemented.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Privilege escalation vulnerabilities in WordPress plugins are frequently weaponized. Attackers need some level of access to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.4.38 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/excel-like-price-change-for-woocommerce-and-wp-e-commerce-light/vulnerability/wordpress-spreadsheet-price-changer-for-woocommerce-and-wp-e-commerce-light-2-4-37-privilege-escalation-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 2.4.38+ from WordPress.org and replace plugin files.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched

wp plugin deactivate excel-like-price-change-for-woocommerce-and-wp-e-commerce-light

🧯 If You Can't Patch

  • Restrict plugin access to trusted administrators only
  • Implement web application firewall rules to block privilege escalation attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light' version 2.4.37 or earlier

Check Version:

wp plugin get excel-like-price-change-for-woocommerce-and-wp-e-commerce-light --field=version

Verify Fix Applied:

Verify plugin version is 2.4.38 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual admin user creation
  • Multiple failed login attempts followed by successful admin login
  • Plugin file modifications

Network Indicators:

  • Unusual POST requests to plugin admin endpoints
  • Traffic from unexpected IPs to wp-admin

SIEM Query:

source="wordpress.log" AND ("admin_user_created" OR "privilege_escalation" OR "spreadsheet-price-changer")

🔗 References

📤 Share & Export