| Plugin Name | Maximum Products per User for WooCommerce |
|---|---|
| Type of Vulnerability | Cross-Site Scripting (XSS) |
| CVE Number | CVE-2025-47504 |
| Urgency | Low |
| CVE Publish Date | 2026-04-22 |
| Source URL | CVE-2025-47504 |
Critical XSS in “Maximum Products per User for WooCommerce” (≤ 4.3.6) — What WordPress Site Owners Must Do Right Now
Date: 22 Apr, 2026
CVE: CVE-2025-47504
Affected versions: ≤ 4.3.6
Patched in: 4.3.7
CVSS: 6.5 (Medium)
Required privilege: Contributor (authenticated)
Exploit complexity: User interaction required (a privileged user must open a crafted link / page / form)
Summary
A cross-site scripting (XSS) vulnerability has been disclosed in the WordPress plugin “Maximum Products per User for WooCommerce” affecting versions up to and including 4.3.6.
An authenticated user with the Contributor role can supply crafted input which, when acted on or viewed by a privileged user (administrator/shop manager), may execute attacker-supplied JavaScript in the privileged user’s browser.
The plugin author released version 4.3.7 to address the issue. If your site runs this plugin, you should prioritise remediation and containment immediately.
Why this matters (short version)
- XSS in admin-facing components enables execution of JavaScript in the context of a privileged user. That script can steal session cookies, perform administrative actions, or install persistent backdoors.
- Although exploitation requires interaction, admin interfaces are frequently visited by staff — making exploitation realistic in many workflows.
- Sites running WooCommerce and using this plugin are the most directly impacted; stores with multiple contributors are higher risk.
What type of XSS is this, and how might an attacker exploit it?
This is an authenticated XSS where a Contributor can supply content that becomes dangerous if a privileged user triggers rendering of that content. Common exploitation scenarios include:
- A contributor adds or edits a product description, product meta, note, or plugin-managed setting with a crafted payload. When an admin visits the plugin settings, product edit page, or review screen that renders that content unescaped, the malicious JavaScript executes.
- A contributor submits a form or link containing a payload that, when previewed or clicked by a privileged user, executes.
- Social engineering to lure a shop manager or admin to view “orders”, “product limits”, or internal reports that trigger the payload.
Impact examples
- Steal authentication cookies or session tokens and use them to log in as an admin.
- Create new admin users or elevate privileges.
- Exfiltrate sensitive data (orders, customer metadata).
- Inject persistent backdoors (malicious plugin/theme files or injected PHP).
- Trigger configuration changes in payment or shipping settings.
Even if publicly labelled “low”, admin-facing XSS should be treated seriously — a successful exploit can lead to full site compromise.
Quick checklist — Immediate actions (ordered)
- Update the plugin to version 4.3.7 (or later) immediately if you can.
- If you cannot update immediately:
- Deactivate the plugin until you can update, or
- Apply virtual patching with your Web Application Firewall (WAF) — see mitigation rules below.
- Audit contributor accounts and remove or temporarily downgrade any accounts you do not absolutely trust.
- Require privileged users (admins/shop managers) to re-authenticate for sensitive admin screens where possible.
- Enable two-factor authentication (2FA) for all administrative accounts and users with elevated roles.
- Inspect your site for indicators of compromise (see detection section below).
- Ensure you have a recent off-site backup before making changes.
If you manage multiple client sites, prioritise stores with high transaction volume and sites that allow many contributors.