Metrics
Affected Vendors & Products
| Source | ID | Title |
|---|---|---|
EUVD |
EUVD-2024-1540 | 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. |
Github GHSA |
GHSA-952p-6rrq-rcjv | Regular Expression Denial of Service (ReDoS) in micromatch |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Mon, 04 Aug 2025 14:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Jonschlinkert
Jonschlinkert micromatch |
|
| CPEs | cpe:2.3:a:jonschlinkert:micromatch:*:*:*:*:*:node.js:*:* | |
| Vendors & Products |
Jonschlinkert
Jonschlinkert micromatch |
Wed, 16 Jul 2025 13:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
epss
|
epss
|
Thu, 10 Apr 2025 14:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Redhat satellite Utils
|
|
| CPEs | cpe:/a:redhat:satellite_utils:6.16::el8 cpe:/a:redhat:satellite_utils:6.16::el9 |
|
| Vendors & Products |
Redhat satellite Utils
|
Wed, 04 Dec 2024 14:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Redhat advanced Cluster Security
|
|
| CPEs | cpe:/a:redhat:advanced_cluster_security:4.6::el8 | |
| Vendors & Products |
Redhat advanced Cluster Security
|
Wed, 06 Nov 2024 14:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Redhat satellite
Redhat satellite Capsule |
|
| CPEs | cpe:/a:redhat:satellite:6.16::el8 cpe:/a:redhat:satellite:6.16::el9 cpe:/a:redhat:satellite_capsule:6.16::el8 cpe:/a:redhat:satellite_capsule:6.16::el9 |
|
| Vendors & Products |
Redhat satellite
Redhat satellite Capsule |
Tue, 17 Sep 2024 20:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Micromatch
Micromatch micromatch |
|
| CPEs | cpe:2.3:a:micromatch:micromatch:*:*:*:*:*:*:*:* | |
| Vendors & Products |
Micromatch
Micromatch micromatch |
|
| Metrics |
ssvc
|
Fri, 06 Sep 2024 13:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Redhat
Redhat service Mesh |
|
| CPEs | cpe:/a:redhat:service_mesh:2.6::el8 cpe:/a:redhat:service_mesh:2.6::el9 |
|
| Vendors & Products |
Redhat
Redhat service Mesh |
Tue, 27 Aug 2024 23:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | The NPM package `micromatch` 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. | 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. |
| References |
|
Status: PUBLISHED
Assigner: Checkmarx
Published:
Updated: 2024-09-17T19:47:41.783Z
Reserved: 2024-04-23T13:31:13.656Z
Link: CVE-2024-4067
Updated: 2024-08-01T20:26:57.389Z
Status : Analyzed
Published: 2024-05-14T15:42:47.947
Modified: 2025-08-04T14:36:46.690
Link: CVE-2024-4067
OpenCVE Enrichment
No data.
EUVD
Github GHSA