cvelist/2015/9xxx/CVE-2015-9284.json
2020-03-04 15:01:07 +00:00

77 lines
2.7 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2015-9284",
"ASSIGNER": "support@hackerone.com",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "n/a",
"product": {
"product_data": [
{
"product_name": "omniauth ruby gem",
"version": {
"version_data": [
{
"version_value": "All versions"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-Site Request Forgery (CSRF) (CWE-352)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"name": "https://github.com/omniauth/omniauth/pull/809",
"url": "https://github.com/omniauth/omniauth/pull/809"
},
{
"refsource": "MISC",
"name": "https://github.com/omniauth/omniauth-rails/pull/1",
"url": "https://github.com/omniauth/omniauth-rails/pull/1"
},
{
"refsource": "MLIST",
"name": "[oss-security] 20150526 CVE Request: CSRF vulnerability in OmniAuth request phase",
"url": "https://www.openwall.com/lists/oss-security/2015/05/26/11"
},
{
"refsource": "MISC",
"name": "https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284",
"url": "https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The request phase of the OmniAuth Ruby gem (1.9.1 and earlier) is vulnerable to Cross-Site Request Forgery when used as part of the Ruby on Rails framework, allowing accounts to be connected without user intent, user interaction, or feedback to the user. This permits a secondary account to be able to sign into the web application as the primary account."
}
]
}
}