CVE-2026-13015
Deferred Deferred - Pending Action

Reflected Cross-Site Scripting in Wp Google Places Review Slider Plugin

Vulnerability report for CVE-2026-13015, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-01

Assigner: Wordfence

Description

The Wp Google Places Review Slider plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'place' parameter in versions up to, and including, 18.1. This is due to insufficient input sanitization and output escaping in admin/partials/googlecrawl_dfs.php, where the $_GET['place'] value is URL-decoded, stripslashes()'d, and echoed directly into an HTML value attribute with no esc_attr() call when the supplied place is not already a stored key in the wprev_google_crawls option. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a specially crafted link.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-01
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-20
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wp_google_places_review_slider plugin to 18.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

The Wp Google Places Review Slider plugin for WordPress has a Reflected Cross-Site Scripting (XSS) vulnerability in the 'place' parameter in versions up to and including 18.1.

This vulnerability occurs because the plugin does not properly sanitize or escape input in the admin/partials/googlecrawl_dfs.php file. Specifically, the $_GET['place'] value is URL-decoded, processed with stripslashes(), and then directly echoed into an HTML value attribute without using esc_attr() when the supplied place is not already stored in the wprev_google_crawls option.

As a result, an unauthenticated attacker can inject arbitrary web scripts by tricking a user into clicking a specially crafted link, causing the malicious script to execute in the user's browser.

Detection Guidance

This vulnerability involves a Reflected Cross-Site Scripting (XSS) via the 'place' parameter in the Wp Google Places Review Slider plugin for WordPress. Detection typically involves monitoring HTTP requests for suspicious or malicious payloads in the 'place' parameter.

You can detect attempts by inspecting web server logs or using tools like curl or wget to test the 'place' parameter with XSS payloads.

  • Use curl to send a test request with a script payload in the 'place' parameter: curl -i "http://yourwordpresssite.com/path/to/plugin/admin/partials/googlecrawl_dfs.php?place=<script>alert(1)</script>"
  • Check web server access logs for suspicious requests containing script tags or encoded payloads in the 'place' parameter.
  • Use a web vulnerability scanner that supports detection of reflected XSS vulnerabilities on the affected URL.
Impact Analysis

This vulnerability can allow attackers to execute arbitrary scripts in the context of the affected website when a user interacts with a maliciously crafted link.

Potential impacts include theft of user credentials, session hijacking, defacement of the website, or redirection to malicious sites.

Since the attack requires user interaction (clicking a link), it can be used in phishing or social engineering attacks to compromise users or the website.

Mitigation Strategies

Immediate mitigation steps include updating the Wp Google Places Review Slider plugin to a version later than 18.1 where the vulnerability is fixed.

If an update is not immediately available, consider disabling or removing the vulnerable plugin to prevent exploitation.

Additionally, implement Web Application Firewall (WAF) rules to block requests containing suspicious payloads in the 'place' parameter.

Educate users to avoid clicking on suspicious links that may exploit this reflected XSS vulnerability.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13015. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart