cve/2023/CVE-2023-29400.md

18 lines
762 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-29400](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29400)
![](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
Templates containing actions in unquoted HTML attributes (e.g. "attr={{.}}") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/nao1215/golling