Description
The Reviews Feed WordPress plugin before 2.6.5 does not neutralize WordPress shortcodes contained in third-party review content before rendering it through its dynamic block, allowing unauthenticated attackers to execute arbitrary shortcodes on pages that display the feed by planting a shortcode in a review on the connected source.
Published: 2026-07-20
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Reviews Feed WordPress plugin, when installed in a version prior to 2.6.5, renders third‑party review content through a dynamic block without sanitizing any embedded WordPress shortcodes. This shortfall allows an unauthenticated attacker to plant a shortcode in a review that originates from a connected source such as Google Reviews, and when the feed is displayed on a site, the shortcode is executed within the context of the website. The flaw is identified as CWE‑345: Insufficient Filtering for Print‑facing Output, and can lead to the injection and execution of arbitrary code on the front‑end, potentially compromising site integrity and confidentiality.

Affected Systems

Any installation of the Reviews Feed plugin that is older than version 2.6.5 is susceptible. The vulnerability exists regardless of the underlying WordPress version or other plugins, provided the feed is active and configured to pull reviews from an external source. Site administrators should verify their plugin version and assess whether third‑party review sources can be manipulated to contain malicious shortcodes.

Risk and Exploitability

The CVSS score of 4.8 denotes moderate severity, while the EPSS score of less than 1% indicates very low current exploitation probability. The flaw is not listed in the CISA KEV catalog. An attacker needs no authentication or elevated privileges; simply injecting a shortcode into an external review suffices. Successful exploitation would grant arbitrary code execution on the website's front‑end, potentially enabling the attacker to inject malicious scripts or compromise user data. Detection may be delayed because the issue resides in data imported from a third‑party source rather than direct user input.

Generated by OpenCVE AI on July 30, 2026 at 19:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Reviews Feed plugin to version 2.6.5 or newer, which sanitizes third‑party review content before rendering.
  • If an update cannot be applied immediately, temporarily disable the Reviews Feed plugin or remove its block from any public pages until a fix is available.
  • As an interim measure, install a content security or shortcode‑filtering plugin, or add a custom filter that escapes shortcodes in review feed output, and manually delete or sanitize any existing reviews that may contain malicious shortcodes from the connected source.

Generated by OpenCVE AI on July 30, 2026 at 19:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-345
Metrics cvssV3_1

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

ssvc

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


Mon, 20 Jul 2026 07:15:00 +0000

Type Values Removed Values Added
Description The Reviews Feed WordPress plugin before 2.6.5 does not neutralize WordPress shortcodes contained in third-party review content before rendering it through its dynamic block, allowing unauthenticated attackers to execute arbitrary shortcodes on pages that display the feed by planting a shortcode in a review on the connected source.
Title Reviews Feed < 2.6.5 - Unauthenticated Stored Arbitrary Shortcode Execution via Google Reviews
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-20T13:17:47.950Z

Reserved: 2026-06-03T09:15:24.361Z

Link: CVE-2026-10724

cve-icon Vulnrichment

Updated: 2026-07-20T13:17:39.131Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T20:00:20Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity