cve/2023/CVE-2023-24539.md

18 lines
801 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-24539](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24539)
![](https://img.shields.io/static/v1?label=Product&message=html%2Ftemplate&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%201.19.9%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-74%3A%20Improper%20input%20validation&color=brighgreen)
### Description
Angle brackets (<>) are not considered dangerous characters when inserted into CSS contexts. Templates containing multiple actions separated by a '/' character can result in unexpectedly closing the CSS context and allowing for injection of unexpected HTML, if executed with untrusted input.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/nao1215/golling