CVE-2025-48122
📋 TL;DR
This SQL injection vulnerability in the Spreadsheet Price Changer plugin for WooCommerce and WP E-commerce allows attackers to execute arbitrary SQL commands on affected WordPress sites. All WordPress installations using vulnerable versions of this plugin are affected, potentially compromising the entire database.
💻 Affected Systems
- Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light
⚠️ 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.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Complete database compromise leading to data theft, privilege escalation, remote code execution, and full site takeover.
Likely Case
Database information disclosure, including user credentials, payment information, and sensitive business data.
If Mitigated
Limited impact with proper input validation and parameterized queries in place.
🎯 Exploit Status
SQL injection vulnerabilities are commonly weaponized quickly due to their high impact and relative ease of exploitation.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 2.4.38 or later
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. Update to version 2.4.38 or later. 5. Verify update completed successfully.
🔧 Temporary Workarounds
Disable vulnerable plugin
allTemporarily deactivate the plugin until patched version is available
wp plugin deactivate excel-like-price-change-for-woocommerce-and-wp-e-commerce-light
Web Application Firewall rule
allAdd SQL injection detection rule to WAF
🧯 If You Can't Patch
- Remove the plugin completely from production environment
- Implement strict input validation and parameterized queries in custom code
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Installed Plugins for 'Spreadsheet Price Changer for WooCommerce and WP E-commerce – Light' version
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 higher in WordPress admin
📡 Detection & Monitoring
Log Indicators:
- Unusual SQL queries in database logs
- Multiple failed login attempts from single IP
- Unexpected database schema changes
Network Indicators:
- SQL syntax in HTTP POST parameters
- Unusual database connection patterns
SIEM Query:
source="web_server" AND ("sql" OR "union" OR "select" OR "insert") AND uri="*spreadsheet*"