diff --git a/2020/10xxx/CVE-2020-10274.json b/2020/10xxx/CVE-2020-10274.json index 3c01e02493c..b3a7a661235 100644 --- a/2020/10xxx/CVE-2020-10274.json +++ b/2020/10xxx/CVE-2020-10274.json @@ -1,18 +1,102 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "cve@aliasrobotics.com", + "DATE_PUBLIC": "2020-06-24T04:37:43 +00:00", "ID": "CVE-2020-10274", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "RVD#2556: MiR REST API allows for data exfiltration by unauthorized attackers (e.g. indoor maps)" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "MiR100", + "version": { + "version_data": [ + { + "version_value": "v2.8.1.1 and before" + } + ] + } + } + ] + }, + "vendor_name": "Mobile Industrial Robots A/S" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Alias Robotics (group, https://aliasrobotics.com)" + } + ], + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", - "value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided." + "value": "The access tokens for the REST API are directly derived (sha256 and base64 encoding) from the publicly available default credentials from the Control Dashboard (refer to CVE-2020-10270 for related flaws). This flaw in combination with CVE-2020-10273 allows any attacker connected to the robot networks (wired or wireless) to exfiltrate all stored data (e.g. indoor mapping images) and associated metadata from the robot's database." } ] + }, + "generator": { + "engine": "Robot Vulnerability Database (RVD)" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 7.1, + "baseSeverity": "high", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://cwe.mitre.org/data/definitions/200.html", + "refsource": "CONFIRM", + "url": "https://cwe.mitre.org/data/definitions/200.html" } -} \ No newline at end of file + ], + "reference_data": [ + { + "name": "https://github.com/aliasrobotics/RVD/issues/2556", + "refsource": "CONFIRM", + "url": "https://github.com/aliasrobotics/RVD/issues/2556" + } + ] + }, + "source": { + "defect": [ + "RVD#2556" + ], + "discovery": "EXTERNAL" + } +}