WordPress security changelog
MEDIUM CVE-2026-11608 Deferred

WP Customer Reviews name input permits reflected script

An unauthenticated attacker supplies wpcr3_fname input that is reflected without adequate sanitization and output escaping. Script executes only after a victim follows a crafted link or comparable action. The export does not disclose the full endpoint or rendering function. Authoritative affected range: <= 3.7.8. No fixed release is confirmed in this review.

CVE / CNA score 6.1 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
WP Customer Reviews
Plugin slug
wp-customer-reviews
Affected
<= 3.7.8
Safe version
See mitigation notes
Published
Sep 19, 2026
Weakness
CWE-79 — Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

This CVE was published Sep 19, 2026 and is one of 9 known issues for this plugin.

Update, patch or deactivate.

No confirmed fixed release. The official changelog for current release 3.8.1 does not clearly identify this vulnerability. That newer release may resolve it, but is not confirmed safe. Official changelog: https://wordpress.org/plugins/wp-customer-reviews/#developers . Validate the name as text and encode its final output context. Avoid untrusted review links until updated.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The WP Customer Reviews plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'wpcr3_fname' parameter in all versions up to, and including, 3.7.8 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.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Primary and upstream sources