cve/2023/CVE-2023-3978.md

19 lines
786 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-3978](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-3978)
![](https://img.shields.io/static/v1?label=Product&message=golang.org%2Fx%2Fnet%2Fhtml&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%200.13.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
Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS attack.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/knabben/dos-poc
2024-08-06 19:19:10 +00:00
- https://github.com/nics-tw/sbom2vans
2024-05-25 21:48:12 +02:00