cvelist/2018/3xxx/CVE-2018-3722.json

69 lines
2.1 KiB
JSON
Raw Normal View History

2017-12-28 22:02:29 -05:00
{
"CVE_data_meta" : {
2018-06-06 19:53:46 -04:00
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-04-26T00:00:00",
2017-12-28 22:02:29 -05:00
"ID" : "CVE-2018-3722",
2018-06-06 19:53:46 -04:00
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "merge-deep node module",
"version" : {
"version_data" : [
{
"version_value" : "Versions before 3.0.1"
}
]
}
}
]
},
"vendor_name" : "HackerOne"
}
]
}
2017-12-28 22:02:29 -05:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
2018-06-06 19:53:46 -04:00
"value" : "merge-deep node module before 3.0.1 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of \"Object\" via __proto__, causing the addition or modification of an existing property that will exist on all objects."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Modification of Assumed-Immutable Data (MAID) (CWE-471)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-06-06 22:03:06 -04:00
"name" : "https://github.com/jonschlinkert/merge-deep/commit/2c33634da7129a5aefcc262d2fec2e72224404e5",
"refsource" : "MISC",
2018-06-06 19:53:46 -04:00
"url" : "https://github.com/jonschlinkert/merge-deep/commit/2c33634da7129a5aefcc262d2fec2e72224404e5"
},
{
2018-06-06 22:03:06 -04:00
"name" : "https://hackerone.com/reports/310708",
"refsource" : "MISC",
2018-06-06 19:53:46 -04:00
"url" : "https://hackerone.com/reports/310708"
2017-12-28 22:02:29 -05:00
}
]
}
}