LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24536: Custom Login Redirect <= 1.0.0 - CSRF to Stored XSS

The Custom Login Redirect WordPress plugin through 1.0.0 does not have CSRF check in place when saving its settings, and do not sanitise or escape user input before outputting them back in the page, leading to a Stored Cross-Site Scripting issue

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin used for login redirects can store unsafe script content through its settings. If an attacker can cause unsafe settings to be saved, visitors or administrators viewing the affected page could run attacker-controlled script in the browser.

Executive priority

Treat as a targeted website integrity risk rather than a confirmed mass-exploitation emergency. Prioritize sites where WordPress administration is exposed, business-critical, or high traffic.

Technical view

Custom Login Redirect through 1.0.0 lacks CSRF protection when saving settings and does not sanitize or escape user input before output. The reported weakness combines CSRF with stored XSS. The sources do not provide CVSS, exploit details, or a confirmed fixed version.

Likely exposure

Exposure appears limited to WordPress sites running the Custom Login Redirect plugin version 1.0.0 or earlier. The source bundle does not identify other products, CPEs, or affected forks.

Exploitation context

The source bundle does not show CISA KEV listing or cite active exploitation. It describes a vulnerability class and affected version, but not public exploitation, attacker prerequisites, or observed campaigns.

Researcher notes

Evidence is sparse. Sources identify CWE-352 and CWE-79 and describe missing CSRF checks plus missing sanitization/escaping. They do not provide CVSS, a patched version, exact request flow, required role, or exploit maturity.

Mitigation direction

  • Inventory WordPress sites for Custom Login Redirect version 1.0.0 or earlier.
  • Check plugin vendor or WordPress repository guidance for a fixed release.
  • Disable or remove the plugin if no supported fixed version is available.
  • Restrict WordPress administrator access and review privileged sessions.
  • Monitor affected sites for unexpected script content in plugin settings.

Validation and detection

  • Confirm whether the plugin is installed and enabled on each WordPress site.
  • Record the installed plugin version and compare it with through 1.0.0 exposure.
  • Review plugin settings for unexpected HTML or script-like content.
  • Check security monitoring for suspicious WordPress admin activity.
  • Verify remediation by confirming upgrade, removal, or documented compensating control.
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-24536 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
UnknownCustom Login Redirect1.0.0Listed
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.