CVE-2025-67929

5.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the TI WooCommerce Wishlist WordPress plugin that allows attackers to exploit incorrectly configured access control security levels. Attackers could potentially access or modify wishlist data they shouldn't have permission to view. This affects all WordPress sites using TI WooCommerce Wishlist version 2.10.0 or earlier.

💻 Affected Systems

Products:
  • TI WooCommerce Wishlist WordPress Plugin
Versions: All versions through 2.10.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the TI WooCommerce Wishlist plugin installed and activated.

⚠️ 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 access or modify other users' wishlist data, potentially exposing sensitive customer information or manipulating shopping preferences.

🟠

Likely Case

Unauthorized viewing of other customers' wishlists, potentially revealing shopping habits or personal preferences.

🟢

If Mitigated

Minimal impact with proper access controls and authentication mechanisms in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access to the WordPress site, but authorization checks are missing for certain wishlist operations.

🛠️ Fix & Mitigation

✅ Official Fix

Patch 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-2?_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 later.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the TI WooCommerce Wishlist plugin until patched

wp plugin deactivate ti-woocommerce-wishlist

Restrict Access

all

Implement additional access controls at web server level

🧯 If You Can't Patch

  • Implement additional authorization checks in custom code
  • Monitor access logs for unusual wishlist activity patterns

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > TI WooCommerce Wishlist version

Check Version:

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

Verify Fix Applied:

Verify plugin version is 2.10.1 or later in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual wishlist access patterns
  • Multiple failed authorization attempts on wishlist endpoints

Network Indicators:

  • HTTP requests to wishlist endpoints with different user IDs

SIEM Query:

source="wordpress" AND (uri="*wishlist*" OR plugin="ti-woocommerce-wishlist") AND (status=200 OR status=403)

🔗 References

📤 Share & Export