From 52c92b921be93a20f414bb51851a80f6e85b84c1 Mon Sep 17 00:00:00 2001 From: Scott Moore - IBM Date: Tue, 11 Oct 2022 11:56:15 -0400 Subject: [PATCH] IBM20221011-115615 Added CVE-2022-38388 --- 2022/38xxx/CVE-2022-38388.json | 105 ++++++++++++++++++++++++++++----- 1 file changed, 90 insertions(+), 15 deletions(-) diff --git a/2022/38xxx/CVE-2022-38388.json b/2022/38xxx/CVE-2022-38388.json index 338934de29a..b3b7dccc932 100644 --- a/2022/38xxx/CVE-2022-38388.json +++ b/2022/38xxx/CVE-2022-38388.json @@ -1,18 +1,93 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", - "CVE_data_meta": { - "ID": "CVE-2022-38388", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" - }, - "description": { - "description_data": [ + "affects" : { + "vendor" : { + "vendor_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." + "product" : { + "product_data" : [ + { + "product_name" : "Navigator Mobile", + "version" : { + "version_data" : [ + { + "version_value" : "3.4.1.1" + }, + { + "version_value" : "3.4.1.2" + } + ] + } + } + ] + }, + "vendor_name" : "IBM" } - ] - } -} \ No newline at end of file + ] + } + }, + "data_format" : "MITRE", + "references" : { + "reference_data" : [ + { + "title" : "IBM Security Bulletin 6828469 (Navigator Mobile)", + "url" : "https://www.ibm.com/support/pages/node/6828469", + "name" : "https://www.ibm.com/support/pages/node/6828469", + "refsource" : "CONFIRM" + }, + { + "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/233968", + "title" : "X-Force Vulnerability Report", + "refsource" : "XF", + "name" : "ibm-navigator-cve202238388-info-disc (233968)" + } + ] + }, + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "IBM Navigator Mobile Android 3.4.1.1 and 3.4.1.2 app could allow a local user to obtain sensitive information due to improper access control. IBM X-Force ID: 233968." + } + ] + }, + "impact" : { + "cvssv3" : { + "BM" : { + "S" : "U", + "C" : "L", + "SCORE" : "4.000", + "PR" : "N", + "AV" : "L", + "A" : "N", + "UI" : "N", + "AC" : "L", + "I" : "N" + }, + "TM" : { + "RL" : "O", + "E" : "U", + "RC" : "C" + } + } + }, + "data_version" : "4.0", + "data_type" : "CVE", + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "value" : "Obtain Information", + "lang" : "eng" + } + ] + } + ] + }, + "CVE_data_meta" : { + "DATE_PUBLIC" : "2022-10-10T00:00:00", + "ID" : "CVE-2022-38388", + "STATE" : "PUBLIC", + "ASSIGNER" : "psirt@us.ibm.com" + } +}