CVE-2025-11808: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in antiochinteractive Shortcode for Google Street View
The Shortcode for Google Street View plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'streetview' shortcode in all versions up to, and including, 0.5.7. This is due to insufficient input sanitization and output escaping on the 'id' attribute. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2025-11808 is a stored Cross-Site Scripting (XSS) vulnerability classified under CWE-79, found in the Shortcode for Google Street View plugin for WordPress developed by antiochinteractive. The vulnerability affects all versions up to and including 0.5.7. It stems from improper neutralization of input during web page generation, specifically insufficient sanitization and escaping of the 'id' attribute within the 'streetview' shortcode. Authenticated users with contributor-level privileges or higher can exploit this flaw by injecting arbitrary JavaScript code into the shortcode's 'id' attribute. Because the injected script is stored and rendered on pages, it executes whenever any user accesses the compromised page, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of the victim. The attack vector requires network access (remote) and low attack complexity, with no user interaction needed once the malicious content is stored. The scope is considered changed (S:C) because the vulnerability affects other users beyond the attacker. The CVSS 3.1 base score is 6.4, indicating medium severity, with impacts on confidentiality and integrity but no direct availability impact. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability highlights the risks of insufficient input validation in WordPress plugins, especially those that allow user-generated content or shortcode usage by authenticated users.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to websites running WordPress with the affected plugin installed. Exploitation could lead to unauthorized disclosure of sensitive information, such as session cookies or personal data, through malicious script execution. This can facilitate account takeover, privilege escalation, or further attacks like phishing or malware distribution. The integrity of website content can be compromised, damaging organizational reputation and trust. Since contributors and above can exploit this, insider threats or compromised contributor accounts increase risk. Although availability is not directly impacted, the indirect effects of defacement or data leakage can disrupt business operations and compliance with GDPR and other privacy regulations. Organizations relying on WordPress for customer-facing or internal portals should consider this vulnerability a significant security concern, especially those in sectors with high regulatory scrutiny or handling sensitive user data.
Mitigation Recommendations
Immediate mitigation steps include restricting contributor-level user permissions to trusted individuals and auditing existing contributor accounts for suspicious activity. Disable or remove the Shortcode for Google Street View plugin if it is not essential. If removal is not feasible, implement web application firewall (WAF) rules to detect and block malicious payloads targeting the 'streetview' shortcode's 'id' attribute. Monitor logs for unusual shortcode usage or script injection attempts. Educate content contributors about safe input practices and the risks of injecting untrusted content. Since no official patch is currently available, organizations should follow vendor advisories for updates and apply patches promptly once released. Additionally, implement Content Security Policy (CSP) headers to restrict script execution sources, reducing the impact of potential XSS payloads. Regularly scan WordPress installations with security tools to detect vulnerabilities and unauthorized changes.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2025-11808: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in antiochinteractive Shortcode for Google Street View
Description
The Shortcode for Google Street View plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'streetview' shortcode in all versions up to, and including, 0.5.7. This is due to insufficient input sanitization and output escaping on the 'id' attribute. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Technical Analysis
CVE-2025-11808 is a stored Cross-Site Scripting (XSS) vulnerability classified under CWE-79, found in the Shortcode for Google Street View plugin for WordPress developed by antiochinteractive. The vulnerability affects all versions up to and including 0.5.7. It stems from improper neutralization of input during web page generation, specifically insufficient sanitization and escaping of the 'id' attribute within the 'streetview' shortcode. Authenticated users with contributor-level privileges or higher can exploit this flaw by injecting arbitrary JavaScript code into the shortcode's 'id' attribute. Because the injected script is stored and rendered on pages, it executes whenever any user accesses the compromised page, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of the victim. The attack vector requires network access (remote) and low attack complexity, with no user interaction needed once the malicious content is stored. The scope is considered changed (S:C) because the vulnerability affects other users beyond the attacker. The CVSS 3.1 base score is 6.4, indicating medium severity, with impacts on confidentiality and integrity but no direct availability impact. No patches or fixes are currently linked, and no known exploits have been reported in the wild. The vulnerability highlights the risks of insufficient input validation in WordPress plugins, especially those that allow user-generated content or shortcode usage by authenticated users.
Potential Impact
For European organizations, this vulnerability poses a moderate risk primarily to websites running WordPress with the affected plugin installed. Exploitation could lead to unauthorized disclosure of sensitive information, such as session cookies or personal data, through malicious script execution. This can facilitate account takeover, privilege escalation, or further attacks like phishing or malware distribution. The integrity of website content can be compromised, damaging organizational reputation and trust. Since contributors and above can exploit this, insider threats or compromised contributor accounts increase risk. Although availability is not directly impacted, the indirect effects of defacement or data leakage can disrupt business operations and compliance with GDPR and other privacy regulations. Organizations relying on WordPress for customer-facing or internal portals should consider this vulnerability a significant security concern, especially those in sectors with high regulatory scrutiny or handling sensitive user data.
Mitigation Recommendations
Immediate mitigation steps include restricting contributor-level user permissions to trusted individuals and auditing existing contributor accounts for suspicious activity. Disable or remove the Shortcode for Google Street View plugin if it is not essential. If removal is not feasible, implement web application firewall (WAF) rules to detect and block malicious payloads targeting the 'streetview' shortcode's 'id' attribute. Monitor logs for unusual shortcode usage or script injection attempts. Educate content contributors about safe input practices and the risks of injecting untrusted content. Since no official patch is currently available, organizations should follow vendor advisories for updates and apply patches promptly once released. Additionally, implement Content Security Policy (CSP) headers to restrict script execution sources, reducing the impact of potential XSS payloads. Regularly scan WordPress installations with security tools to detect vulnerabilities and unauthorized changes.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-10-15T15:13:50.945Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69202539cf2d47c3899a7b13
Added to database: 11/21/2025, 8:39:21 AM
Last enriched: 11/21/2025, 8:55:50 AM
Last updated: 11/21/2025, 8:31:59 PM
Views: 5
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2023-29479: n/a
MediumCVE-2025-13524: CWE-404 Improper Resource Shutdown or Release in AWS Wickr
MediumCVE-2025-36149: CWE-1021 Improper Restriction of Rendered UI Layers or Frames in IBM IBM Concert Software
MediumCVE-2023-22745: CWE-120: Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') in tpm2-software tpm2-tss
MediumCVE-2025-62608: CWE-122: Heap-based Buffer Overflow in ml-explore mlx
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.