cvelist/2016/10xxx/CVE-2016-10522.json

73 lines
2.4 KiB
JSON
Raw Normal View History

2017-10-29 14:04:06 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "support@hackerone.com",
2017-10-29 14:04:06 -04:00
"ID" : "CVE-2016-10522",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "rails_admin ruby gem",
"version" : {
"version_data" : [
{
"version_value" : ">= 1.1.1"
}
]
}
}
]
},
"vendor_name" : "https://github.com/sferik"
}
]
}
2017-10-29 14:04:06 -04:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "rails_admin ruby gem <v1.1.1 is vulnerable to cross-site request forgery (CSRF) attacks. Non-GET methods were not validating CSRF tokens and, as a result, an attacker could hypothetically gain access to the application administrative endpoints exposed by the gem."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Cross-Site Request Forgery (CSRF) (CWE-352)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
2018-07-05 12:04:38 -04:00
"name" : "https://www.sourceclear.com/blog/Rails_admin-Vulnerability-Disclosure/",
"refsource" : "MISC",
"url" : "https://www.sourceclear.com/blog/Rails_admin-Vulnerability-Disclosure/"
},
{
2018-07-05 12:04:38 -04:00
"name" : "https://www.sourceclear.com/registry/security/cross-site-request-forgery-csrf-/ruby/sid-3173",
"refsource" : "MISC",
"url" : "https://www.sourceclear.com/registry/security/cross-site-request-forgery-csrf-/ruby/sid-3173"
},
{
2018-07-05 12:04:38 -04:00
"name" : "https://github.com/sferik/rails_admin/commit/b13e879eb93b661204e9fb5e55f7afa4f397537a",
"refsource" : "CONFIRM",
"url" : "https://github.com/sferik/rails_admin/commit/b13e879eb93b661204e9fb5e55f7afa4f397537a"
2017-10-29 14:04:06 -04:00
}
]
}
}