Cyber Resilience

CVE-2024-13593

High

Published: 23 January 2025

Published
23 January 2025
Modified
04 February 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0053 67.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-13593 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in Bmltenabled Meeting Map. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 32.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-13593 is a Local File Inclusion (LFI) vulnerability affecting the BMLT Meeting Map plugin for WordPress in all versions up to and including 2.6.0. The flaw exists in the 'bmlt_meeting_map' shortcode, which improperly handles file inclusion, enabling the inclusion and execution of arbitrary files on the server. It is classified under CWE-98 with a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).

Authenticated attackers with Contributor-level access or higher can exploit this vulnerability remotely over the network. By crafting a malicious shortcode, they can include arbitrary server files, leading to PHP code execution if those files contain executable content. This allows attackers to bypass access controls, extract sensitive data, or achieve remote code execution, particularly when combined with file upload features for seemingly safe types like images.

Advisories from Wordfence detail the vulnerability and recommend updating to a patched version of the plugin beyond 2.6.0. The WordPress plugin trac repository shows the fix in changeset 3226454, with relevant code changes around line 510 in meeting_map.php, confirming mitigation through input validation improvements in the shortcode handler. Security practitioners should audit sites using the plugin, enforce least-privilege roles, and monitor for anomalous shortcode usage.

EU & UK References

Vulnerability details

The BMLT Meeting Map plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.6.0 via the 'bmlt_meeting_map' shortcode. This makes it possible for authenticated attackers, with Contributor-level access and above, to include and…

more

execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

LFI in public-facing WordPress plugin shortcode directly enables remote exploitation for code execution and data access on a web server.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-28087Shared CWE-98
CVE-2025-23952Shared CWE-98
CVE-2026-32505Shared CWE-98
CVE-2025-48149Shared CWE-98
CVE-2025-60058Shared CWE-98
CVE-2025-49994Shared CWE-98
CVE-2026-24531Shared CWE-98
CVE-2025-67527Shared CWE-98
CVE-2025-69396Shared CWE-98
CVE-2025-62067Shared CWE-98

Affected Assets

bmltenabled
meeting map
≤ 2.6.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SI-10 requires validating shortcode inputs to prevent local file inclusion attacks like the improper file handling in the bmlt_meeting_map shortcode.

prevent

SI-2 mandates identifying, reporting, and correcting flaws such as this LFI vulnerability by updating the plugin beyond version 2.6.0.

prevent

AC-6 enforces least privilege to restrict Contributor-level access, limiting who can insert malicious shortcodes that exploit the LFI vulnerability.

References