Skip to content

Sanitization bypass using HTML Entities in marked

Moderate severity GitHub Reviewed Published Feb 18, 2019 to the GitHub Advisory Database • Updated Sep 7, 2023

Package

npm marked (npm)

Affected versions

< 0.3.6

Patched versions

0.3.6

Description

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&#40;1&#41;

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

Recommendation

Update to version 0.3.6 or later.

References

Published to the GitHub Advisory Database Feb 18, 2019
Reviewed Jun 16, 2020
Last updated Sep 7, 2023

Severity

Moderate
6.1
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2016-10531

GHSA ID

GHSA-vfvf-mqq8-rwqc

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.