Description
The Editorial Rating – Product Review & Rating System plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'Link URL' Field in all versions up to, and including, 4.0.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The WordPress unfiltered_html capability exemption does not apply here because the payload is stored in post meta (_wpas_er_options via update_post_meta) rather than in post_content or post_excerpt, meaning the restriction affects all administrators regardless of their unfiltered_html status.
Published: 2026-06-30
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Link URL field of the Editorial Rating – Product Review & Rating System plugin for WordPress. Because the plugin fails to perform adequate input sanitization and output escaping, an attacker with administrator privilege can store malicious JavaScript in that field. When other site users view the page that incorporates the stored value, the injected script runs, enabling arbitrary code execution within the context of the user’s browser, potentially exposing session information or facilitating session hijacking.

Affected Systems

All installations of Editorial Rating versions 4.0.5 and earlier are affected. Administrators of any site running these versions can exploit the flaw; users who view pages containing the malicious Link URL are rendered vulnerable for the duration of their session.

Risk and Exploitability

The CVSS score of 4.4 indicates moderate severity. The EPSS score is not available, and because the flaw requires administrator credentials and does not rely on public network traffic, the likelihood of exploitation is low on public-facing sites where such access is restricted. The vulnerability is not listed in CISA KEV, yet attackers could still benefit from internal administrator access or compromised administrator accounts. The attack path is straightforward for those with sufficient privileges: they input a payload into the Link URL field, the plugin stores it, and the payload is rendered when a page is viewed by any user.

Generated by OpenCVE AI on June 30, 2026 at 07:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Editorial Rating plugin to the latest available version that incorporates the fix
  • If an immediate update cannot be performed, remove or disable the Link URL field in the plugin’s settings so that no additional URLs can be stored until a fix is available
  • Until a patch is applied, manually escape any existing Link URL values when outputting them, for example with esc_url() or esc_html(), to prevent execution of stored scripts

Generated by OpenCVE AI on June 30, 2026 at 07:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 01 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpqode
Wpqode editorial Rating – Product Review & Rating System
Vendors & Products Wordpress
Wordpress wordpress
Wpqode
Wpqode editorial Rating – Product Review & Rating System

Tue, 30 Jun 2026 06:00:00 +0000

Type Values Removed Values Added
Description The Editorial Rating – Product Review & Rating System plugin for WordPress is vulnerable to Stored Cross-Site Scripting via 'Link URL' Field in all versions up to, and including, 4.0.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The WordPress unfiltered_html capability exemption does not apply here because the payload is stored in post meta (_wpas_er_options via update_post_meta) rather than in post_content or post_excerpt, meaning the restriction affects all administrators regardless of their unfiltered_html status.
Title Editorial Rating <= 4.0.5 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'Link URL' Field
Weaknesses CWE-79
References
Metrics cvssV3_1

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


Subscriptions

Wordpress Wordpress
Wpqode Editorial Rating – Product Review & Rating System
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-01T10:32:07.279Z

Reserved: 2026-06-17T20:17:54.429Z

Link: CVE-2026-12560

cve-icon Vulnrichment

Updated: 2026-07-01T10:31:19.053Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T10:02:31Z

Weaknesses
  • CWE-79

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