CVE-2024-51594: WordPress Gmap Point List plugin <= 1.1.2 - Stored Cross Site Scripting (XSS) vulnerability
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Rafel.sanso Gmap Point List gmap-point-list allows Stored XSS.This issue affects Gmap Point List: from n/a through <= 1.1.2.
Security readout for executives and security teams
Plain-English summary
CVE-2024-51594 is a stored cross-site scripting issue in the WordPress Gmap Point List plugin through version 1.1.2. An attacker with low privileges could store malicious script that runs when another user views affected content. The record rates this medium severity, with limited confidentiality, integrity, and availability impact.
Executive priority
Treat this as a moderate WordPress hygiene issue. It is not supported by active exploitation evidence in the provided sources, but stored XSS can affect administrator sessions and site trust. Prioritize inventory and vendor-guidance review, especially for externally managed or multi-user WordPress sites.
Technical view
The CVE describes CWE-79 improper output neutralization during page generation in Rafel.sanso Gmap Point List. CVSS 3.1 is 6.5: network reachable, low attack complexity, low privileges required, user interaction required, scope changed, and low C/I/A impact. The provided sources do not identify a fixed version.
Likely exposure
Exposure is limited to WordPress sites that have the Gmap Point List plugin installed at version 1.1.2 or earlier. The sources do not provide installation prevalence, default configuration, or affected feature details.
Exploitation context
The CVE is not listed as KEV in the provided bundle, and no cited source claims active exploitation. The CVSS vector indicates exploitation requires low privileges and a separate user interaction event, consistent with stored XSS risk.
Researcher notes
Evidence is thin beyond the CVE metadata and Patchstack entry. Do not assume exploit availability, affected parameters, or a patched version from this bundle. Validation should focus on installed plugin presence, version, and vendor advisory review rather than offensive reproduction.
Mitigation direction
Inventory WordPress sites for Gmap Point List and record installed versions.
Check Patchstack, CVE, and plugin maintainer guidance for a fixed release or mitigation.
If no maintained fix exists, evaluate disabling or replacing the plugin.
Limit low-privilege WordPress accounts until exposure is resolved.
Review recent plugin changes or content submissions for suspicious script-like input.
Validation and detection
Confirm whether Gmap Point List is installed on each WordPress instance.
Verify whether the installed version is 1.1.2 or earlier.
Review plugin changelog or vendor advisory before assuming any version is fixed.
Check web application logs for unusual authenticated plugin activity.
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.
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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
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.