Node.js における入力確認に関する脆弱性
| Title |
Node.js における入力確認に関する脆弱性
|
| Summary |
Node.js には、入力確認に関する脆弱性が存在します。
|
| Possible impacts |
情報を改ざんされる可能性があります。 |
| Solution |
ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
March 21, 2018, midnight |
| Registration Date |
July 13, 2018, 5:44 p.m. |
| Last Update |
July 13, 2018, 5:44 p.m. |
|
CVSS3.0 : 警告
|
| Score |
5.3
|
| Vector |
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
|
CVSS2.0 : 警告
|
| Score |
5
|
| Vector |
AV:N/AC:L/Au:N/C:N/I:P/A:N |
Affected System
| Node.js Foundation |
|
Node.js
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2018年07月13日] 掲載 |
July 13, 2018, 5:44 p.m. |
NVD Vulnerability Information
CVE-2018-7159
| Summary |
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.
|
| Publication Date |
May 17, 2018, 11:29 p.m. |
| Registration Date |
March 1, 2021, 7:37 p.m. |
| Last Update |
Nov. 21, 2024, 1:11 p.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:* |
4.2.0 |
|
|
4.9.0 |
| cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:* |
6.9.0 |
|
|
6.14.0 |
| cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:* |
8.9.0 |
|
|
8.11.0 |
| cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:* |
4.0.0 |
4.1.2 |
|
|
| cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:* |
6.0.0 |
6.8.1 |
|
|
| cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:* |
8.0.0 |
8.8.1 |
|
|
| cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:* |
9.0.0 |
|
|
9.10.0 |
Related information, measures and tools
Common Vulnerabilities List