CVE-2025-58835

5.3 MEDIUM

📋 TL;DR

This vulnerability in the Bonus for Woo WordPress plugin allows attackers to bypass access controls by manipulating input quantities. It affects all WordPress sites running Bonus for Woo plugin versions up to 7.4.1. Attackers could perform unauthorized actions that should be restricted to privileged users.

💻 Affected Systems

Products:
  • Bonus for Woo WordPress Plugin
Versions: n/a through 7.4.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations using the vulnerable plugin versions. No special configuration required for exploitation.

⚠️ 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 WooCommerce bonus systems to grant themselves unauthorized discounts, credits, or rewards, potentially leading to financial loss or data manipulation.

🟠

Likely Case

Unauthorized users could exploit the vulnerability to gain access to bonus-related functionality they shouldn't have, such as applying discounts or viewing restricted bonus information.

🟢

If Mitigated

With proper input validation and access controls, the vulnerability would be prevented from being exploited.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of the plugin's bonus system and ability to craft specific input. No public exploit code available at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 7.4.1

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/bonus-for-woo/vulnerability/wordpress-bonus-for-woo-plugin-7-4-1-other-vulnerability-type-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Bonus for Woo' plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and remove plugin until patched version is released.

🔧 Temporary Workarounds

Disable Bonus for Woo Plugin

WordPress

Temporarily disable the vulnerable plugin until patched version is available

wp plugin deactivate bonus-for-woo

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block suspicious input patterns related to quantity manipulation
  • Restrict plugin access to only trusted IP addresses using .htaccess or server firewall rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Bonus for Woo version. If version is 7.4.1 or earlier, you are vulnerable.

Check Version:

wp plugin get bonus-for-woo --field=version

Verify Fix Applied:

After updating, verify plugin version is higher than 7.4.1 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual bonus/discount activity from non-admin users
  • Multiple failed attempts to access bonus-related endpoints
  • Suspicious POST requests to bonus-related plugin endpoints

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/bonus-for-woo/ endpoints
  • Multiple requests with manipulated quantity parameters

SIEM Query:

source="wordpress" AND (uri_path="/wp-content/plugins/bonus-for-woo/" OR plugin="bonus-for-woo") AND (status=200 OR status=403) | stats count by src_ip, user_agent

🔗 References

📤 Share & Export