CVE-2026-3355
Reflected XSS in WooCommerce Customer Reviews Plugin Allows Script Injection
Publication date: 2026-04-16
Last updated on: 2026-04-16
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| woocommerce | customer_reviews | to 5.101.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Customer Reviews for WooCommerce plugin for WordPress has a vulnerability known as Reflected Cross-Site Scripting (XSS) in the ‘crsearch’ parameter. This occurs because the plugin does not properly sanitize input or escape output in all versions up to and including 5.101.0.
This flaw allows unauthenticated attackers to inject malicious web scripts into pages. These scripts execute if a user is tricked into performing an action, such as clicking on a crafted link.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute arbitrary scripts in the context of your website. This can lead to theft of user data, session hijacking, or other malicious actions performed on behalf of the user.
Since the attack requires tricking a user into clicking a link, it can be used for phishing or spreading malware.