Description
Marked prior to version 0.3.17 is vulnerable to a Regular Expression Denial of Service (ReDoS) attack due to catastrophic backtracking in several regular expressions used for parsing HTML tags and markdown links. An attacker can exploit this vulnerability by providing specially crafted markdown input, such as deeply nested or repetitively structured brackets or tag attributes, which cause the parser to hang and lead to a Denial of Service.
Problem types
CWE-1333 Inefficient Regular Expression Complexity
Product status
Any version before 0.3.17
Credits
Josh Bruce
References
github.com/markedjs/marked/issues/1070
github.com/markedjs/marked/pull/1083
github.com/...ommit/20bfc106013ed45713a21672ad4a34df94dcd485
github.com/...roofs-of-Concept/tree/main/2018/CVE-2018-25110