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

20 lines
765 B
Markdown

### [CVE-2021-23414](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23414)
![](https://img.shields.io/static/v1?label=Product&message=video.js&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C%207.14.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
This affects the package video.js before 7.14.3. The src attribute of track tag allows to bypass HTML escaping and execute arbitrary code.
### POC
#### Reference
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1533588
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1533587
- https://snyk.io/vuln/SNYK-JS-VIDEOJS-1533429
#### Github
- https://github.com/Kirill89/Kirill89