LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24350: Visitors <= 0.3 - Unauthenticated Stored Cross-Site Scripting (XSS)

The Visitors WordPress plugin through 0.3 is affected by an Unauthenticated Stored Cross-Site Scripting (XSS) vulnerability. The plugin would display the user's user agent string without validation or encoding within the WordPress admin panel.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24350 affects the Visitors WordPress plugin through version 0.3. An unauthenticated visitor could cause data from their browser user-agent string to be stored and later shown unsafely in the WordPress admin panel, creating stored XSS risk for administrators.

Executive priority

Treat this as a targeted remediation item, not an emergency from the provided evidence. Prioritize internet-facing WordPress sites where the plugin is active and administrators regularly review visitor data.

Technical view

The reported flaw is CWE-79 stored cross-site scripting. The plugin stores or displays user-agent data without validation or output encoding inside WordPress admin views. The source bundle does not provide CVSS, a fixed version, or confirmed exploit activity.

Likely exposure

Exposure is limited to WordPress sites running the Visitors plugin through 0.3, particularly where administrators view the plugin’s visitor information in the admin panel.

Exploitation context

The bundle marks KEV as false and provides no cited evidence of active exploitation. The attack is unauthenticated for data submission, but impact appears tied to an administrator later viewing affected plugin output.

Researcher notes

Evidence is sparse: CVSS, patch status, exploit maturity, and vendor identity are not provided in the bundle. The key data flow is user-agent input rendered in admin output without validation or encoding.

Mitigation direction

  • Inventory WordPress sites for the Visitors plugin and version.
  • Check WPScan or vendor guidance for a supported fixed version.
  • Disable or remove the plugin if no supported fix is available.
  • Limit administrator exposure to affected visitor views until remediated.
  • Review admin accounts and sessions for suspicious activity.

Validation and detection

  • Confirm whether Visitors plugin version 0.3 or earlier is installed.
  • Verify whether the plugin is active on production WordPress sites.
  • Review plugin admin views for unsafe user-agent rendering.
  • Check logs for unusual admin activity after visitor-stat page access.
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-24350 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
UnknownVisitors0.3Listed
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.