CVE-2025-31525

4.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the WP Mobile Bottom Menu WordPress plugin that allows attackers to bypass intended access controls. It affects all WordPress sites running the plugin versions up to 1.2.9. Attackers could potentially modify plugin settings without proper authentication.

💻 Affected Systems

Products:
  • WP Mobile Bottom Menu for WordPress
Versions: n/a through 1.2.9
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin active.

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

Unauthenticated attackers could modify plugin settings to inject malicious JavaScript, redirect users to phishing sites, or disrupt site functionality.

🟠

Likely Case

Attackers with basic WordPress knowledge could alter menu configurations, potentially breaking site navigation or injecting unwanted content.

🟢

If Mitigated

With proper web application firewalls and security plugins, the impact would be limited to unsuccessful exploitation attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Broken access control vulnerabilities are commonly exploited and require minimal technical skill.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.3.0 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/mobile-bottom-menu-for-wp/vulnerability/wordpress-wp-mobile-bottom-menu-plugin-1-2-9-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 'WP Mobile Bottom Menu'
4. Click 'Update Now' if available
5. If no update appears, download version 1.3.0+ from WordPress.org
6. Deactivate, delete old version, upload and activate new version

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the WP Mobile Bottom Menu plugin until patched

wp plugin deactivate mobile-bottom-menu-for-wp

Apply web application firewall rules

all

Block unauthorized access to plugin admin endpoints

🧯 If You Can't Patch

  • Remove the plugin entirely and use alternative mobile menu solutions
  • Implement strict IP whitelisting for WordPress admin access

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for WP Mobile Bottom Menu version 1.2.9 or earlier

Check Version:

wp plugin get mobile-bottom-menu-for-wp --field=version

Verify Fix Applied:

Confirm plugin version is 1.3.0 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to /wp-admin/admin-ajax.php with action=mobile_bottom_menu
  • Multiple failed authentication attempts followed by successful plugin setting changes

Network Indicators:

  • Unusual traffic to plugin-specific admin endpoints from unauthorized IPs

SIEM Query:

source="wordpress.log" AND (uri_path="/wp-admin/admin-ajax.php" AND parameters.action="mobile_bottom_menu") AND NOT user_role="administrator"

🔗 References

📤 Share & Export