LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20193: Product Vendors <= 2.0.35 - Reflected Cross Site Scripting

The Product Vendors is vulnerable to Reflected Cross-Site Scripting via the 'vendor_description' parameter in versions up to, and including, 2.0.35 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
7

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
6Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
4.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2017-20193Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WooCommerceProduct Vendors0unaffected
Weakness

CWE details

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.