Description
The Reviews Widgets for Google, Yelp & TripAdvisor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'page_id' shortcode attribute of the [fbrev] shortcode in versions up to and including 2.7.3. This is due to insufficient input sanitization and output escaping in the Feed_Shortcode::fbrev() method, which passes the raw shortcode attribute through Feed_Old::get_feed() into the View::render() method, where it is echoed directly into the data-id HTML attribute without esc_attr(). 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-07-06
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Reviews Widgets for Google, Yelp & TripAdvisor WordPress plugin contains a flaw that allows an authenticated user with Contributor or higher permissions to store a malicious script within the 'page_id' attribute of the [fbrev] shortcode. The attribute value is not sanitized or escaped before it is rendered, so the injected code is written into the page’s HTML and executed automatically whenever a visitor loads a page that contains the shortcode. This weakness is identified as CWE‑79 and enables attackers to inject and run arbitrary JavaScript on the site’s front end.

Affected Systems

WordPress sites that have the Reviews Widgets for Google, Yelp & TripAdvisor plugin installed. All releases up to and including version 2.7.3 are affected. Any WordPress installation that accepts the [fbrev] shortcode with a 'page_id' attribute is susceptible.

Risk and Exploitability

The vulnerability has a CVSS score of 6.4, indicating moderate severity, and an EPSS score of less than 1 %, suggesting a low likelihood of exploitation. The issue is not listed in the CISA KEV catalog. Exploitation requires authentication; a user with Contributor level or higher can inject the payload through the WordPress editor. Once stored, the malicious script is served to any visitor who views the affected page, allowing the attacker to execute front‑end JavaScript in the victims’ browsers.

Generated by OpenCVE AI on July 26, 2026 at 20:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Reviews Widgets plugin to a version newer than 2.7.3
  • If an update cannot be performed immediately, temporarily deactivate the plugin
  • Search for and remove or edit any posts or pages that contain the [fbrev] shortcode with a 'page_id' attribute

Generated by OpenCVE AI on July 26, 2026 at 20:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Widgetpack
Widgetpack reviews Widgets For Google, Tripadvisor, Yelp & Recommendations
Wordpress
Wordpress wordpress
Vendors & Products Widgetpack
Widgetpack reviews Widgets For Google, Tripadvisor, Yelp & Recommendations
Wordpress
Wordpress wordpress

Mon, 06 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description The Reviews Widgets for Google, Yelp & TripAdvisor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'page_id' shortcode attribute of the [fbrev] shortcode in versions up to and including 2.7.3. This is due to insufficient input sanitization and output escaping in the Feed_Shortcode::fbrev() method, which passes the raw shortcode attribute through Feed_Old::get_feed() into the View::render() method, where it is echoed directly into the data-id HTML attribute without esc_attr(). 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 Widgets for Google, Yelp & TripAdvisor <= 2.7.3 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'page_id' Shortcode Attribute
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

Widgetpack Reviews Widgets For Google, Tripadvisor, Yelp & Recommendations
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-07T14:07:04.454Z

Reserved: 2026-06-12T18:25:48.496Z

Link: CVE-2026-12154

cve-icon Vulnrichment

Updated: 2026-07-07T14:07:00.535Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T20:30:03Z

Weaknesses
  • CWE-79

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