CVE-2025-64267

4.3 MEDIUM

📋 TL;DR

This vulnerability in the WooCommerce Ultimate Points And Rewards plugin exposes sensitive system information to unauthorized users. Attackers can retrieve embedded sensitive data from affected WordPress sites. All sites running vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • WooCommerce Ultimate Points And Rewards WordPress Plugin
Versions: All versions up to and including 2.10.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress sites with the vulnerable 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 obtain sensitive system information that could be used for reconnaissance, privilege escalation, or as part of a larger attack chain.

🟠

Likely Case

Unauthorized users access internal system details, configuration data, or other sensitive information embedded in plugin responses.

🟢

If Mitigated

Limited exposure of non-critical system information with minimal impact on overall security posture.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Based on CWE-497 and CVSS 4.3 score, exploitation appears straightforward but requires specific conditions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 2.10.2

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/woocommerce-ultimate-points-and-rewards/vulnerability/wordpress-woocommerce-ultimate-points-and-rewards-plugin-2-10-2-sensitive-data-exposure-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'WooCommerce Ultimate Points And Rewards'
4. Click 'Update Now' if available
5. If no update available, download latest version from WordPress repository
6. Deactivate and delete old version
7. Upload and activate new version

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate woocommerce-ultimate-points-and-rewards

Restrict Access

all

Use web application firewall to block requests to vulnerable endpoints

🧯 If You Can't Patch

  • Implement strict access controls and network segmentation
  • Deploy web application firewall with specific rules for this vulnerability

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'WooCommerce Ultimate Points And Rewards' version

Check Version:

wp plugin get woocommerce-ultimate-points-and-rewards --field=version

Verify Fix Applied:

Verify plugin version is greater than 2.10.2 in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual requests to plugin endpoints
  • Multiple failed attempts to access sensitive data paths

Network Indicators:

  • Traffic patterns targeting plugin-specific URLs
  • Unusual data retrieval from plugin endpoints

SIEM Query:

source="wordpress" AND (uri_path="*points-and-rewards*" OR user_agent="*scanner*")

🔗 References

📤 Share & Export