CVE-2026-2327
Awaiting Analysis
Awaiting Analysis - Queue
ReDoS Vulnerability in markdown-it Linkify Function Causes DoS
Publication date: 2026-02-12
Last updated on: 2026-02-23
Assigner: Snyk
Description
Description
Versions of the package markdown-it from 13.0.0 and before 14.1.1 are vulnerable to Regular Expression Denial of Service (ReDoS) due to the use of the regex /\*+$/ in the linkify function. An attacker can supply a long sequence of * characters followed by a non-matching character, which triggers excessive backtracking and may lead to a denial-of-service condition.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| markdown-it_project | markdown-it | From 13.0.0 (inc) to 14.1.1 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-1333 | The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles. |