CVE-2025-31802

5.4 MEDIUM

📋 TL;DR

A missing authorization vulnerability in Shiptimize for WooCommerce allows attackers to change plugin settings without proper authentication. This affects all WooCommerce sites running Shiptimize plugin versions up to 3.1.86. Attackers could modify shipping configurations and potentially disrupt e-commerce operations.

💻 Affected Systems

Products:
  • Shiptimize for WooCommerce
Versions: n/a through 3.1.86
Operating Systems: Any OS running WordPress/WooCommerce
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress/WooCommerce installations with Shiptimize plugin are vulnerable by default.

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

Attackers could disable shipping functionality, modify shipping rates, or redirect shipments, causing significant business disruption and financial loss.

🟠

Likely Case

Attackers modify shipping settings to cause operational issues, potentially leading to customer complaints and shipping delays.

🟢

If Mitigated

With proper access controls and monitoring, unauthorized changes would be detected and reverted quickly with minimal impact.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires some WordPress/WooCommerce knowledge but is technically simple once identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.1.87 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/shiptimize-for-woocommerce/vulnerability/wordpress-shiptimize-for-woocommerce-plugin-3-1-86-settings-change-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find Shiptimize for WooCommerce. 4. Click 'Update Now' if available. 5. If not, download latest version from WordPress repository and upload manually.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the Shiptimize plugin until patched

wp plugin deactivate shiptimize-for-woocommerce

Access Restriction

linux

Restrict access to WordPress admin interface using IP whitelisting

# Add to .htaccess for Apache: Order Deny,Allow
Deny from all
Allow from 192.168.1.0/24
# Add to nginx config: allow 192.168.1.0/24; deny all;

🧯 If You Can't Patch

  • Implement strict access controls to WordPress admin interface
  • Enable comprehensive logging and monitoring for plugin setting changes

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Shiptimize for WooCommerce version

Check Version:

wp plugin get shiptimize-for-woocommerce --field=version

Verify Fix Applied:

Verify plugin version is 3.1.87 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to shiptimize settings endpoints
  • Unexpected changes to shipping configuration

Network Indicators:

  • Unusual traffic to /wp-admin/admin-ajax.php with shiptimize parameters

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND query="action=shiptimize_*")

🔗 References

📤 Share & Export