CVE-2025-66072

9.8 CRITICAL

📋 TL;DR

This CVE describes a missing authorization vulnerability in the UsersWP WordPress plugin that allows attackers to bypass access controls. It affects all WordPress sites running UsersWP version 1.2.47 or earlier. Attackers can exploit this to access restricted functionality or data.

💻 Affected Systems

Products:
  • WordPress UsersWP Plugin
Versions: <= 1.2.47
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable UsersWP plugin versions.

⚠️ 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

Complete site takeover through privilege escalation, user data theft, or unauthorized administrative actions.

🟠

Likely Case

Unauthorized access to user profiles, settings modification, or data exposure.

🟢

If Mitigated

Limited impact with proper network segmentation and additional authentication layers.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some user access but authorization checks are missing.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: >1.2.47

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/userswp/vulnerability/wordpress-userswp-plugin-1-2-47-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 UsersWP and click 'Update Now'. 4. Verify version is >1.2.47.

🔧 Temporary Workarounds

Disable UsersWP Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate userswp

Restrict Plugin Access

all

Use WordPress roles/capabilities to limit who can access UsersWP functionality.

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block suspicious access patterns.
  • Enable detailed logging and monitoring for unauthorized access attempts to UsersWP endpoints.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > UsersWP version number.

Check Version:

wp plugin get userswp --field=version

Verify Fix Applied:

Confirm UsersWP version is >1.2.47 in WordPress admin.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access to /wp-admin/admin-ajax.php with userswp actions
  • Suspicious user role changes

Network Indicators:

  • Unusual POST requests to UsersWP endpoints from unauthorized IPs

SIEM Query:

source="wordpress.log" AND ("userswp" OR "action=userswp") AND status=200 AND user_role!=admin

🔗 References

📤 Share & Export