HTTP request splitting Affecting node Open this link in a new tab package, versions [6.0.0, 6.15.0) [8.0.0, 8.14.0)
Attack Complexity
Low
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-UPSTREAM-NODE-73603
-
published
24 Jan 2019
-
disclosed
28 Nov 2018
-
credit
Arkadiy Tetelman
Introduced: 28 Nov 2018
CVE-2018-12116 Open this link in a new tabHow to fix?
Upgrade node
to version 6.15.0, 8.14.0 or higher.
Overview
node is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Affected versions of this package are vulnerable to HTTP request splitting. If Node.js can be convinced to use unsanitized user-provided Unicode data for the path option of an HTTP request, then data can be provided which will trigger a second, unexpected, and user-defined HTTP request to made to the same server.