LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24477: Migrate Users <= 1.0.1 - CSRF to Stored Cross-Site Scripting (XSS)

The Migrate Users WordPress plugin through 1.0.1 does not sanitise or escape its Delimiter option before outputting in a page, leading to a Stored Cross-Site Scripting issue. Furthermore, the plugin does not have CSRF check in place when saving its options, allowing the issue to be exploited via a CSRF attack.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24477 affects the Migrate Users WordPress plugin through version 1.0.1. A setting called Delimiter is not safely handled before being shown on a page, allowing stored cross-site scripting. Because option saving lacks CSRF protection, an attacker may be able to trick an authenticated user into saving malicious content.

Executive priority

Address during the next WordPress maintenance cycle, sooner for externally administered or high-value sites. The issue can affect administrator trust and site integrity, but the bundle does not show active exploitation or broad severity scoring.

Technical view

The plugin fails to sanitize or escape the Delimiter option before output, creating stored XSS. It also lacks CSRF checks on option saving, so the XSS condition can be triggered through a forged request against a user with sufficient access. The source bundle does not provide CVSS, fixed-version, or exploit-in-the-wild evidence.

Likely exposure

Exposure is limited to WordPress installations using Migrate Users version 1.0.1 or earlier. Risk depends on whether privileged users can be induced to interact with attacker-controlled content while authenticated.

Exploitation context

The bundle reports CSRF-assisted stored XSS but does not cite active exploitation, KEV listing, public exploit code, or a confirmed patch. Treat exploitation as plausible for affected sites, not confirmed in the wild.

Researcher notes

Evidence is concise and primarily describes root cause: missing output escaping, missing option-save CSRF protection, and stored XSS impact. No CPEs, CVSS vector, affected vendor name, fixed version, or exploit status are provided in the source bundle.

Mitigation direction

  • Identify sites running the Migrate Users WordPress plugin.
  • Check vendor or WordPress plugin guidance for a fixed release.
  • Disable or remove the plugin if it is not required.
  • Restrict administrative access and reinforce anti-phishing controls.
  • Review plugin settings for unexpected Delimiter values.

Validation and detection

  • Inventory WordPress plugins and confirm Migrate Users versions.
  • Flag any installation at version 1.0.1 or earlier.
  • Review administrative audit logs for unexpected option changes.
  • Inspect rendered plugin pages for unsafe Delimiter output.
  • Confirm whether vendor guidance names an upgrade or replacement.
Prepared
Confidence
medium
Sources
3

Public sources used

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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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
cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-24477 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
2Source links

CVSS and timeline data

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownMigrate Users1.0.1Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.