CVE-2026-12154
Deferred Deferred - Pending Action

Stored XSS in Reviews Widgets for Google Yelp & TripAdvisor WordPress Plugin

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

Publication date: 2026-07-06

Last updated on: 2026-07-06

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-06
Last Modified
2026-07-06
Generated
2026-07-06
AI Q&A
2026-07-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
feedwordpress reviews_widgets_for_google_yelp_tripadvisor to 2.7.3 (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 vulnerability exists in the Reviews Widgets for Google, Yelp & TripAdvisor plugin for WordPress, specifically in versions up to and including 2.7.3. It is a Stored Cross-Site Scripting (XSS) issue that occurs via the 'page_id' shortcode attribute of the [fbrev] shortcode.

This happens because the plugin does not properly sanitize or escape the input for the 'page_id' attribute. The raw attribute value is passed through several methods and eventually echoed directly into an HTML attribute without proper escaping, allowing an attacker to inject malicious scripts.

Authenticated users with contributor-level access or higher can exploit this to inject arbitrary web scripts into pages, which will execute whenever any user accesses those pages.

Impact Analysis

This vulnerability allows authenticated attackers with contributor-level access or above to inject malicious scripts into WordPress pages via the vulnerable shortcode attribute.

When other users visit the affected pages, the injected scripts will execute in their browsers. This can lead to theft of user credentials, session hijacking, defacement, or other malicious actions depending on the attacker's intent.

Because the vulnerability requires contributor-level access, it may be exploited by insiders or compromised accounts, increasing the risk within an organization.

Detection Guidance

This vulnerability involves Stored Cross-Site Scripting via the 'page_id' shortcode attribute of the [fbrev] shortcode in the Reviews Widgets for Google, Yelp & TripAdvisor WordPress plugin. Detection would involve identifying pages or posts that include the vulnerable shortcode with potentially malicious script injections.

Since the vulnerability requires contributor-level access to inject scripts, monitoring for unusual shortcode usage or unexpected script tags in page content could help detect exploitation.

Specific commands or automated detection scripts are not provided in the available information.

Mitigation Strategies

Immediate mitigation steps include restricting contributor-level access to trusted users only, as the vulnerability requires authenticated users with contributor-level permissions or higher to exploit.

Additionally, monitoring and sanitizing any shortcode attributes before rendering, or disabling the vulnerable plugin until an update is available, are prudent measures.

Updating the Reviews Widgets for Google, Yelp & TripAdvisor plugin to a version later than 2.7.3, once available, will address the vulnerability by fixing the insufficient input sanitization and output escaping.

Chat Assistant

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

EPSS Chart