Lucene search

K
osvGoogleOSV:GHSA-VFVF-MQQ8-RWQC
HistoryFeb 18, 2019 - 11:58 p.m.

Sanitization bypass using HTML Entities in marked

2019-02-1823:58:20
Google
osv.dev
8

0.001 Low

EPSS

Percentile

37.5%

Affected versions of marked are susceptible to a cross-site scripting vulnerability in link components when sanitize:true is configured.

Proof of Concept

This flaw exists because link URIs containing HTML entities get processed in an abnormal manner. Any HTML Entities get parsed on a best-effort basis and included in the resulting link, while if that parsing fails that character is omitted.

For example:

A link URI such as

javascript&#x58document;alert(1)

Renders a valid link that when clicked will execute alert(1).

Recommendation

Update to version 0.3.6 or later.

CPENameOperatorVersion
markedlt0.3.6

0.001 Low

EPSS

Percentile

37.5%