From be6e022b573ebdacc5164abaabd4e7cfa2fa92f3 Mon Sep 17 00:00:00 2001 From: Dhananjay Arunesh Date: Tue, 19 May 2020 22:38:42 +0530 Subject: [PATCH] CVE-2020-10722 update --- 2020/10xxx/CVE-2020-10722.json | 71 ++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 3 deletions(-) diff --git a/2020/10xxx/CVE-2020-10722.json b/2020/10xxx/CVE-2020-10722.json index fd34d36fdc6..e5504f7b69f 100644 --- a/2020/10xxx/CVE-2020-10722.json +++ b/2020/10xxx/CVE-2020-10722.json @@ -4,15 +4,80 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2020-10722", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "darunesh@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "[UNKNOWN]", + "product": { + "product_data": [ + { + "product_name": "dpdk", + "version": { + "version_data": [ + { + "version_value": "20.02.1" + }, + { + "version_value": "19.11.2" + }, + { + "version_value": "18.11.8" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-190" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10722", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10722", + "refsource": "CONFIRM" + }, + { + "url": "https://www.openwall.com/lists/oss-security/2020/05/18/2" + }, + { + "url": "https://bugs.dpdk.org/show_bug.cgi?id=267" + } + ] }, "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": "A vulnerability was found in DPDK versions 18.05 and above. A missing check for an integer overflow in vhost_user_set_log_base() could result in a smaller memory map than requested, possibly allowing memory corruption." } ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "5.1/CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H", + "version": "3.0" + } + ] + ] } } \ No newline at end of file