cvelist/2023/34xxx/CVE-2023-34415.json
2023-06-19 11:00:42 +00:00

75 lines
2.6 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-34415",
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "When choosing a site-isolated process for a document loaded from a data: URL that was the result of a redirect, Firefox would load that document in the same process as the site that issued the redirect. This bypassed the site-isolation protections against Spectre-like attacks on sites that host an \"open redirect\". Firefox no longer follows HTTP redirects to data: URLs. This vulnerability affects Firefox < 114."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Site-isolation bypass on sites that allow open redirects to data: urls"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Mozilla",
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "unspecified",
"version_value": "114"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1811999",
"refsource": "MISC",
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1811999"
},
{
"url": "https://www.mozilla.org/security/advisories/mfsa2023-20/",
"refsource": "MISC",
"name": "https://www.mozilla.org/security/advisories/mfsa2023-20/"
}
]
},
"credits": [
{
"lang": "en",
"value": "Jun Kokatsu"
}
]
}