LiveActive security incident?Get immediate response
CVE Record

CVE-2024-12859: BoomBox Theme Extensions <= 1.8.0 - Authenticated (Contributor+) Local File Inclusion via Shortcode

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 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.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

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 lookup
description · low confidence lookup

Execution 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2024-12859Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
PX-labBoomBox Theme Extensions0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-98 · source CWE mapping

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.