Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
The WP Google Maps Integration plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the page parameter in all versions up to, and including, 1.2. This is due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick an administrator into performing an action such as clicking on a link.
AnalysisAI
Reflected Cross-Site Scripting (XSS) in WP Google Maps Integration plugin for WordPress versions up to 1.2 allows unauthenticated attackers to inject arbitrary web scripts via the page parameter due to insufficient input sanitization and output escaping. Exploitation requires tricking an administrator into clicking a malicious link, but successful attacks can hijack admin sessions, modify site content, or steal credentials with medium attack complexity and limited immediate confidentiality and integrity impact.
Technical ContextAI
The vulnerability exists in WordPress plugin code where user-supplied input from the page parameter is reflected in HTTP responses without proper sanitization or HTML entity encoding. The affected plugin (trapesium/wp_google_maps_integration) fails to apply WordPress security functions like sanitize_text_field() on input or esc_attr() or esc_html() on output in multiple admin table display files. This is a classic Reflected XSS vulnerability (CWE-79) where the attacker's payload traverses only the request-response cycle without persistence in the database, but executes in the victim's browser with the same privileges as the logged-in administrator.
RemediationAI
Update WP Google Maps Integration plugin to the latest patched version immediately - check the WordPress plugin repository or Wordfence advisory for the exact fixed version number. Until patching is available, apply input sanitization using WordPress functions (sanitize_text_field() on $_GET['page'] and similar parameters) and output escaping (esc_attr() or esc_html()) before rendering user input in admin pages. Restrict plugin access to trusted administrators only via user role capabilities. Disable the plugin temporarily if patches are not yet released. Review access logs for signs of prior exploitation (HTTP requests with script payloads in the page parameter to admin interface URLs). Note that disabling the plugin may impact site functionality if actively used for Google Maps embedding, requiring alternative mapping solutions.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29415
GHSA-9mhf-q7jh-pf77