
CVE-2017-20162 – vercel ms index.js parse redos
https://notcve.org/view.php?id=CVE-2017-20162
05 Jan 2023 — A vulnerability, which was classified as problematic, has been found in vercel ms up to 1.x. This issue affects the function parse of the file index.js. The manipulation of the argument str leads to inefficient regular expression complexity. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used. • https://github.com/vercel/ms/commit/caae2988ba2a37765d055c4eee63d383320ee662 • CWE-1333: Inefficient Regular Expression Complexity •

CVE-2015-8315
https://notcve.org/view.php?id=CVE-2015-8315
23 Jan 2017 — The ms package before 0.7.1 for Node.js allows attackers to cause a denial of service (CPU consumption) via a long version string, aka a "regular expression denial of service (ReDoS)." El paquete ms en versiones anteriores a 0.7.1 para Node.js permite a atacantes provocar una denegación de servicio (consumo de CPU) a través de una cadena de versión larga, vulnerabilidad también conocida como "denegación de servicio de expresión regular (ReDoS)". • http://www.openwall.com/lists/oss-security/2016/04/20/11 • CWE-1333: Inefficient Regular Expression Complexity •