Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

debian логотип

CVE-2016-10531

Опубликовано: 31 мая 2018
Источник: debian

Описание

marked is an application that is meant to parse and compile markdown. Due to the way that marked 0.3.5 and earlier parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.

Пакеты

ПакетСтатусВерсия исправленияРелизТип
node-markedfixed0.3.6+dfsg-1package

Примечания

  • https://nodesecurity.io/advisories/101

  • nodejs not covered by security support

Связанные уязвимости

CVSS3: 6.1
ubuntu
больше 7 лет назад

marked is an application that is meant to parse and compile markdown. Due to the way that marked 0.3.5 and earlier parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.

CVSS3: 6.1
nvd
больше 7 лет назад

marked is an application that is meant to parse and compile markdown. Due to the way that marked 0.3.5 and earlier parses input, specifically HTML entities, it's possible to bypass marked's content injection protection (`sanitize: true`) to inject a `javascript:` URL. This flaw exists because `&#xNNanything;` gets parsed to what it could and leaves the rest behind, resulting in just `anything;` being left.

CVSS3: 6.1
github
почти 7 лет назад

Sanitization bypass using HTML Entities in marked