CVE Catalog

CVE-2026-63459

HighCVSS 8.7
Published: Translated: NVD NIST

Summary

Vendure prior to 3.6.5 contains a stored XSS vulnerability in RichTextDescriptionCell, which assigns an administrator-controlled description to a live element's innerHTML and then reads textContent. Active resource markup can execute an event handler during the innerHTML assignment before textContent is read. A lower-privilege administrator can store such markup in descriptions rendered by the Products, Collections, Promotions, Payment Methods, or Shipping Methods lists, and script executes when another administrator views the affected row.

Risk Assessment

This can compromise the viewing administrator's session and enable cross-privilege or cross-channel administrative actions. The issue is fixed in version 3.6.5.

Recommendation

Upgrade Vendure to version 3.6.5 or later. Until then, restrict description editing privileges and review content entered by administrators.

Other vulnerabilities in Vendure

See all
Original NVD description (English source)

Vendure is an open-source headless commerce platform. Prior to 3.6.5, RichTextDescriptionCell in packages/dashboard/src/lib/components/shared/table-cell/order-table-cell-components.tsx attempts to strip markup by assigning an administrator-controlled description to a live element's innerHTML and then reading textContent. Active resource markup can execute an event handler during the innerHTML assignment before textContent is read. A lower-privilege administrator can store such markup in descriptions rendered by the Products list, Collections list, Promotions list, Payment Methods list, or Shipping Methods list, and script executes when another administrator views the affected row. This stored cross-site scripting can compromise the viewing administrator's session and enable cross-privilege or cross-channel administrative actions. This issue is fixed in version 3.6.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS