LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24495: Marmoset Viewer < 1.9.3 - Reflected Cross Site Scripting

The Marmoset Viewer WordPress plugin before 1.9.3 does not property sanitize, validate or escape the 'id' parameter before outputting back in the page, leading to a reflected Cross-Site Scripting issue.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects the Marmoset Viewer WordPress plugin before 1.9.3. A web address parameter could be reflected into a page without proper sanitization, allowing browser-executed script if a user opens a malicious link. The sources do not show active exploitation or a CVSS score.

Executive priority

Treat this as a moderate website security issue. Prioritize remediation on public WordPress sites and sites used by administrators, but there is no source-backed evidence of mass exploitation in the provided material.

Technical view

CVE-2021-24495 is a reflected cross-site scripting issue in the WordPress Marmoset Viewer plugin. The vulnerable handling is tied to the id parameter being output without proper sanitization, validation, or escaping. The cited records classify it as CWE-79 and describe versions before 1.9.3 as affected.

Likely exposure

Exposure is limited to WordPress sites using the Marmoset Viewer plugin before 1.9.3. Risk is higher where administrators or authenticated users may follow untrusted links to affected pages.

Exploitation context

No source in the bundle reports known active exploitation, and the CVE is not listed as KEV. Public vulnerability details exist, but this is reflected XSS, so exploitation generally depends on inducing a user to open a maliciously crafted URL.

Researcher notes

The evidence is clear on vulnerability class, affected plugin, and parameter, but incomplete on CVSS, exploit prevalence, and vendor-side remediation detail beyond the before-1.9.3 version boundary. Avoid expanding scope beyond Marmoset Viewer WordPress plugin.

Mitigation direction

  • Confirm whether Marmoset Viewer is installed on any WordPress site.
  • Update the plugin to the fixed version indicated by vendor or WPScan guidance.
  • Remove or disable the plugin if it is unused.
  • Review vendor guidance for any additional remediation details.

Validation and detection

  • Inventory WordPress plugins and record Marmoset Viewer versions.
  • Flag any installation below 1.9.3 for remediation.
  • Verify affected pages no longer reflect unsanitized id parameter content.
  • Review logs for suspicious requests targeting the id parameter.
Prepared
Confidence
medium
Sources
4

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-24495 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
3Source links

CVSS and timeline data

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

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownMarmoset Viewer1.9.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.