CVE-2025-12018

4.4 MEDIUM

📋 TL;DR

The MembershipWorks WordPress plugin is vulnerable to stored cross-site scripting (XSS) in admin settings. Authenticated attackers with administrator privileges can inject malicious scripts that execute when users view affected pages. This only impacts WordPress multi-site installations or sites where unfiltered_html capability is disabled.

💻 Affected Systems

Products:
  • MembershipWorks – Membership, Events & Directory WordPress plugin
Versions: All versions up to and including 6.14
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ✅ No
Notes: Only affects WordPress multi-site installations OR single-site installations where unfiltered_html capability is disabled for administrators.

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

Administrator account compromise leading to full site takeover, data theft, or malware distribution to visitors.

🟠

Likely Case

Session hijacking, credential theft, or defacement of admin pages by malicious administrators.

🟢

If Mitigated

Limited impact due to requirement of administrator privileges and specific WordPress configurations.

🌐 Internet-Facing: MEDIUM - Requires admin access but affects public-facing WordPress sites.
🏢 Internal Only: LOW - Requires authenticated admin access, reducing internal attack surface.

🎯 Exploit Status

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

Exploitation requires administrator-level WordPress credentials. Public proof-of-concept exists in GitHub repository.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 6.14

Vendor Advisory: https://wordpress.org/plugins/memberfindme/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'MembershipWorks – Membership, Events & Directory'. 4. Click 'Update Now' if available. 5. If no update available, deactivate and remove plugin until patched version is released.

🔧 Temporary Workarounds

Enable unfiltered_html for administrators

all

Enable the unfiltered_html capability for administrator roles in single-site installations

Add to wp-config.php: define('DISALLOW_UNFILTERED_HTML', false);

Remove admin access from untrusted users

all

Review and restrict administrator privileges to trusted personnel only

🧯 If You Can't Patch

  • Deactivate and remove the MembershipWorks plugin entirely
  • Implement strict access controls and monitor administrator account activity

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for MembershipWorks plugin version 6.14 or earlier

Check Version:

wp plugin list --name=memberfindme --field=version

Verify Fix Applied:

Verify plugin version is higher than 6.14 after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual admin setting modifications
  • JavaScript injection in plugin settings fields
  • Multiple failed admin login attempts

Network Indicators:

  • Unexpected script tags in admin page responses
  • External script loading from admin interfaces

SIEM Query:

source="wordpress" AND (plugin="memberfindme" OR plugin="MembershipWorks") AND (action="updated" OR action="modified")

🔗 References

📤 Share & Export