U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

Vulnerability Change Records for CVE-2024-4067

Change History

CVE Modified by Checkmarx 8/27/2024 8:15:04 PM

Action Type Old Value New Value
Changed 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.
Added Reference

								
							
							
						
Checkmarx https://advisory.checkmarx.net/advisory/CVE-2024-4067/ [No types assigned]
Added Reference

								
							
							
						
Checkmarx https://github.com/micromatch/micromatch/commit/03aa8052171e878897eee5d7bb2ae0ae83ec2ade [No types assigned]
Added Reference

								
							
							
						
Checkmarx https://github.com/micromatch/micromatch/pull/266 [No types assigned]
Added Reference

								
							
							
						
Checkmarx https://github.com/micromatch/micromatch/releases/tag/4.0.8 [No types assigned]
Removed Reference
Checkmarx https://github.com/micromatch/micromatch/blob/2c56a8604b68c1099e7bc0f807ce0865a339747a/index.js#L448

								
						
Removed Reference
Checkmarx https://github.com/micromatch/micromatch/issues/243

								
						
Removed Reference
Checkmarx https://github.com/micromatch/micromatch/pull/247