cvelist/2016/9xxx/CVE-2016-9078.json
2019-03-17 21:43:05 +00:00

78 lines
2.7 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security@mozilla.org",
"ID": "CVE-2016-9078",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "50.0.1"
}
]
}
}
]
},
"vendor_name": "Mozilla"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Redirection from an HTTP connection to a \"data:\" URL assigns the referring site's origin to the \"data:\" URL in some circumstances. This can result in same-origin violations against a domain if it loads resources from malicious sites. Cross-origin setting of cookies has been demonstrated without the ability to read them. Note: This issue only affects Firefox 49 and 50. This vulnerability affects Firefox < 50.0.1."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "data: URL can inherit wrong origin after an HTTP redirect\n"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "94569",
"refsource": "BID",
"url": "http://www.securityfocus.com/bid/94569"
},
{
"name": "https://www.mozilla.org/security/advisories/mfsa2016-91/",
"refsource": "CONFIRM",
"url": "https://www.mozilla.org/security/advisories/mfsa2016-91/"
},
{
"name": "1037353",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1037353"
},
{
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1317641",
"refsource": "CONFIRM",
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1317641"
}
]
}
}