-
Notifications
You must be signed in to change notification settings - Fork 8
Description
CVE-2026-2327 - Medium Severity Vulnerability
Vulnerable Library - markdown-it-14.1.0.tgz
Library home page: https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- @exadel/esl-website-5.15.0.tgz (Root Library)
- eleventy-3.1.1.tgz
- ❌ markdown-it-14.1.0.tgz (Vulnerable Library)
- eleventy-3.1.1.tgz
Found in HEAD commit: ad1b512ceb8443d2dd10c06774f2f8d72e1085bc
Found in base branch: main
Vulnerability Details
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.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2026-02-12
URL: CVE-2026-2327
CVSS 3 Score Details (5.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Release Date: 2026-02-12
Fix Resolution: markdown-it - 14.1.1,https://github.com/markdown-it/markdown-it.git - 14.1.1
Step up your Open Source Security Game with Mend here