CVE-2024-13593

7.5 HIGH

📋 TL;DR

The BMLT Meeting Map WordPress plugin has a Local File Inclusion vulnerability that allows authenticated attackers with Contributor-level access or higher to include and execute arbitrary PHP files on the server. This can lead to remote code execution, data theft, and privilege escalation. All WordPress sites using this plugin version 2.6.0 or earlier are affected.

💻 Affected Systems

Products:
  • BMLT Meeting Map WordPress Plugin
Versions: All versions up to and including 2.6.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated user with at least Contributor role; vulnerable in default plugin configuration.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full server compromise through arbitrary PHP code execution, leading to complete site takeover, data exfiltration, and lateral movement within the hosting environment.

🟠

Likely Case

Unauthorized file access leading to sensitive data exposure, privilege escalation to administrator, and backdoor installation for persistent access.

🟢

If Mitigated

Limited impact if proper file permissions restrict PHP execution in upload directories and strong access controls are in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires authenticated access and ability to upload files or knowledge of existing file paths.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version 2.6.1 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3226454%40bmlt-meeting-map&new=3226454%40bmlt-meeting-map&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find BMLT Meeting Map and click 'Update Now'. 4. Verify plugin version is 2.6.1 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate bmlt-meeting-map

Restrict User Roles

all

Remove Contributor and higher roles from untrusted users

🧯 If You Can't Patch

  • Disable the BMLT Meeting Map plugin immediately
  • Implement strict file upload restrictions and disable PHP execution in upload directories

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for BMLT Meeting Map version 2.6.0 or earlier

Check Version:

wp plugin get bmlt-meeting-map --field=version

Verify Fix Applied:

Verify plugin version shows 2.6.1 or higher after update

📡 Detection & Monitoring

Log Indicators:

  • Unusual file inclusion attempts in web server logs
  • PHP execution from unexpected file paths
  • Multiple failed authentication attempts followed by successful Contributor login

Network Indicators:

  • HTTP requests with suspicious file paths in parameters
  • Unusual outbound connections from web server

SIEM Query:

source="web_server" AND (uri_path="*bmlt_meeting_map*" AND (query="*file=*" OR query="*include=*"))

🔗 References

📤 Share & Export