CVE-2026-7464
Reflected Cross-Site Scripting in WP Google Maps Integration Plugin
Publication date: 2026-05-12
Last updated on: 2026-05-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wp_google_maps_integration | wp_google_maps_integration | to 1.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The WP Google Maps Integration plugin for WordPress has a Reflected Cross-Site Scripting (XSS) vulnerability in the `page` parameter in all versions up to and including 1.2.
This vulnerability exists because the plugin does not properly sanitize input or escape output, allowing attackers to inject arbitrary web scripts.
An unauthenticated attacker can exploit this by tricking an administrator into clicking a malicious link, causing the injected script to execute in the administrator's browser.
How can this vulnerability impact me? :
This vulnerability can lead to the execution of arbitrary scripts in the context of an administrator's browser.
Potential impacts include theft of sensitive information, session hijacking, or performing unauthorized actions with administrator privileges.
Since the attacker does not need to be authenticated, the risk is higher if an administrator is tricked into clicking a malicious link.