Description
The Reviews and Rating – Google Reviews plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 5.10. This is due to the wp_display() shortcode handler, used by multiple shortcodes, allowing attacker-controlled html_tags values to define raw HTML tags and then embedding untrusted vicinity content inside those tags. 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.
Published: 2026-08-26
Score: 6.4 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a stored cross‑site scripting flaw in the wp_display shortcode handler of the Reviews and Rating – Google Reviews plugin. It allows an attacker who can inject content via the shortcodes to supply an attacker‑controlled "html_tags" value. The handler then embeds untrusted content inside raw HTML tags, permitting arbitrary JavaScript to be stored in the site database. When any user views a page containing the injected shortcode, the malicious script runs in that user’s browser, potentially stealing credentials, hijacking sessions, or defacing the site. This issue is due to improper input validation and is classified as CWE‑79.

Affected Systems

The affected product is the WordPress plugin Reviews and Rating – Google Reviews from designextreme. All releases up to and including version 5.10 are vulnerable. No other vendor or product is listed as impacted.

Risk and Exploitability

With a CVSS score of 6.4 the flaw is moderately severe. The EPSS score is not available, so the current exploitation probability is unknown, and the vulnerability is not listed in the CISA KEV catalog. Attackers must be authenticated with Contributor or higher role to inject content. Once injected, the malicious script executes for every site visitor who accesses a page containing the shortcode, giving the attacker widespread reach across the site’s user base.

Generated by OpenCVE AI on August 26, 2026 at 10:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Reviews and Rating – Google Reviews plugin to the latest version that contains the XSS fix, ensuring that the wp_display shortcode handler no longer accepts arbitrary html_tags values.
  • If upgrading is not immediately possible, temporarily revoke Contributor or higher level permissions from users who can add or edit content, or restrict the wp_display shortcode usage to trusted administrators only.
  • Configure a Content Security Policy that blocks inline scripts and limits script sources to trusted origins, reducing the impact of any remaining stored scripts.

Generated by OpenCVE AI on August 26, 2026 at 10:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Description The Reviews and Rating – Google Reviews plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 5.10. This is due to the wp_display() shortcode handler, used by multiple shortcodes, allowing attacker-controlled html_tags values to define raw HTML tags and then embedding untrusted vicinity content inside those tags. 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.
Title Reviews and Rating – Google Reviews <= 5.10 - Authenticated (Contributor+) Stored Cross-Site Scripting via Multiple Shortcodes
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-26T09:27:43.234Z

Reserved: 2026-02-12T02:22:14.129Z

Link: CVE-2026-2388

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T10:30:04Z

Weaknesses
  • CWE-79

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