CVE-2026-0844

8.8 HIGH

📋 TL;DR

The Simple User Registration WordPress plugin allows authenticated attackers with minimal permissions (like subscribers) to escalate their privileges to administrator by manipulating the 'wp_capabilities' parameter during profile updates. This affects WordPress sites using vulnerable plugin versions up to 6.7. Attackers can gain full administrative control over affected WordPress installations.

💻 Affected Systems

Products:
  • Simple User Registration WordPress Plugin
Versions: All versions up to and including 6.7
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with vulnerable plugin enabled and at least one authenticated user account.

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

Attacker gains full administrative access, installs backdoors, compromises all site data, and potentially spreads malware to visitors.

🟠

Likely Case

Attacker escalates to administrator, modifies content, steals sensitive data, or installs malicious plugins/themes.

🟢

If Mitigated

Attack is detected early, compromised accounts are disabled, and minimal data exposure occurs.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but minimal technical skill. Public proof-of-concept exists in vulnerability references.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.8 or later

Vendor Advisory: https://plugins.trac.wordpress.org/browser/wp-registration

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Simple User Registration' and check if update is available. 4. Click 'Update Now' to install version 6.8+. 5. Verify plugin version after update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the Simple User Registration plugin until patched

wp plugin deactivate simple-user-registration

Restrict user registration

all

Disable new user registrations if plugin functionality not critical

wp option update users_can_register 0

🧯 If You Can't Patch

  • Immediately disable the Simple User Registration plugin
  • Review and audit all user accounts for unauthorized privilege changes

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Simple User Registration → Version. If version is 6.7 or lower, system is vulnerable.

Check Version:

wp plugin get simple-user-registration --field=version

Verify Fix Applied:

Verify plugin version is 6.8 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual user role changes in WordPress user logs
  • Multiple failed login attempts followed by successful login with role change
  • Administrator actions from previously low-privilege accounts

Network Indicators:

  • POST requests to /wp-admin/profile.php or user update endpoints with wp_capabilities parameter
  • Unusual traffic patterns from subscriber-level accounts

SIEM Query:

source="wordpress.log" AND ("user_role_changed" OR "capabilities" OR "wp_capabilities")

🔗 References

📤 Share & Export