CVE-2026-1381
Stored XSS in WooCommerce Order Limits Plugin Affects Multi-Site
Publication date: 2026-01-28
Last updated on: 2026-01-28
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| woocommerce | order_minimummaximum_amount_limits | to 4.6.8 (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
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update the Order Minimum/Maximum Amount Limits for WooCommerce plugin to a version later than 4.6.8 where the issue is fixed. Additionally, ensure that only trusted users have Shop Manager-level permissions or higher, and consider enabling unfiltered_html if appropriate, or review multisite configurations to reduce exposure.
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the Order Minimum/Maximum Amount Limits for WooCommerce plugin for WordPress. It occurs because the plugin does not properly sanitize input or escape output in its settings. Authenticated users with Shop Manager-level permissions or higher can inject malicious scripts into pages. These scripts execute whenever a user accesses the affected pages. The vulnerability affects multi-site installations and installations where the unfiltered_html capability is disabled.
How can this vulnerability impact me? :
This vulnerability can allow attackers with certain permissions to inject malicious scripts that execute in users' browsers. This can lead to unauthorized actions, data theft, or session hijacking for users who visit the injected pages. Since the vulnerability requires Shop Manager-level permissions or higher, it could be exploited by insiders or compromised accounts with elevated privileges.