cvelist/2018/1xxx/CVE-2018-1098.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2017-12-04 03:02:28 -05:00
{
"CVE_data_meta" : {
"ASSIGNER" : "secalert@redhat.com",
"DATE_PUBLIC" : "2018-02-25T00:00:00",
2017-12-04 03:02:28 -05:00
"ID" : "CVE-2018-1098",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "etcd",
"version" : {
"version_data" : [
{
"version_value" : "3.3.1 and earlier"
}
]
}
}
]
},
"vendor_name" : "Red Hat, Inc."
}
]
}
2017-12-04 03:02:28 -05:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "A cross-site request forgery flaw was found in etcd 3.3.1 and earlier. An attacker can set up a website that tries to send a POST request to the etcd server and modify a key. Adding a key is done with PUT so it is theoretically safe (can't PUT from an HTML form or such) but POST allows creating in-order keys that an attacker can send."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-352"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://bugzilla.redhat.com/show_bug.cgi?id=1552714",
"refsource" : "CONFIRM",
"url" : "https://bugzilla.redhat.com/show_bug.cgi?id=1552714"
2018-04-03 12:02:55 -04:00
},
{
"name" : "https://github.com/coreos/etcd/issues/9353",
"refsource" : "CONFIRM",
2018-04-03 12:02:55 -04:00
"url" : "https://github.com/coreos/etcd/issues/9353"
2017-12-04 03:02:28 -05:00
}
]
}
}