Security readout for executives and security teams
Plain-English summary
This flaw affects WordPress sites using BoomBox Theme Extensions up to version 1.8.0. A logged-in user with Contributor-level access or higher could cause the site to include local server files, potentially exposing data or enabling code execution when includable PHP files exist.
Executive priority
Treat as a high-priority WordPress exposure where the plugin is present. Prioritize externally reachable sites and environments with many content contributors, because compromise can lead to sensitive data access or server-side code execution.
Technical view
CVE-2024-12859 is a CWE-98 local file inclusion issue in the boombox_listing shortcode type attribute. Wordfence reports authenticated Contributor+ attackers can include and execute arbitrary server files, with full confidentiality, integrity, and availability impact under CVSS 3.1 score 8.8.
Likely exposure
Exposure is limited to WordPress installations with BoomBox Theme Extensions version 1.8.0 or earlier and users able to publish or submit shortcode content. Risk increases where Contributor accounts are broadly assigned or compromised.
Exploitation context
The provided bundle does not show CISA KEV listing or active exploitation. The vulnerability is still serious because it requires only low-privileged authenticated access and no user interaction, but sources do not prove exploitation in the wild.
Researcher notes
The CVE record and Wordfence description provide the affected range and impact. The bundle does not name a specific fixed version, and the affected metadata appears sparse, so remediation should be confirmed against vendor guidance before closure.
Mitigation direction
- Identify all sites using BoomBox Theme Extensions.
- Check vendor changelog and Wordfence for fixed-version guidance.
- Update, remove, or disable vulnerable plugin versions.
- Limit Contributor and higher roles to trusted users.
- Review upload settings and block executable PHP uploads.
Validation and detection
- Confirm installed BoomBox Theme Extensions version on each WordPress site.
- Search content for boombox_listing shortcode usage.
- Review Contributor, Author, Editor, and Administrator accounts.
- Check web and application logs for suspicious shortcode activity.
- Inspect uploads and theme directories for unexpected PHP files.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-98: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2024-12859 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.8HighVector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
