LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24496: Community Event < 1.4.8 - Reflected Cross-Site Scripting (XSS)

The Community Events WordPress plugin before 1.4.8 does not sanitise, validate or escape its importrowscount and successimportcount GET parameters before outputting them back in an admin page, leading to a reflected Cross-Site Scripting issue which will be executed in the context of a logged in administrator

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin flaw could let attacker-supplied text run as script inside an administrator’s browser. The sources describe this in Community Events versions before 1.4.8. Business risk is mainly administrative account compromise or unauthorized site changes if an admin is induced to load the affected page.

Executive priority

Treat as a targeted admin-risk issue, not a broad wormable server flaw. Prioritize upgrades where the plugin exists on business-critical WordPress sites or where administrators are frequently targeted by phishing.

Technical view

Community Events before 1.4.8 reflects unsanitized importrowscount and successimportcount GET parameters into an admin page. This is CWE-79 reflected XSS and executes in the context of a logged-in administrator. No CVSS score is provided in the bundle.

Likely exposure

Exposure is limited to WordPress sites running the Community Events plugin below 1.4.8, especially where administrators can be targeted while logged in. The bundle does not identify other affected products or platforms.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Practical exploitation appears to require an administrator session and interaction with a crafted request to the vulnerable admin page.

Researcher notes

Evidence is concise and incomplete: no CVSS vector, no exploit-status source, and no detailed vendor advisory in the bundle. The affected boundary is stated as before 1.4.8, with execution in logged-in administrator context.

Mitigation direction

  • Upgrade Community Events to version 1.4.8 or later.
  • If upgrade is unavailable, disable or remove the plugin.
  • Review WPScan or vendor guidance for current fixed versions.
  • Limit WordPress administrator access to trusted users.
  • Train administrators to avoid unexpected admin-page links.

Validation and detection

  • Inventory WordPress sites for the Community Events plugin.
  • Confirm installed plugin versions are 1.4.8 or later.
  • Check whether the plugin is still needed operationally.
  • Review admin accounts for unexpected activity around plugin use.
  • Document remediation status for each affected site.
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-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-24496 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
UnknownCommunity Events1.4.8Listed
Weakness

CWE details

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

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.