cve/2017/CVE-2017-16016.md

18 lines
801 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-16016](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16016)
![](https://img.shields.io/static/v1?label=Product&message=sanitize-html%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-site%20Scripting%20(XSS)%20-%20Generic%20(CWE-79)&color=brighgreen)
### Description
Sanitize-html is a library for scrubbing html input of malicious values. Versions 1.11.1 and below are vulnerable to cross site scripting (XSS) in certain scenarios: If allowed at least one nonTextTags, the result is a potential XSS vulnerability.
### POC
#### Reference
- https://github.com/punkave/sanitize-html/issues/100
#### Github
- https://github.com/ARPSyndicate/cvemon