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

69 lines
1.9 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-3712",
2018-06-06 19:53:46 -04:00
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "serve node module",
"version" : {
"version_data" : [
{
"version_value" : "Versions before 6.4.9"
}
]
}
}
]
},
"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" : "serve node module before 6.4.9 suffers from a Path Traversal vulnerability due to not handling %2e (.) and %2f (/) and allowing them in paths, which allows a malicious user to view the contents of any directory with known path."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Path Traversal (CWE-22)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-06-06 22:03:06 -04:00
"name" : "https://github.com/zeit/serve/pull/316",
"refsource" : "MISC",
2018-06-06 19:53:46 -04:00
"url" : "https://github.com/zeit/serve/pull/316"
},
{
2018-06-06 22:03:06 -04:00
"name" : "https://hackerone.com/reports/307666",
"refsource" : "MISC",
2018-06-06 19:53:46 -04:00
"url" : "https://hackerone.com/reports/307666"
2017-12-28 22:02:29 -05:00
}
]
}
}