Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.03 KB

CVE-2021-23342.md

File metadata and controls

19 lines (13 loc) · 1.03 KB

Description

This affects the package docsify before 4.12.0. It is possible to bypass the remediation done by CVE-2020-7680 and execute malicious JavaScript through the following methods 1) When parsing HTML from remote URLs, the HTML code on the main page is sanitized, but this sanitization is not taking place in the sidebar. 2) The isURL external check can be bypassed by inserting more “////” characters

POC

Reference

Github

No PoCs found on GitHub currently.