From 318c76b2f08be6d06655016074ea8a7fad42e328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Wed, 15 Jul 2020 23:09:38 +0200 Subject: [PATCH] Assign CVE-2020-10286 --- 2020/10xxx/CVE-2020-10286.json | 98 +++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 7 deletions(-) diff --git a/2020/10xxx/CVE-2020-10286.json b/2020/10xxx/CVE-2020-10286.json index a5d566f813c..7feef378379 100644 --- a/2020/10xxx/CVE-2020-10286.json +++ b/2020/10xxx/CVE-2020-10286.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-07-15T21:09:30 +00:00", "ID": "CVE-2020-10286", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "RVD#3323: Mismanaged permission implementation leads to privilege escalation, exfiltration of sensitive information, and DoS" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "xArm5 Lite v1.5.0 and before", + "version": { + "version_data": [ + { + "version_value": "" + } + ] + } + } + ] + }, + "vendor_name": "uFactory" + } + ] + } + }, + "credit": [ + { + "lang": "eng", + "value": "Alfonso Glera (Alias Robotics)" + } + ], + "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 main user account has restricted privileges but is in the sudoers group and there is not any mechanism in place to prevent sudo su or sudo -i to be run gaining unrestricted access to sensible files, encryption, or issue orders that disrupt robot operation." } ] + }, + "generator": { + "engine": "Robot Vulnerability Database (RVD)" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "HIGH", + "baseScore": 8.3, + "baseSeverity": "critical", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:H", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-656" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://cwe.mitre.org/data/definitions/269.html", + "refsource": "CONFIRM", + "url": "https://cwe.mitre.org/data/definitions/269.html" } -} \ No newline at end of file + ], + "reference_data": [ + { + "name": "https://github.com/aliasrobotics/RVD/issues/3323", + "refsource": "CONFIRM", + "url": "https://github.com/aliasrobotics/RVD/issues/3323" + } + ] + }, + "source": { + "defect": [ + "RVD#3323" + ], + "discovery": "EXTERNAL" + } +}