Description
The Starred Review plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the PHP_SELF variable in all versions up to, and including, 1.4.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Published: 2026-01-07
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Reflected Cross‑Site Scripting
Action: Apply Patch
AI Analysis

Impact

The Starred Review WordPress plugin contains an input validation flaw that allows a reflected cross‑site scripting (XSS) attack. The flaw arises because the plugin outputs the PHP_SELF variable without proper sanitization or escaping. An attacker can craft a URL that includes malicious JavaScript; when an unsuspecting user clicks the link and the plugin renders the page, the script executes in the visitor’s browser. This can lead to cookie theft, session hijacking, defacement or unauthorized actions performed with the victim’s privileges.

Affected Systems

WordPress installations using the Starred Review plugin from the callumalden vendor, with any version up to and including 1.4.2. Users of earlier releases are unaffected; updates beyond 1.4.2 contain the mitigating changes.

Risk and Exploitability

The vulnerability scores a CVSS of 6.1, indicating medium severity, and has an EPSS of less than 1%, implying a low likelihood of exploitation in the wild. It is not listed in the CISA KEV catalog. The attack is unauthenticated and depends on social engineering—tricking a user to visit a crafted URL. Given the low EPSS, the risk is moderate but still significant for sites that expose the plugin’s output to untrusted users.

Generated by OpenCVE AI on April 22, 2026 at 15:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Starred Review to a version newer than 1.4.2 so that proper sanitization is applied.
  • If an upgrade is not immediately possible, modify the plugin’s code to escape the PHP_SELF variable before it is echoed, or replace it with a hard‑coded safe value such as $_SERVER['SCRIPT_NAME'].
  • Implement a strict Content Security Policy that blocks inline scripts and restricts script sources to trusted domains, which reduces the impact of any remaining reflected XSS payloads.

Generated by OpenCVE AI on April 22, 2026 at 15:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 08 Jan 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Wed, 07 Jan 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 07 Jan 2026 09:30:00 +0000

Type Values Removed Values Added
Description The Starred Review plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the PHP_SELF variable in all versions up to, and including, 1.4.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Title Starred Review <= 1.4.2 - Reflected Cross-Site Scripting via PHP_SELF Variable
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:44:29.243Z

Reserved: 2025-12-05T15:28:21.217Z

Link: CVE-2025-14118

cve-icon Vulnrichment

Updated: 2026-01-07T15:29:35.418Z

cve-icon NVD

Status : Deferred

Published: 2026-01-07T12:16:52.850

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-14118

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-22T16:00:12Z

Weaknesses