← Back

CVE-2018-7159

nvd nist
Published: May 17, 2018Modified: Jun 17, 2026

JSON object

Loading...
5.3
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Exploitability: 3.9 / Impact: 1.4
Source: NVD

Description

The HTTP parser in all current versions of Node.js ignores spaces in the `Content-Length` header, allowing input such as `Content-Length: 1 2` to be interpreted as having a value of `12`. The HTTP specification does not allow for spaces in the `Content-Length` value and the Node.js HTTP parser has been brought into line on this particular difference. The security risk of this flaw to Node.js users is considered to be VERY LOW as it is difficult, and may be impossible, to craft an attack that makes use of this flaw in a way that could not already be achieved by supplying an incorrect value for `Content-Length`. Vulnerabilities may exist in user-code that make incorrect assumptions about the potential accuracy of this value compared to the actual length of the data supplied. Node.js users crafting lower-level HTTP utilities are advised to re-check the length of any input supplied after parsing is complete.

Affected (7)

Products: Nodejs: Node.js
1 product
Node.js
Configuration A
7 vulnerable
Vulnerable SoftwareAffected Versions
Nodejs
From 4.0.0 to 4.1.2
From 6.0.0 to 6.8.1
From 8.0.0 to 8.8.1
From 9.0.0 to 9.10.0
From 4.2.0 to 4.9.0
From 6.9.0 to 6.14.0
From 8.9.0 to 8.11.0

References (6)

Source: cve-request@iojs.org
Third Party Advisory
Source: af854a3a-2127-422b-91ae-364da2661108
Third Party Advisory
Source: af854a3a-2127-422b-91ae-364da2661108
Vendor Advisory

Timeline

No history available yet.