-
-
Notifications
You must be signed in to change notification settings - Fork 129
Expand file tree
/
Copy path422.json
More file actions
25 lines (25 loc) · 865 Bytes
/
422.json
File metadata and controls
25 lines (25 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"id": 422,
"title": "Out-of-bounds Read",
"overview": "`stringstream` allocates uninitialized Buffers when number is passed in input stream on Node.js 4.x and below",
"created_at": "2018-03-03",
"updated_at": "2018-05-11",
"publish_date": "2018-05-11",
"author": {
"name": "Сковорода Никита Андреевич",
"website": "https://github.com/ChALkeR",
"username": null
},
"module_name": "stringstream",
"cves": [],
"vulnerable_versions": "<=0.0.5",
"patched_versions": ">=0.0.6",
"recommendation": "Update stringstream module to 0.0.6 or higher.",
"references": [
"https://hackerone.com/reports/321670",
"https://github.com/mhart/StringStream/blob/v0.0.5/stringstream.js#L32"
],
"cvss_vector": "CVSS:3.0/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H",
"cvss_score": 5.2,
"coordinating_vendor": null
}