CVE-2020-7773

medium

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);

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

Details

Source: Mitre, NVD

Published: 2020-11-16

Updated: 2026-06-17

Risk Information

CVSS v2

Base Score: 4.3

Vector: CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N

Severity: Medium

CVSS v3

Base Score: 6.1

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Severity: Medium

EPSS

EPSS: 0.00367