mirror of
https://github.com/fkie-cad/nvd-json-data-feeds.git
synced 2025-05-28 09:11:28 +00:00
76 lines
3.5 KiB
JSON
76 lines
3.5 KiB
JSON
{
|
|
"id": "CVE-2024-4067",
|
|
"sourceIdentifier": "596c5446-0ce5-4ba2-aa66-48b3b757a647",
|
|
"published": "2024-05-14T15:42:47.947",
|
|
"lastModified": "2024-08-28T00:15:04.130",
|
|
"vulnStatus": "Awaiting Analysis",
|
|
"cveTags": [],
|
|
"descriptions": [
|
|
{
|
|
"lang": "en",
|
|
"value": "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."
|
|
},
|
|
{
|
|
"lang": "es",
|
|
"value": "El paquete NPM `micromatch` es vulnerable a la denegaci\u00f3n de servicio de expresi\u00f3n regular (ReDoS). La vulnerabilidad ocurre en `micromatch.braces()` en `index.js` porque el patr\u00f3n `.*` coincidir\u00e1 con avidez con cualquier cosa. Al pasar un payload malicioso, la coincidencia de patrones seguir\u00e1 retrocediendo hasta la entrada hasta que no encuentre el corchete de cierre. A medida que aumenta el tama\u00f1o de la entrada, el tiempo de consumo tambi\u00e9n aumentar\u00e1 hasta provocar que la aplicaci\u00f3n se cuelgue o se ralentice. Hubo una soluci\u00f3n combinada, pero pruebas adicionales muestran que el problema persiste. Este problema se debe mitigar mediante el uso de un patr\u00f3n seguro que no comience a retroceder la expresi\u00f3n regular debido a coincidencias codiciosas."
|
|
}
|
|
],
|
|
"metrics": {
|
|
"cvssMetricV31": [
|
|
{
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647",
|
|
"type": "Secondary",
|
|
"cvssData": {
|
|
"version": "3.1",
|
|
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
|
|
"attackVector": "NETWORK",
|
|
"attackComplexity": "LOW",
|
|
"privilegesRequired": "NONE",
|
|
"userInteraction": "NONE",
|
|
"scope": "UNCHANGED",
|
|
"confidentialityImpact": "NONE",
|
|
"integrityImpact": "NONE",
|
|
"availabilityImpact": "LOW",
|
|
"baseScore": 5.3,
|
|
"baseSeverity": "MEDIUM"
|
|
},
|
|
"exploitabilityScore": 3.9,
|
|
"impactScore": 1.4
|
|
}
|
|
]
|
|
},
|
|
"weaknesses": [
|
|
{
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647",
|
|
"type": "Secondary",
|
|
"description": [
|
|
{
|
|
"lang": "en",
|
|
"value": "CWE-1333"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"url": "https://advisory.checkmarx.net/advisory/CVE-2024-4067/",
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647"
|
|
},
|
|
{
|
|
"url": "https://devhub.checkmarx.com/cve-details/CVE-2024-4067/",
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647"
|
|
},
|
|
{
|
|
"url": "https://github.com/micromatch/micromatch/commit/03aa8052171e878897eee5d7bb2ae0ae83ec2ade",
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647"
|
|
},
|
|
{
|
|
"url": "https://github.com/micromatch/micromatch/pull/266",
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647"
|
|
},
|
|
{
|
|
"url": "https://github.com/micromatch/micromatch/releases/tag/4.0.8",
|
|
"source": "596c5446-0ce5-4ba2-aa66-48b3b757a647"
|
|
}
|
|
]
|
|
} |