CVE-2026-32526
Stored XSS in VillaTheme WooCommerce Abandoned Cart Recovery Plugin
Publication date: 2026-03-25
Last updated on: 2026-03-25
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| villatheme | abandoned_cart_recovery_for_woocommerce | to 1.1.10 (inc) |
| villatheme | abandoned_cart_recovery_for_woocommerce | From 1.0.0 (inc) to 1.1.10 (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?
This vulnerability is a Cross-site Scripting (XSS) issue found in the VillaTheme Abandoned Cart Recovery for WooCommerce plugin, specifically in versions up to 1.1.10. It occurs due to improper neutralization of input during web page generation, allowing attackers to inject malicious scripts that are stored and later executed in the context of the affected website.
How can this vulnerability impact me? :
The vulnerability can lead to attackers executing malicious scripts in the browsers of users visiting the affected site. This can result in theft of sensitive information, session hijacking, defacement of the website, or redirection to malicious sites. Since it is a stored XSS, the malicious code persists and can affect multiple users.
What immediate steps should I take to mitigate this vulnerability?
To mitigate the Cross Site Scripting (XSS) vulnerability in the Abandoned Cart Recovery for WooCommerce plugin, you should update the plugin to version 1.1.11 or later, where the issue has been patched.
Using Patchstack can provide the fastest vulnerability mitigation for this issue.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability is a Stored Cross-site Scripting (XSS) issue in the VillaTheme Abandoned Cart Recovery for WooCommerce plugin versions up to 1.1.10. Detection typically involves identifying if the vulnerable plugin version is installed and if malicious scripts are being stored or executed.
To detect the vulnerability on your system, first check the installed version of the WooCommerce Abandoned Cart Recovery plugin. If the version is 1.1.10 or below, the system is vulnerable.
- Use WP-CLI to check the plugin version: wp plugin list --status=active
- Look for the 'woo-abandoned-cart-recovery' plugin and verify its version.
Additionally, you can scan for suspicious stored scripts or payloads in the plugin's data storage or database entries related to abandoned carts, which might indicate exploitation attempts.
No specific detection commands for network traffic or system scanning are provided in the available resources.