cvelist/2020/6xxx/CVE-2020-6803.json
2020-02-28 23:01:11 +00:00

110 lines
3.4 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2020-6803",
"ASSIGNER": "security@mozilla.org",
"STATE": "PUBLIC",
"TITLE": "Open redirect in Mozilla WebThings Gateway"
},
"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"
}
],
"description": {
"description_data": [
{
"lang": "eng",
"value": "An open redirect is present on the gateway's login page, which could cause a user to be redirected to a malicious site after logging in."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-601 URL Redirection to Untrusted Site ('Open Redirect')"
}
]
}
]
},
"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."
}
]
}