cve/2023/CVE-2023-36828.md

18 lines
963 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-36828](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36828)
![](https://img.shields.io/static/v1?label=Product&message=cms&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%204.10.0%20&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
Statamic is a flat-first, Laravel and Git powered content management system. Prior to version 4.10.0, the SVG tag does not sanitize malicious SVG. Therefore, an attacker can exploit this vulnerability to perform cross-site scripting attacks using SVG, even when using the `sanitize` function. Version 4.10.0 contains a patch for this issue.
### POC
#### Reference
- https://github.com/statamic/cms/security/advisories/GHSA-6r5g-cq4q-327g
#### Github
No PoCs found on GitHub currently.