CVE-2024-21628
XSS can be stored in DB from "add a message form" in order detail page (FO)
Record summary
CVE-2024-21628 has a selected CVSS score of 5.4 (medium).
Description
PrestaShop is an open-source e-commerce platform. Prior to version 8.1.3, the isCleanHtml method is not used on this this form, which makes it possible to store a cross-site scripting payload in the database. The impact is low because the HTML is not interpreted in BO, thanks to twig's escape mechanism. In FO, the cross-site scripting attack is effective, but only impacts the customer sending it, or the customer session from which it was sent. This issue affects those who have a module fetching these messages from the DB and displaying it without escaping HTML. Version 8.1.3 contains a patch for this issue.
Exploitation context
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Jan 16, 2024 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
PrestaShopBrowse PrestaShop / PrestaShop | CVE List | < 8.1.3 | affected |
prestashop/prestashopBrowse Packagist / prestashop/prestashop | GitHub Advisory | Before 8.1.3 · Fixed in 8.1.3 | affected |