CVE-2026-13015
Received Received - Intake

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-01
AI Q&A
2026-07-01
EPSS Evaluated
N/A
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.

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.

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