CVE-2024-9636

9.8 CRITICAL

📋 TL;DR

The Post Grid and Gutenberg Blocks WordPress plugin allows unauthenticated attackers to register as administrators due to improper user meta validation during profile registration. This affects WordPress sites using vulnerable plugin versions 2.2.85 through 2.3.3. Attackers can gain full administrative control of affected WordPress installations.

💻 Affected Systems

Products:
  • Post Grid and Gutenberg Blocks WordPress plugin
Versions: 2.2.85 to 2.3.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress sites with the vulnerable plugin installed and user registration enabled.

⚠️ 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 with administrative privileges, allowing data theft, malware injection, defacement, and further network compromise.

🟠

Likely Case

Unauthenticated attackers create administrator accounts and take control of the WordPress site.

🟢

If Mitigated

Attackers cannot escalate privileges but may still attempt registration attacks.

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing and the exploit requires no authentication.
🏢 Internal Only: LOW - This primarily affects public-facing WordPress installations.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: CONFIRMED
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Simple HTTP POST request manipulation to set user role during registration.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.3.4

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3221012/post-grid/trunk/includes/blocks/form-wrap/functions.php

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find 'Post Grid and Gutenberg Blocks'. 4. Click 'Update Now' if available. 5. Alternatively, download version 2.3.4+ from WordPress.org and manually update.

🔧 Temporary Workarounds

Disable User Registration

all

Temporarily disable user registration in WordPress settings to prevent exploitation.

Disable Vulnerable Plugin

all

Deactivate the Post Grid plugin until patched.

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block user registration requests containing role parameters.
  • Monitor user registration logs for suspicious administrator account creation.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Post Grid and Gutenberg Blocks version. If between 2.2.85 and 2.3.3, you are vulnerable.

Check Version:

wp plugin list --name='post-grid' --field=version

Verify Fix Applied:

Confirm plugin version is 2.3.4 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • User registration logs showing new administrator accounts
  • Apache/Nginx logs with POST requests to registration endpoints containing role parameters

Network Indicators:

  • HTTP POST requests to /wp-admin/admin-ajax.php or registration endpoints with role=administrator parameters

SIEM Query:

source="wordpress.log" AND "user_registered" AND "role=administrator"

🔗 References

📤 Share & Export