cvelist/2020/6xxx/CVE-2020-6808.json
2020-03-25 22:01:17 +00:00

68 lines
2.4 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-6808",
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Mozilla",
"product": {
"product_data": [
{
"product_name": "Firefox",
"version": {
"version_data": [
{
"version_value": "74",
"version_affected": "<"
}
]
}
}
]
}
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "URL Spoofing via javascript: URL"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.mozilla.org/security/advisories/mfsa2020-08/",
"refsource": "MISC",
"name": "https://www.mozilla.org/security/advisories/mfsa2020-08/"
},
{
"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1247968",
"refsource": "MISC",
"name": "https://bugzilla.mozilla.org/show_bug.cgi?id=1247968"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "When a JavaScript URL (javascript:) is evaluated and the result is a string, this string is parsed to create an HTML document, which is then presented. Previously, this document's URL (as reported by the document.location property, for example) was the originating javascript: URL which could lead to spoofing attacks; it is now correctly the URL of the originating document. This vulnerability affects Firefox < 74."
}
]
}
}