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.
Published: 2026-07-01
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The WP Google Review Slider plugin is vulnerable to reflected cross‑site scripting through the 'place' parameter in admin/partials/googlecrawl_dfs.php. Unsanitized input is URL‑decoded, stripped, and echoed directly into an HTML attribute, allowing an attacker to inject arbitrary JavaScript. Because the attack is client‑side, an unauthenticated adversary can deliver malicious scripts to any user who clicks a crafted link, potentially stealing credentials, defacing pages, or initiating phishing campaigns. The CWE in play is CWE‑79, indicating insufficient input validation.

Affected Systems

The vulnerability affects the jgwhite33 WP Google Review Slider plugin for WordPress in all releases up to and including version 18.1. WordPress sites that have this plugin installed are at risk unless they update to a newer release where the fix has been applied.

Risk and Exploitability

The CVSS score the issue in the medium severity range. No EPSS data is available, and it has not been listed in CISA’s KEV catalog, but the reliance on a crafted URL and the need for user interaction means the threat is focused on social engineering or phishing campaigns. The risk is heightened on high‑traffic sites or those that expose the plugin’s admin interface to public users. As the vulnerability can be triggered by an unauthenticated attacker, the potential impact to affected users remains significant.

Generated by OpenCVE AI on July 1, 2026 at 13:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest WP Google Review Slider release, which removes the unsanitized echo.
  • If an upgrade is not feasible, add code to escape the 'place' parameter before echoing, for example by wrapping the value with esc_attr() or similar.
  • Restrict access to admin/partials/googlecrawl_dfs.php for unauthenticated users by enforcing a login check or returning a 403 status.

Generated by OpenCVE AI on July 1, 2026 at 13:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Jgwhite33
Jgwhite33 wp Google Review Slider
Wordpress
Wordpress wordpress
Vendors & Products Jgwhite33
Jgwhite33 wp Google Review Slider
Wordpress
Wordpress wordpress

Wed, 01 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 01 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
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.
Title WP Google Review Slider <= 18.1 - Reflected Cross-Site Scripting via 'place' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

Jgwhite33 Wp Google Review Slider
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-01T10:32:05.780Z

Reserved: 2026-06-23T15:52:03.770Z

Link: CVE-2026-13015

cve-icon Vulnrichment

Updated: 2026-07-01T10:30:58.010Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T14:15:05Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')