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);
Remediation
References
https://github.com/valeriangalliat/markdown-it-highlightjs/blob/v3.3.0/index.js%23L52
https://github.com/valeriangalliat/markdown-it-highlightjs/pull/14
https://snyk.io/vuln/SNYK-JS-MARKDOWNITHIGHLIGHTJS-1040461
Related Vulnerabilities
CVE-2021-37306 Vulnerability in maven package org.jeecgframework.boot:jeecg-boot-base
CVE-2021-22135 Vulnerability in maven package org.elasticsearch:elasticsearch
CVE-2020-6464 Vulnerability in maven package org.webjars.npm:electron
CVE-2020-36049 Vulnerability in npm package socket.io-parser
CVE-2022-23945 Vulnerability in maven package org.apache.shenyu:shenyu-common