-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Vulnerable Library - eslint-0.170.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: 4aa27cc0191414a84d5a49cb36efd9ae5a144edf
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (eslint version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2026-33750 | 6.5 | brace-expansion-1.1.13.tgz | Transitive | N/A* | ❌ | |
| CVE-2026-2327 | 5.3 | markdown-it-14.1.0.tgz | Transitive | N/A* | ❌ | |
| CVE-2025-69873 | 2.9 | ajv-8.12.0.tgz | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2026-33750
Vulnerable Library - brace-expansion-1.1.13.tgz
Brace expansion as known from sh/bash
Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- eslint-0.170.2.tgz (Root Library)
- eslintrc-3.3.5.tgz
- minimatch-3.1.5.tgz
- ❌ brace-expansion-1.1.13.tgz (Vulnerable Library)
- minimatch-3.1.5.tgz
- eslintrc-3.3.5.tgz
Found in HEAD commit: 4aa27cc0191414a84d5a49cb36efd9ae5a144edf
Found in base branch: main
Vulnerability Details
The brace-expansion library generates arbitrary strings containing a common prefix and suffix. Prior to versions 5.0.5, 3.0.2, 2.0.3, and 1.1.13, a brace pattern with a zero step value (e.g., "{1..2..0}") causes the sequence generation loop to run indefinitely, making the process hang for seconds and allocate heaps of memory. Versions 5.0.5, 3.0.2, 2.0.3, and 1.1.13 fix the issue. As a workaround, sanitize strings passed to "expand()" to ensure a step value of "0" is not used.
Publish Date: 2026-03-27
URL: CVE-2026-33750
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-f886-m6hf-6m8v
Release Date: 2026-03-26
Fix Resolution: brace-expansion - 5.0.5,brace-expansion - 2.0.3,brace-expansion - 1.1.13,brace-expansion - 3.0.2
Step up your Open Source Security Game with Mend here
CVE-2026-2327
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:
- eslint-0.170.2.tgz (Root Library)
- eslint-plugin-markdownlint-0.6.0.tgz
- markdownlint-0.34.0.tgz
- ❌ markdown-it-14.1.0.tgz (Vulnerable Library)
- markdownlint-0.34.0.tgz
- eslint-plugin-markdownlint-0.6.0.tgz
Found in HEAD commit: 4aa27cc0191414a84d5a49cb36efd9ae5a144edf
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
CVE-2025-69873
Vulnerable Library - ajv-8.12.0.tgz
Library home page: https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- eslint-0.170.2.tgz (Root Library)
- eslint-plugin-tsdoc-0.4.0.tgz
- tsdoc-config-0.17.1.tgz
- ❌ ajv-8.12.0.tgz (Vulnerable Library)
- tsdoc-config-0.17.1.tgz
- eslint-plugin-tsdoc-0.4.0.tgz
Found in HEAD commit: 4aa27cc0191414a84d5a49cb36efd9ae5a144edf
Found in base branch: main
Vulnerability Details
ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax (
Publish Date: 2026-02-11
URL: CVE-2025-69873
CVSS 3 Score Details (2.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: GHSA-2g4f-4pwh-qvx6
Release Date: 2026-02-11
Fix Resolution: https://github.com/ajv-validator/ajv.git - v8.18.0,https://github.com/ajv-validator/ajv.git - v6.14.0
Step up your Open Source Security Game with Mend here