cve/2020/CVE-2020-7680.md

25 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2020-7680](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7680)
![](https://img.shields.io/static/v1?label=Product&message=docsify&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)&color=brighgreen)
### Description
docsify prior to 4.11.4 is susceptible to Cross-site Scripting (XSS). Docsify.js uses fragment identifiers (parameters after # sign) to load resources from server-side .md files. Due to lack of validation here, it is possible to provide external URLs after the /#/ (domain.com/#//attacker.com) and render arbitrary JavaScript/HTML inside docsify page.
### POC
#### Reference
- http://packetstormsecurity.com/files/158515/Docsify.js-4.11.4-Cross-Site-Scripting.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/158515/Docsify.js-4.11.4-Cross-Site-Scripting.html
2024-05-25 21:48:12 +02:00
- http://packetstormsecurity.com/files/161495/docsify-4.11.6-Cross-Site-Scripting.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/161495/docsify-4.11.6-Cross-Site-Scripting.html
2024-05-25 21:48:12 +02:00
- https://github.com/docsifyjs/docsify/issues/1126
2024-06-09 00:33:16 +00:00
- https://github.com/docsifyjs/docsify/issues/1126
2024-05-25 21:48:12 +02:00
- https://snyk.io/vuln/SNYK-JS-DOCSIFY-567099
2024-06-09 00:33:16 +00:00
- https://snyk.io/vuln/SNYK-JS-DOCSIFY-567099
2024-05-25 21:48:12 +02:00
#### Github
- https://github.com/ARPSyndicate/cvemon