cvelist/2018/1000xxx/CVE-2018-1000211.json

71 lines
2.1 KiB
JSON
Raw Normal View History

2018-07-13 14:05:22 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "kurt@seifried.org",
"DATE_ASSIGNED" : "2018-07-10T20:50:24.886897",
"DATE_REQUESTED" : "2018-07-10T20:32:02",
"ID" : "CVE-2018-1000211",
"REQUESTER" : "me@justinbull.ca",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Doorkeeper",
"version" : {
"version_data" : [
{
"version_value" : "4.2.0 and later"
}
]
}
}
]
},
"vendor_name" : "Doorkeeper"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "Doorkeeper version 4.2.0 and later contains a Incorrect Access Control vulnerability in Token revocation API's authorized method that can result in Access tokens are not revoked for public OAuth apps, leaking access until expiry."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Incorrect Access Control"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/doorkeeper-gem/doorkeeper/issues/891",
"refsource" : "CONFIRM",
"url" : "https://github.com/doorkeeper-gem/doorkeeper/issues/891"
},
{
"name" : "https://github.com/doorkeeper-gem/doorkeeper/pull/1119",
"refsource" : "CONFIRM",
"url" : "https://github.com/doorkeeper-gem/doorkeeper/pull/1119"
}
]
}
}