Security readout for executives and security teams
Plain-English summary
CVE-2017-20193 is a reflected cross-site scripting issue in WooCommerce Product Vendors through version 2.0.35. An unauthenticated attacker would still need a user to click a crafted link. Successful abuse could alter what the user sees or actions taken in the browser, but the provided CVSS data does not indicate direct data theft or service outage.
Executive priority
Treat this as a moderate web security issue. It is unlikely to justify emergency disruption by itself, but internet-facing commerce sites should remediate promptly because user interaction attacks can affect administrators, vendors, or customers and may support broader account-abuse scenarios.
Technical view
The issue is CWE-79 caused by insufficient sanitization and output escaping of the vendor_description parameter. The CVSS 3.1 score is 4.7 with network access, low attack complexity, no privileges required, and user interaction required. Scope changes, with low integrity impact only. The bundle does not cite CISA KEV listing or active exploitation.
Likely exposure
Exposure is likely limited to WordPress/WooCommerce sites running the Product Vendors extension at version 2.0.35 or earlier. Sites not using this extension are not exposed based on the provided sources. The affected metadata is slightly inconsistent, so confirm installed product name and version directly.
Exploitation context
The sources describe reflected XSS, not a self-running server compromise. An attacker must convince a user to open a malicious link or perform a similar action. The bundle provides no evidence of active exploitation, public weaponization, or CISA KEV inclusion.
Researcher notes
Key constraints are the required click or similar user action, no privileges required, and low integrity impact. The source bundle names the vulnerable parameter and version ceiling, but does not provide a fix version, exploit telemetry, or detailed vendor remediation instructions.
Mitigation direction
- Inventory WordPress sites for WooCommerce Product Vendors installations.
- Update Product Vendors according to WooCommerce or WordPress vendor guidance.
- Prioritize sites running version 2.0.35 or earlier.
- Warn privileged users not to open untrusted vendor-related links until remediated.
- Monitor web requests referencing the vendor_description parameter.
Validation and detection
- Confirm whether Product Vendors is installed on each WooCommerce site.
- Record the installed plugin version and compare it with 2.0.35.
- Check vendor advisories or release notes for the fixed version.
- Review access logs for unusual vendor_description requests.
- Confirm remediation after update by verifying the plugin version.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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.
Open ATT&CK lookupCVE-2017-20193 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4.7 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
CNA and ADP enrichment extracted from CVE v5
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N2.81.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.7MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/a224e745-f9c7-4ca6-b656-e94862b1dc57?source=cveCVE reference
- https://hackerone.com/reports/253313CVE reference
- https://woocommerce.com/products/product-vendors/CVE reference
- https://threatpost.com/reflected-xss-bug-patched-in-popular-woocommerce-wordpress-plugin/127744/CVE reference
- https://www.majemedia.com/2017/09/xss-vulnerability-in-woocommerce-product-vendors-plugin/CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
