CVE-2025-58247

5.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the TI WooCommerce Wishlist WordPress plugin that allows attackers to bypass access controls. It affects all versions up to 2.10.0, potentially enabling unauthorized access to wishlist functionality. WordPress sites using this plugin are vulnerable.

💻 Affected Systems

Products:
  • TI WooCommerce Wishlist WordPress Plugin
Versions: All versions up to and including 2.10.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with WooCommerce installed and the TI WooCommerce Wishlist plugin active.

⚠️ 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 manipulate user wishlists, access private wishlist data, or potentially escalate privileges to perform unauthorized actions on the WooCommerce store.

🟠

Likely Case

Unauthorized viewing or modification of wishlist contents, potentially exposing customer data or allowing wishlist tampering.

🟢

If Mitigated

With proper authorization checks, only authenticated users with appropriate permissions can access wishlist functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress/WooCommerce API endpoints and authentication mechanisms.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 2.10.1 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/ti-woocommerce-wishlist/vulnerability/wordpress-ti-woocommerce-wishlist-plugin-2-10-0-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'TI WooCommerce Wishlist' and click 'Update Now'. 4. Verify update to version 2.10.1 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the TI WooCommerce Wishlist plugin until patched

wp plugin deactivate ti-woocommerce-wishlist

Restrict Access

all

Implement web application firewall rules to restrict access to wishlist endpoints

🧯 If You Can't Patch

  • Implement strict access controls at the web server level for wishlist-related endpoints
  • Monitor logs for unauthorized access attempts to wishlist functionality

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > TI WooCommerce Wishlist version. If version is 2.10.0 or lower, you are vulnerable.

Check Version:

wp plugin get ti-woocommerce-wishlist --field=version

Verify Fix Applied:

Verify plugin version is 2.10.1 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual access patterns to wishlist endpoints
  • Failed authorization attempts for wishlist operations
  • Requests to wishlist API from unexpected IPs

Network Indicators:

  • Unusual traffic to /wp-json/ti-woocommerce-wishlist/ endpoints
  • POST/GET requests to wishlist endpoints without proper authentication headers

SIEM Query:

source="wordpress.log" AND (uri="/wp-json/ti-woocommerce-wishlist/*" OR plugin="ti-woocommerce-wishlist") AND status=200 AND user="unauthenticated"

🔗 References

📤 Share & Export