Files
CVEs-PoC/2020/CVE-2020-7676.md
T
2024-05-25 21:48:12 +02:00

18 lines
736 B
Markdown

### [CVE-2020-7676](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7676)
![](https://img.shields.io/static/v1?label=Product&message=angular.js&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&color=brighgreen)
### Description
angular.js prior to 1.8.0 allows cross site scripting. The regex-based input HTML replacement may turn sanitized code into unsanitized one. Wrapping "<option>" elements in "<select>" ones changes parsing behavior, leading to possibly unsanitizing code.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ossf-cve-benchmark/CVE-2020-7676