cvelist/2020/6xxx/CVE-2020-6804.json

110 lines
3.5 KiB
JSON
Raw Normal View History

2020-01-10 14:01:04 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-6804",
2020-02-28 23:01:11 +00:00
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC",
"TITLE": "XSS in Mozilla WebThings Gateway"
2020-01-10 14:01:04 +00:00
},
2020-02-28 23:01:11 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "WebThings Gateway",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_name": "0.3.0",
"version_value": "0.3.0"
},
{
"version_affected": "<",
"version_name": "0.12.0",
"version_value": "0.12.0"
}
]
}
}
]
},
"vendor_name": "Mozilla"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Panagiotis"
}
],
2020-01-10 14:01:04 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-02-28 23:01:11 +00:00
"value": "A reflected XSS vulnerability exists within the gateway, allowing an attacker to craft a specialized URL which could steal the user's authentication token. When combined with CVE-2020-6803, an attacker could fully compromise the system."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Cross-site Scripting (XSS)"
}
]
2020-01-10 14:01:04 +00:00
}
]
2020-02-28 23:01:11 +00:00
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://github.com/mozilla-iot/gateway/pull/2446",
"name": "https://github.com/mozilla-iot/gateway/pull/2446"
}
]
},
"solution": [
{
"lang": "eng",
"value": "https://github.com/mozilla-iot/gateway/pull/2446"
}
],
"source": {
"discovery": "EXTERNAL"
},
"work_around": [
{
"lang": "eng",
"value": "* Never share your gateway address publicly.\n* Never click on links which take you to your gateway, especially to the login page."
}
]
2020-01-10 14:01:04 +00:00
}