Cyber Resilience

CVE-2024-12859

High

Published: 03 February 2025

Published
03 February 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0010 27.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-12859 is a high-severity PHP Remote File Inclusion (CWE-98) vulnerability in Px Lab (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 27.2th percentile by exploit likelihood (below the median); 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-12859 is a Local File Inclusion (LFI) vulnerability, classified under CWE-98, affecting the BoomBox Theme Extensions plugin for WordPress in all versions up to and including 1.8.0. The flaw exists in the 'boombox_listing' shortcode's 'type' attribute, which fails to properly sanitize user input, allowing the inclusion of arbitrary local files on the server. Published on 2025-02-03, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for confidentiality, integrity, and availability impacts.

Authenticated attackers with contributor-level permissions or higher can exploit this vulnerability remotely without user interaction. By crafting a malicious shortcode, they can include and execute arbitrary files, enabling PHP code execution within those files. This capability allows bypassing access controls, exfiltrating sensitive data, or achieving remote code execution, particularly in environments where PHP file uploads are permitted.

Mitigation guidance is provided in the plugin's official changelog at https://documentation.px-lab.com/boombox/changelog/ and the Wordfence threat intelligence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/c3a647b6-ed9e-402d-9424-2937f7aa8960?source=cve, which detail patches and remediation steps for affected installations.

EU & UK References

Vulnerability details

The BoomBox Theme Extensions plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 1.8.0 via the 'boombox_listing' shortcode 'type' attribute. This makes it possible for authenticated attackers, with contributor-level and above permissions, to…

more

include and 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 php file type 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.
T1505.003 Web Shell Persistence
Adversaries may backdoor web servers with web shells to establish persistent access to systems.
Why these techniques?

LFI in public-facing WordPress plugin directly enables exploitation of the web app (T1190) and PHP code execution via arbitrary file inclusion, facilitating web shell deployment (T1505.003).

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

CVEs Like This One

CVE-2024-13408Shared CWE-98
CVE-2026-39387Shared CWE-98
CVE-2026-3425Shared CWE-98
CVE-2026-27383Shared CWE-98
CVE-2024-51319Shared CWE-98
CVE-2025-30845Shared CWE-98
CVE-2025-26985Shared CWE-98
CVE-2025-52732Shared CWE-98
CVE-2025-69078Shared CWE-98
CVE-2026-24538Shared CWE-98

Affected Assets

Px Lab
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the LFI vulnerability by requiring validation and sanitization of user-supplied inputs like the 'boombox_listing' shortcode 'type' attribute to prevent arbitrary file inclusion.

prevent

Addresses the specific flaw in the BoomBox Theme Extensions plugin by requiring identification, reporting, and timely remediation through patching as detailed in the official changelog.

prevent

Reduces the attack surface by enforcing least privilege, limiting authenticated users with contributor-level or higher permissions who can exploit the vulnerable shortcode.

References