LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24535: Light Messages <= 1.0 - CSRF to Stored XSS

The Light Messages WordPress plugin through 1.0 is lacking CSRF check when updating it's settings, and is not sanitising its Message Content in them (even with the unfiltered_html disallowed). As a result, an attacker could make a logged in admin update the settings to arbitrary values, and set a Cross-Site Scripting payload in the Message Content. Depending on the options set, the XSS payload can be triggered either in the backend only (in the plugin's settings), or both frontend and backend.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin could let an attacker trick a logged-in administrator into saving malicious message content. That content could then execute script in the plugin settings area, and possibly on the public site depending on plugin options.

Executive priority

Treat this as a targeted WordPress hygiene issue, not a confirmed internet-wide emergency. Prioritize sites using Light Messages, especially public-facing or business-critical WordPress installations.

Technical view

Light Messages through version 1.0 lacks CSRF protection on settings updates and does not sanitize Message Content, even when unfiltered_html is disallowed. The reported impact is CSRF-driven stored XSS affecting backend settings, or both frontend and backend depending on configuration.

Likely exposure

Exposure is limited to WordPress sites with the Light Messages plugin installed at version 1.0 or earlier. The source bundle does not identify other products or CPEs.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation requires a logged-in administrator to be induced into changing plugin settings, so exposure depends on admin session handling and plugin configuration.

Researcher notes

Evidence supports CSRF plus stored XSS in plugin settings. No CVSS score, patched version, proof of active exploitation, or detailed affected CPE data is present in the provided bundle.

Mitigation direction

  • Check vendor or WordPress plugin guidance for a maintained fixed release.
  • Disable or remove Light Messages if no supported fixed version is available.
  • Restrict WordPress administrator access to trusted users and hardened devices.
  • Review saved message content for unauthorized scripts or unexpected HTML.

Validation and detection

  • Inventory WordPress sites for Light Messages plugin installation and version.
  • Flag any Light Messages version 1.0 or earlier for remediation review.
  • Inspect plugin settings for unexpected Message Content changes.
  • Confirm whether plugin options display messages on frontend pages.
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-24535 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
UnknownLight Messages1.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.