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

106 lines
3.5 KiB
JSON
Raw Normal View History

2018-06-14 10:04:14 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "security@mozilla.org",
"ID" : "CVE-2018-12364"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "Thunderbird",
"version" : {
"version_data" : [
{
"version_affected" : "<",
"version_value" : "60"
},
{
"version_affected" : "<",
"version_value" : "52.9"
}
]
}
},
{
"product_name" : "Firefox ESR",
"version" : {
"version_data" : [
{
"version_affected" : "<",
"version_value" : "60.1"
},
{
"version_affected" : "<",
"version_value" : "52.9"
}
]
}
},
{
"product_name" : "Firefox",
"version" : {
"version_data" : [
{
"version_affected" : "<",
"version_value" : "61"
}
]
}
}
]
},
"vendor_name" : "Mozilla"
}
]
}
2018-06-14 10:04:14 -04:00
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "NPAPI plugins, such as Adobe Flash, can send non-simple cross-origin requests, bypassing CORS by making a same-origin POST that does a 307 redirect to the target site. This allows for a malicious site to engage in cross-site request forgery (CSRF) attacks. This vulnerability affects Thunderbird < 60, Thunderbird < 52.9, Firefox ESR < 60.1, Firefox ESR < 52.9, and Firefox < 61."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CSRF attacks through 307 redirects and NPAPI plugins"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://www.mozilla.org/security/advisories/mfsa2018-16/"
},
{
"url" : "https://www.mozilla.org/security/advisories/mfsa2018-17/"
},
{
"url" : "https://www.mozilla.org/security/advisories/mfsa2018-15/"
},
{
"url" : "https://www.mozilla.org/security/advisories/mfsa2018-18/"
},
{
"url" : "https://www.mozilla.org/security/advisories/mfsa2018-19/"
},
{
"url" : "https://bugzilla.mozilla.org/show_bug.cgi?id=1436241"
2018-06-14 10:04:14 -04:00
}
]
}
}