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-2021-39176 Vulnerability in npm package detect-character-encoding
CVE-2020-7760 Vulnerability in maven package org.webjars.bowergithub.codemirror:codemirror
CVE-2021-21277 Vulnerability in maven package org.webjars.npm:angular-expressions
CVE-2022-41881 Vulnerability in maven package io.netty:netty-codec-haproxy
CVE-2020-7701 Vulnerability in npm package madlib-object-utils