Micromatch
Approved changes feed: RSS · Atom
cpe:2.3:a:jonschlinkert:micromatch:*:*:*:*:*:node.js:*:*
part: a version: * update: *
| Vendor | Jonschlinkert (ddae82b9-e2e5-5c5d-a403-dbc01aba5aef) |
|---|---|
| Product | Micromatch (7811584a-03bb-5579-a96c-21e9a7ce201e) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | node.js |
| Target hardware | * |
| Other | * |
| Notes | Imported from gcve-enriched-dumps CVE data |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
| No PURL mappings for this CPE yet. | ||
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2024-4067 |
vulnerable | 2026-06-08 06:50:16.957341 |
Regular Expression Denial of Service in micromatch
MEDIUM (5.3)
The NPM package `micromatch` prior to 4.0.8 is vulnerable to Regular Expression Denial of Service (ReDoS). The vulnerability occurs in `micromatch.braces()` in `index.js` because the pattern `.*` will greedily match anything. By passing a malicious payload, the pattern matching will keep backtracking to the input while it doesn't find the closing bracket. As the input size increases, the consumption time will also increase until it causes the application to hang or slow down. There was a merged fix but further testing shows the issue persists. This issue should be mitigated by using a safe pattern that won't start backtracking the regular expression due to greedy matching. This issue was fixed in version 4.0.8.
Published: 2024-05-13T10:04:42.886Z
Updated: 2024-09-17T19:47:41.783Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.