LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24430: Speed Booster Pack 4.2.0-beta - Authenticated (admin+) RCE

The Speed Booster Pack ⚡ PageSpeed Optimization Suite WordPress plugin before 4.2.0 did not validate its caching_exclude_urls and caching_include_query_strings settings before outputting them in a PHP file, which could lead to RCE

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress performance plugin could write unvalidated administrator-controlled settings into a PHP file. If an attacker already has administrator-level access, this could turn plugin configuration into server-side code execution. The source bundle does not show public active exploitation or a CVSS score.

Executive priority

Prioritize internet-facing WordPress sites where administrator accounts may be shared, weakly protected, or externally managed. This is not shown as actively exploited, but admin-level RCE can become serious after credential compromise.

Technical view

CVE-2021-24430 is a CWE-94 issue in Speed Booster Pack PageSpeed Optimization Suite before 4.2.0. The plugin failed to validate caching_exclude_urls and caching_include_query_strings before outputting them into a PHP file, creating authenticated admin+ RCE potential.

Likely exposure

Exposure is limited to WordPress sites using the named Speed Booster Pack plugin versions described as before 4.2.0 or 4.2.0-beta. Exploitation requires administrator-level authentication, so compromised admin accounts are the main practical risk.

Exploitation context

The source bundle lists KEV as false and provides no evidence of active exploitation. Public references describe the issue as authenticated admin+ RCE, not unauthenticated compromise. Treat exploit status as unconfirmed beyond disclosed technical advisories.

Researcher notes

The source data is sparse and internally cautious: severity and CVSS are absent, KEV is false, and the affected version wording includes both before 4.2.0 and 4.2.0-beta references. Avoid claiming unauthenticated exposure or confirmed exploitation.

Mitigation direction

  • Inventory WordPress sites for the Speed Booster Pack plugin and version.
  • Move off affected versions according to vendor or WPScan guidance.
  • Remove the plugin if it is unused or unsupported.
  • Restrict and audit WordPress administrator accounts.
  • Review recent plugin settings changes and unexpected PHP file modifications.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Record installed plugin version and compare with cited affected range.
  • Check WordPress admin account list for unknown or unnecessary administrators.
  • Review file integrity alerts for unexpected PHP changes.
  • Verify remediation against vendor or WPScan guidance before closing.
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 · medium confidence lookup

CWE-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-2021-24430 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownSpeed Booster Pack ⚡ PageSpeed Optimization Suite4.2.0-beta, 4.2.0Listed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.