cve/2024/CVE-2024-21627.md
2024-05-25 21:48:12 +02:00

19 lines
1.3 KiB
Markdown

### [CVE-2024-21627](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21627)
![](https://img.shields.io/static/v1?label=Product&message=PrestaShop&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%208.0.0%2C%20%3C%208.1.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-20%3A%20Improper%20Input%20Validation&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%3A%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20('Cross-site%20Scripting')&color=brighgreen)
### Description
PrestaShop is an open-source e-commerce platform. Prior to versions 8.1.3 and 1.7.8.11, some event attributes are not detected by the `isCleanHTML` method. Some modules using the `isCleanHTML` method could be vulnerable to cross-site scripting. Versions 8.1.3 and 1.7.8.11 contain a patch for this issue. The best workaround is to use the `HTMLPurifier` library to sanitize html input coming from users. The library is already available as a dependency in the PrestaShop project. Beware though that in legacy object models, fields of `HTML` type will call `isCleanHTML`.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds