LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24352: Simple 301 Redirects by BetterLinks - 2.0.0 – 2.0.3 - Unauthenticated Redirect Export

The export_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 export a site's redirects.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This WordPress plugin flaw let unauthenticated visitors export a site’s redirect data. That can expose site structure, marketing or migration mappings, and potentially sensitive destination URLs. It is not described as code execution or account takeover in the provided sources.

Executive priority

Treat as a timely WordPress hygiene fix. It is not evidenced as actively exploited, but unauthenticated data export is avoidable exposure and should be remediated on affected sites.

Technical view

CVE-2021-24352 is a missing authorization issue in the Simple 301 Redirects by BetterLinks export_data function before version 2.0.4. The function lacked capability and nonce checks, allowing unauthenticated redirect export. The weakness is mapped to CWE-862.

Likely exposure

Exposure is limited to WordPress sites running Simple 301 Redirects by BetterLinks versions 2.0.0 through 2.0.3. Sites already updated to 2.0.4 or later are not identified as affected in the provided sources.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The practical risk is unauthenticated disclosure of redirect configuration, which can assist reconnaissance or reveal sensitive URL relationships.

Researcher notes

The provided evidence identifies missing capability and nonce checks in export_data before 2.0.4. No CVSS vector, exploit status, or detailed patch diff is included in the bundle, so impact assessment should remain bounded to redirect export disclosure.

Mitigation direction

  • Upgrade Simple 301 Redirects by BetterLinks to version 2.0.4 or later.
  • Check vendor, WPScan, and Wordfence guidance for any additional remediation notes.
  • Restrict public access to administrative export functionality where supported.
  • Review redirect entries for sensitive destination URLs or internal references.

Validation and detection

  • Inventory WordPress sites for the Simple 301 Redirects by BetterLinks plugin.
  • Confirm installed versions are not 2.0.0 through 2.0.3.
  • Review web logs for unauthenticated access to redirect export functionality.
  • Verify redirect data does not contain sensitive or internal-only URLs.
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-24352 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.