CVE-2025-27334
BaseFortify
Publication date: 2025-06-06
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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?
CVE-2025-27334 is a Cross Site Scripting (XSS) vulnerability in the WordPress Simple Google Static Map plugin (versions up to 1.0.1). It allows an attacker with contributor-level privileges to inject malicious scripts, such as redirects, advertisements, or other HTML payloads, into a website. These scripts execute when visitors access the site, potentially compromising the site's integrity and user experience. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to inject malicious scripts into your website, which execute when visitors access it. This can lead to unwanted redirects, display of malicious advertisements, or other harmful HTML payloads. Although the risk is considered low and exploitation is unlikely, attackers may opportunistically target vulnerable sites. If compromised, it may require professional incident response as plugin-based malware scanners may not reliably detect the issue. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability is a DOM-Based Cross-Site Scripting (XSS) issue in the Simple Google Static Map WordPress plugin up to version 1.0.1. Detection involves checking if the plugin is installed and its version. Since plugin-based malware scanners may be unreliable for this issue, manual inspection or professional incident response is recommended. Specific commands are not provided in the resources. However, you can check the plugin version on your WordPress site using WP-CLI with the command: wp plugin list | grep simple-google-static-map. Additionally, monitoring web traffic for suspicious script injections or unusual redirects may help detect exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying virtual patching (vPatching) offered by Patchstack, which provides automatic protection even without an official fix. Since no official patch or fixed version is currently available, users should consider disabling or removing the vulnerable plugin if possible. Additionally, seek professional incident response or assistance from your hosting provider if you suspect compromise. Monitoring and restricting contributor-level privileges can also reduce risk. [1]