CVE-2020-37174: WOOF Products Filter for WooCommerce 1.2.3 Persistent XSS
WOOF Products Filter for WooCommerce 1.2.3 contains a persistent cross-site scripting vulnerability that allows authenticated attackers to inject malicious scripts by entering XSS payloads in design tab textfields. Attackers can inject JavaScript code through fields like 'Text for block toggle' and 'Custom front css styles' that executes on frontend pages when saved, affecting all site visitors.
Security readout for executives and security teams
Plain-English summary
This is a stored cross-site scripting flaw in a WooCommerce product filter plugin. A logged-in attacker with high privileges can save malicious script in design settings, causing it to run for frontend visitors. Business risk is moderate because exploitation needs privileged access, but affected storefront visitors could be exposed once malicious settings are saved.
Executive priority
Treat as a moderate-priority WordPress storefront hygiene issue. It is not shown as actively exploited, but public exploit information and visitor-facing script execution justify prompt inventory, version review, and admin-access tightening.
Technical view
CVE-2020-37174 affects HUSKY Products Filter Professional for WooCommerce 1.2.3. The issue is CWE-79 stored XSS in design tab text fields such as block toggle text and custom frontend CSS styles. CVSS 3.1 is 5.5, with network reachability, low complexity, high privileges required, changed scope, and low confidentiality and integrity impact.
Likely exposure
Exposure is limited to WordPress/WooCommerce sites running the affected HUSKY Products Filter Professional for WooCommerce version 1.2.3. Sites with multiple administrator-level users, weaker admin account hygiene, or delegated store management carry higher practical risk.
Exploitation context
The bundle cites an ExploitDB entry, so public exploit information exists. The CVE is not listed as KEV, and the provided sources do not establish active exploitation. Attackers need authenticated high-privilege access to save malicious plugin settings before visitor impact occurs.
Researcher notes
The evidence identifies version 1.2.3 and example vulnerable fields, but the bundle does not name a fixed version. Avoid assuming broader product impact. The CVE record was published on 2026-05-13 and updated on 2026-05-15, despite the 2020 CVE identifier.
Mitigation direction
Inventory WooCommerce sites for the affected plugin and version 1.2.3.
Check vendor and WordPress plugin guidance for a fixed version or official mitigation.
Upgrade if a trusted fixed release is available; otherwise disable or replace the plugin.
Restrict plugin settings access to trusted administrators only.
Review design tab text and CSS fields for suspicious saved script content.
Validation and detection
Confirm whether the affected plugin is installed and record its exact version.
Inspect plugin design settings for unexpected script-like content in text or CSS fields.
Review WordPress admin accounts with access to plugin settings.
Check web logs and security telemetry for suspicious administrator activity.
Verify remediation by confirming the vulnerable version is no longer active.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.