CVE-2025-26875

9.3 CRITICAL

📋 TL;DR

This SQL injection vulnerability in the 'Multiple Shipping And Billing Address For Woocommerce' WordPress plugin allows attackers to execute arbitrary SQL commands on the database. It affects all WordPress sites using this plugin version 1.3 or earlier. Successful exploitation could lead to data theft, modification, or complete database compromise.

💻 Affected Systems

Products:
  • Multiple Shipping And Billing Address For Woocommerce WordPress Plugin
Versions: 1.3 and earlier
Operating Systems: All platforms running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions enabled. No special configuration 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 database compromise including sensitive customer data (addresses, orders, payment info), privilege escalation to admin, and potential server takeover via SQL injection to RCE chain.

🟠

Likely Case

Data exfiltration of WooCommerce customer information, order history, and potentially WordPress user credentials stored in the database.

🟢

If Mitigated

Limited impact with proper input validation and parameterized queries preventing successful injection attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SQL injection vulnerabilities in WordPress plugins are frequently weaponized quickly. The CWE-89 classification indicates standard SQL injection techniques apply.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.4 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/different-shipping-and-billing-address-for-woocommerce/vulnerability/wordpress-multiple-shipping-and-billing-address-for-woocommerce-plugin-1-3-sql-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Multiple Shipping And Billing Address For Woocommerce'. 4. Click 'Update Now' if update available. 5. If no update appears, manually download version 1.4+ from WordPress repository and replace plugin files.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched version is available

wp plugin deactivate multiple-shipping-and-billing-address-for-woocommerce

Web Application Firewall Rules

all

Implement WAF rules to block SQL injection patterns targeting this plugin

🧯 If You Can't Patch

  • Disable the plugin immediately and use alternative shipping/billing address solutions
  • Implement strict input validation and parameterized queries in custom code modifications

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Multiple Shipping And Billing Address For Woocommerce' version

Check Version:

wp plugin get multiple-shipping-and-billing-address-for-woocommerce --field=version

Verify Fix Applied:

Verify plugin version is 1.4 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple failed login attempts from single IP
  • Unexpected database schema changes

Network Indicators:

  • HTTP requests with SQL syntax in parameters
  • Unusual traffic to /wp-content/plugins/multiple-shipping-and-billing-address-for-woocommerce/

SIEM Query:

source="web_logs" AND uri="*multiple-shipping-and-billing-address-for-woocommerce*" AND (query="*SELECT*" OR query="*UNION*" OR query="*INSERT*" OR query="*DELETE*")

🔗 References

📤 Share & Export