LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24353: Simple 301 Redirects by BetterLinks - 2.0.0 – 2.0.3 - Unauthenticated Redirect Import

The import_data function of the Simple 301 Redirects by BetterLinks WordPress plugin before 2.0.4 had no capability or nonce checks making it possible for unauthenticated users to import a set of site redirects.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability let unauthenticated visitors change a WordPress site’s redirect rules in affected Simple 301 Redirects by BetterLinks versions. An attacker could send users from trusted pages to unwanted destinations, creating phishing, brand, SEO, and availability risk. The sources do not show active exploitation through CISA KEV.

Executive priority

Treat this as a high-priority website integrity issue, especially for customer-facing WordPress sites. It is not described as code execution, but redirect control can damage trust quickly and support phishing against customers or employees.

Technical view

CVE-2021-24353 is a missing authorization issue in the plugin’s import_data function. Before version 2.0.4, it lacked capability and nonce checks, allowing unauthenticated redirect imports. The weakness maps to CWE-862. Public sources do not provide a CVSS score in the supplied bundle.

Likely exposure

Exposure is limited to WordPress sites running Simple 301 Redirects by BetterLinks 2.0.0 through 2.0.3, or otherwise before 2.0.4. Risk is higher where redirects affect public, high-traffic, login, payment, or marketing pages.

Exploitation context

The issue is unauthenticated, so internet-facing WordPress sites with the vulnerable plugin are directly reachable. The supplied sources confirm the flaw and patched version, but do not cite active exploitation, weaponized campaigns, or KEV listing.

Researcher notes

The core evidence is missing capability and nonce checks in import_data before 2.0.4. The source bundle does not include CVSS details, proof of exploitation, or affected CPEs. Validate impact by inspecting redirect state, not by attempting exploit reproduction.

Mitigation direction

  • Upgrade Simple 301 Redirects by BetterLinks to version 2.0.4 or later.
  • Disable or remove the plugin if immediate upgrade is not possible.
  • Review all redirect rules for unexpected destinations or broad patterns.
  • Check vendor, Wordfence, and WPScan guidance for any additional remediation.
  • Restore known-good redirect configuration if unauthorized changes are found.

Validation and detection

  • Inventory WordPress sites for the affected plugin and version.
  • Confirm vulnerable versions are no longer present after remediation.
  • Review redirect entries for unfamiliar external domains or sitewide redirects.
  • Check web and WordPress logs for suspicious unauthenticated redirect import activity.
  • Verify important public pages resolve to expected destinations.
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-24353 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.