cvelist/2018/12xxx/CVE-2018-12542.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2018-06-18 13:02:56 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "emo@eclipse.org",
2018-06-18 13:02:56 -04:00
"ID" : "CVE-2018-12542",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Eclipse Vert.x",
"version" : {
"version_data" : [
{
"version_affected" : ">=",
"version_value" : "3.0"
},
{
"version_affected" : "<=",
"version_value" : "3.5.3"
}
]
}
}
]
},
"vendor_name" : "The Eclipse Foundation"
}
]
}
2018-06-18 13:02:56 -04:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "In version from 3.0.0 to 3.5.3 of Eclipse Vert.x, the StaticHandler uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\\' (forward slashes) sequences that can resolve to a location that is outside of that directory when running on Windows Operating Systems."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-33: Path Traversal: '....' (Multiple Dot)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://bugs.eclipse.org/bugs/show_bug.cgi?id=539171"
},
{
"url" : "https://github.com/vert-x3/vertx-web/issues/1025"
2018-06-18 13:02:56 -04:00
}
]
}
}