MEDIUM 5.4
GHSA-vr7m-r9vm-m4wf
PrestaShop XSS can be stored in DB from "add a message form" in order detail page (FO)
상세
### Impact The isCleanHtml method is not used on this this form, which makes it possible to store an xss in DB. The impact is low because the html is not interpreted in BO, thanks to twig's escape mechanism. In FO, the xss is effective, but only impacts the customer sending it, or the customer session from which it was sent.
Be careful if you have a module fetching these messages from the DB and displaying it without escaping html.
### Patches 8.1.x
### Reporter Reported by Rona Febriana (linkedin: https://www.linkedin.com/in/rona-febriana/)
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
Packagist / prestashop/prestashop
최초 영향 버전:
0 수정 버전: 8.1.3 수정
composer require prestashop/prestashop:^8.1.3 참고
- https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-vr7m-r9vm-m4wf [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2024-21628 [ADVISORY]
- https://github.com/PrestaShop/PrestaShop/commit/afc45b93b3cc33be0e571559d2838c6960d98856 [WEB]
- https://github.com/PrestaShop/PrestaShop/commit/c3d78b7e49f5fe49a9d07725c3174d005deaa597 [WEB]
- https://github.com/PrestaShop/PrestaShop [PACKAGE]