From 32f1d68814417935a39d8ff430675d2c7e9d87fb Mon Sep 17 00:00:00 2001 From: Paul Devitt Date: Fri, 23 Sep 2022 14:47:16 +0200 Subject: [PATCH] CVE-2022-2347 - Unchecked Download size in Uboot --- 2022/2xxx/CVE-2022-2347.json | 82 +++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 7 deletions(-) diff --git a/2022/2xxx/CVE-2022-2347.json b/2022/2xxx/CVE-2022-2347.json index 5f29cff332f..a11553f89d4 100644 --- a/2022/2xxx/CVE-2022-2347.json +++ b/2022/2xxx/CVE-2022-2347.json @@ -1,18 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "security@google.com", + "DATE_PUBLIC": "2022-07-07T22:00:00.000Z", "ID": "CVE-2022-2347", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "Unchecked Download size in Uboot" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "Uboot", + "version": { + "version_data": [ + { + "version_affected": "<=", + "version_value": "2022.07" + } + ] + } + } + ] + }, + "vendor_name": "Uboot" + } + ] + } + }, + "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": "There exists an unchecked length field in UBoot. The U-Boot DFU implementation does not bound the length field in USB DFU download setup packets, and it does not verify that the transfer direction corresponds to the specified command. Consequently, if a physical attacker crafts a USB DFU download setup packet with a `wLength` greater than 4096 bytes, they can write beyond the heap-allocated request buffer." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "LOCAL", + "availabilityImpact": "HIGH", + "baseScore": 7.7, + "baseSeverity": "HIGH", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "NONE", + "scope": "CHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-122 Heap-based Buffer Overflow" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "CONFIRM", + "url": "https://seclists.org/oss-sec/2022/q3/41" + } + ] + }, + "source": { + "discovery": "EXTERNAL" } -} \ No newline at end of file +}