LiveActive security incident?Get immediate response
CVE Record

CVE-2021-24502: WP Google Map < 1.7.7 - Authenticated Stored Cross-Site Scripting (XSS)

The WP Google Map WordPress plugin before 1.7.7 did not sanitise or escape the Map Title before outputting them in the page, leading to a Stored Cross-Site Scripting issue by high privilege users, even when the unfiltered_html capability is disallowed

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-24502 is a stored XSS issue in the WP Google Map WordPress plugin before 1.7.7. A high-privilege user could save a malicious map title that is later rendered in pages. Business risk is mainly account/session abuse or malicious content exposure if an administrative account is misused.

Executive priority

Treat as a routine but real WordPress application risk. Prioritize patching on public sites and sites with multiple administrators, but do not treat as emergency without evidence of exploitation or broader unauthenticated exposure.

Technical view

The plugin failed to sanitize or escape the Map Title before output. The issue is classified as CWE-79 and affects Maps Plugin using Google Maps for WordPress - WP Google Map before 1.7.7. The source states exploitation requires high-privilege authentication, even when unfiltered_html is disallowed.

Likely exposure

Exposure is limited to WordPress sites running WP Google Map versions before 1.7.7, especially where high-privilege dashboard accounts can create or edit map titles.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation evidence. Exploitation is authenticated and high-privilege, reducing broad internet-scale risk.

Researcher notes

The available record does not provide CVSS details, exploit telemetry, or vendor changelog context. Analysis should remain constrained to authenticated stored XSS through Map Title output handling in versions before 1.7.7.

Mitigation direction

  • Upgrade WP Google Map to version 1.7.7 or later.
  • Review vendor and WPScan guidance for any additional remediation notes.
  • Limit and audit high-privilege WordPress administrator/editor access.
  • Review existing map titles for unexpected script-like content.

Validation and detection

  • Inventory WordPress sites for the WP Google Map plugin.
  • Confirm installed plugin versions are 1.7.7 or later.
  • Check whether untrusted users hold high-privilege WordPress roles.
  • Inspect map title content for suspicious HTML or script patterns.
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-24502 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
UnknownMaps Plugin using Google Maps for WordPress – WP Google Map1.7.7Listed
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.