CVE-2024-9235

8.8 HIGH

📋 TL;DR

The Mapster WP Maps WordPress plugin has an insufficient capability check vulnerability that allows authenticated attackers with contributor-level access or higher to modify arbitrary WordPress site options. This can be exploited to change the default user registration role to administrator and enable user registration, granting attackers full administrative control. All WordPress sites using Mapster WP Maps version 1.5.0 or earlier are affected.

💻 Affected Systems

Products:
  • Mapster WP Maps WordPress Plugin
Versions: All versions up to and including 1.5.0
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Attackers need at least contributor-level authenticated access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete site takeover where attackers gain administrative access, can modify content, install malicious plugins/themes, steal data, and maintain persistent backdoor access.

🟠

Likely Case

Attackers gain administrative privileges, modify site settings, inject malicious content, and potentially compromise user data.

🟢

If Mitigated

Limited impact if proper access controls, monitoring, and least privilege principles are already implemented.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once an attacker obtains contributor-level credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.1

Vendor Advisory: https://wordpress.org/plugins/mapster-wp-maps/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Mapster WP Maps and click 'Update Now'. 4. Verify the plugin version is 1.5.1 or higher.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Mapster WP Maps plugin until patched

wp plugin deactivate mapster-wp-maps

Restrict user roles

all

Limit contributor and author roles to trusted users only

🧯 If You Can't Patch

  • Remove contributor and author access from untrusted users
  • Implement web application firewall rules to block suspicious option modification requests

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Mapster WP Maps version. If version is 1.5.0 or lower, you are vulnerable.

Check Version:

wp plugin get mapster-wp-maps --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual option modifications in WordPress logs
  • Multiple failed login attempts followed by successful contributor login
  • User role changes from default_registration_role option

Network Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action=mapster_wp_maps_set_option
  • Unusual admin user creation requests

SIEM Query:

source="wordpress.log" AND ("default_role" OR "users_can_register" OR "mapster_wp_maps_set_option")

🔗 References

📤 Share & Export