Some event attributes are not detected by the isCleanHTML method
Some modules using the isCleanHTML method could be vulnerable to xss
8.1.3, 1.7.8.11
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
.
Reported by Antonio Russo (@Antonio-R1 on GitHub) and Antonio Rocco Spataro (@antoniospataro on GitHub).
{ "nvd_published_at": "2024-01-02T21:15:10Z", "cwe_ids": [ "CWE-20", "CWE-79" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-01-03T21:41:14Z" }