
CVE-2021-3807 – Inefficient Regular Expression Complexity in chalk/ansi-regex
https://notcve.org/view.php?id=CVE-2021-3807
17 Sep 2021 — ansi-regex is vulnerable to Inefficient Regular Expression Complexity ansi-regex es vulnerable a una Complejidad de Expresiones Regulares Ineficientes A regular expression denial of service (ReDoS) vulnerability was found in nodejs-ansi-regex. This could possibly cause an application using ansi-regex to use an excessive amount of CPU time when matching crafted ANSI escape codes. An update that fixes 9 vulnerabilities is now available. This update for nodejs10 fixes the following issues. Fixed ReDoS via spli... • https://github.com/chalk/ansi-regex/commit/8d1d7cdb586269882c4bdc1b7325d0c58c8f76f9 • CWE-400: Uncontrolled Resource Consumption CWE-1333: Inefficient Regular Expression Complexity •