CVE-2018-7158

The `'path'` module in the Node.js 4.x release line contains a potential regular expression denial of service (ReDoS) vector. The code in question was replaced in Node.js 6.x and later so this vulnerability only impacts all versions of Node.js 4.x. The regular expression, `splitPathRe`, used within the `'path'` module for the various path parsing functions, including `path.dirname()`, `path.extname()` and `path.parse()` was structured in such a way as to allow an attacker to craft a string, that when passed through one of these functions, could take a significant amount of time to evaluate, potentially leading to a full denial of service.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*
cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*

History

29 Aug 2022, 20:22

Type Values Removed Values Added
CWE CWE-20 NVD-CWE-Other

Information

Published : 2018-05-17 14:29

Updated : 2023-12-10 12:30


NVD link : CVE-2018-7158

Mitre link : CVE-2018-7158

CVE.ORG link : CVE-2018-7158


JSON object : View

Products Affected

nodejs

  • node.js
CWE
NVD-CWE-Other CWE-185

Incorrect Regular Expression