LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24354: Simple 301 Redirects by BetterLinks - 2.0.0-2.0.3 - Arbitrary Plugin Installation

A lack of capability checks and insufficient nonce check on the AJAX action in the Simple 301 Redirects by BetterLinks WordPress plugin before 2.0.4, made it possible for authenticated users to install arbitrary plugins on vulnerable sites.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw let logged-in WordPress users install plugins through Simple 301 Redirects by BetterLinks when the site ran vulnerable versions. Arbitrary plugin installation can create a route to broader site compromise, especially where many users have accounts. The bundle does not show active exploitation or a CVSS score.

Executive priority

Prioritize remediation on public WordPress sites, especially portals with many user accounts. Treat vulnerable installations as a credible site-integrity risk, but avoid assuming active exploitation without further evidence.

Technical view

CVE-2021-24354 is a CWE-862 authorization failure in the plugin's AJAX handling. Before version 2.0.4, missing capability checks and an insufficient nonce check allowed authenticated users to install arbitrary plugins on vulnerable WordPress sites.

Likely exposure

Exposure is limited to WordPress sites running Simple 301 Redirects by BetterLinks versions 2.0.0 through 2.0.3, with at least one authenticated user account capable of reaching the vulnerable AJAX action.

Exploitation context

The provided sources state that authentication is required. They do not cite CISA KEV inclusion, public exploitation, or active exploitation in the wild. Risk is still meaningful because plugin installation can materially change site behavior and security posture.

Researcher notes

The source bundle identifies authorization and nonce weaknesses but does not include CVSS details, exploit telemetry, or a complete affected CPE record. Validate exposure by plugin version and authenticated-user model, then review plugin changes during the vulnerable period.

Mitigation direction

  • Upgrade Simple 301 Redirects by BetterLinks to version 2.0.4 or later.
  • Check the vendor and Wordfence guidance for any additional remediation notes.
  • Review WordPress user accounts and remove unnecessary authenticated access.
  • Audit recently installed plugins for unexpected or unauthorized additions.

Validation and detection

  • Confirm the installed plugin version is 2.0.4 or later.
  • Inventory sites running Simple 301 Redirects by BetterLinks.
  • Review WordPress plugin installation history for suspicious changes.
  • Verify only intended administrators can install plugins.
  • Check logs for unusual authenticated activity around plugin management.
Prepared
Confidence
high
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-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
cve · low confidence lookup

CVE-2021-24354 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
UnknownSimple 301 Redirects by BetterLinks2.0.0, 2.0.4Listed
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.