Junglewise Threat Intelligence

CVE-2026-12154: Trustindex Reviews Widgets for Google Yelp TripAdvisor Stored XSS

CVE-2026-12154 · Severity: medium · CVSS 6.4 · Published 2026-07-06

Executive brief

A vulnerability exists in a popular WordPress plugin used to display customer reviews from platforms like Google and TripAdvisor. An attacker with basic contributor-level access can inject malicious scripts into website pages. These scripts will automatically run in the browser of any visitor who views the affected page, potentially leading to unauthorized actions or data theft.

Technical details

The vulnerability is a Stored Cross-Site Scripting (XSS) flaw located in the Feed_Shortcode::fbrev() method of the Reviews Widgets for Google, Yelp & TripAdvisor plugin. The 'page_id' attribute of the [fbrev] shortcode is processed without sufficient input sanitization or output escaping. Specifically, the raw attribute value is passed through Feed_Old::get_feed() to View::render(), where it is echoed directly into a 'data-id' HTML attribute without using esc_attr(). Authenticated attackers with contributor-level permissions or higher can exploit this to inject malicious JavaScript. The issue is present in versions up to 2.7.3; users should update to the latest patched version.

Affected products

  • Trustindex.io (formerly Widgetpack) Reviews Widgets for Google, Yelp & TripAdvisor up to and including 2.7.3

Timeline

  • 2026-07-06: disclosed
  • 2026-07-06: advisory

References