CVE-2025-64241

4.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the WP Coupons and Deals WordPress plugin that allows attackers to bypass intended access controls. It affects all WordPress sites running vulnerable versions of the plugin (up to 3.2.4), potentially allowing unauthorized users to access restricted functionality.

💻 Affected Systems

Products:
  • WordPress WP Coupons and Deals Plugin
Versions: All versions up to and including 3.2.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations 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 could manipulate coupon/deal data, create unauthorized coupons, modify existing deals, or access administrative functions they shouldn't have permission to use.

🟠

Likely Case

Unauthorized users accessing coupon management functions, potentially creating fake coupons or modifying legitimate ones.

🟢

If Mitigated

Limited impact with proper network segmentation and minimal user accounts with plugin access.

🌐 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 functions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.2.5 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-coupons-and-deals/vulnerability/wordpress-wp-coupons-and-deals-plugin-3-2-4-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 'WP Coupons and Deals'
4. Click 'Update Now' if available
5. If no update shows, manually download version 3.2.5+ from WordPress.org
6. Deactivate old plugin, upload new version, activate

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate wp-coupons-and-deals

Restrict Access

all

Use WordPress roles/capabilities to limit who can access plugin functions

🧯 If You Can't Patch

  • Deactivate the WP Coupons and Deals plugin immediately
  • Implement strict access controls and monitor for unauthorized coupon/deal modifications

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for WP Coupons and Deals version

Check Version:

wp plugin get wp-coupons-and-deals --field=version

Verify Fix Applied:

Verify plugin version is 3.2.5 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized users accessing coupon management endpoints
  • Unexpected coupon creation/modification events

Network Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with coupon-related actions

SIEM Query:

source="wordpress" AND (uri_path="*coupon*" OR uri_path="*deal*") AND user_role!="administrator"

🔗 References

📤 Share & Export