LiveActive security incident?Get immediate response
CVE Record

CVE-2021-46780: Easy Google Maps < 1.9.32 - Reflected Cross-Site Scripting

The Easy Google Maps WordPress plugin before 1.9.32 does not escape the tab parameter before outputting it back in an attribute in the admin dashboard, leading to a Reflected Cross-Site Scripting

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-46780 is a reflected cross-site scripting issue in the Easy Google Maps WordPress plugin before 1.9.32. A crafted admin dashboard parameter could be reflected into page output without proper escaping. For business leaders, this is a plugin hygiene and admin-session risk, not a confirmed mass-exploitation event in the provided sources.

Executive priority

Treat this as a moderate-priority WordPress plugin update unless the plugin is widely deployed or admin compromise is suspected. Prioritize internet-facing business sites and environments with many WordPress administrators.

Technical view

The plugin fails to escape the `tab` parameter before placing it into an attribute in the WordPress admin dashboard, creating CWE-79 reflected XSS exposure. The source bundle identifies Easy Google Maps versions before 1.9.32 as affected. No CVSS score, vendor advisory details, or exploit-in-the-wild evidence are included.

Likely exposure

Exposure is likely limited to WordPress sites using Easy Google Maps before 1.9.32, especially where administrators access plugin dashboard pages. The provided sources do not identify broader platform impact, affected CPEs, or external unauthenticated reachability.

Exploitation context

The source bundle describes reflected XSS but does not cite active exploitation, public weaponization, or CISA KEV listing. Exploitation would generally require a vulnerable plugin page and a user interaction path, but the provided evidence does not define exact prerequisites.

Researcher notes

Evidence is narrow: CVE description, CWE-79 classification, and WPScan reference. The bundle does not provide CVSS, affected CPEs, detailed patch notes, exploit status, or prerequisite clarity. Validate against installed plugin versions and current WPScan/vendor data.

Mitigation direction

  • Update Easy Google Maps to 1.9.32 or later where available.
  • Check WPScan and vendor guidance for current plugin remediation status.
  • Limit WordPress admin dashboard access to trusted users only.
  • Remove the plugin if it is unused or cannot be updated.
  • Review admin accounts for unusual activity after suspected exposure.

Validation and detection

  • Inventory WordPress sites for the Easy Google Maps plugin.
  • Confirm installed plugin versions are not earlier than 1.9.32.
  • Review vulnerability scanner output against CVE-2021-46780 or the WPScan advisory.
  • Check whether administrators recently accessed suspicious plugin dashboard links.
  • Document affected sites and remediation status for tracking.
Prepared
Confidence
medium
Sources
3

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-46780 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
UnknownEasy Google Maps1.9.32Listed
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.