From 22b8da590cbbd508619e25214687450313833c9b Mon Sep 17 00:00:00 2001 From: Avaya Security Alerts Date: Fri, 7 Aug 2020 15:10:11 -0600 Subject: [PATCH] Inital CVE-2019-7005 Publication --- 2019/7xxx/CVE-2019-7005.json | 102 +++++++++++++++++++++++++++++------ 1 file changed, 87 insertions(+), 15 deletions(-) diff --git a/2019/7xxx/CVE-2019-7005.json b/2019/7xxx/CVE-2019-7005.json index 3c142bd7272..e91f055df06 100644 --- a/2019/7xxx/CVE-2019-7005.json +++ b/2019/7xxx/CVE-2019-7005.json @@ -1,18 +1,90 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-7005", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "CVE_data_meta": { + "ASSIGNER": "securityalerts@avaya.com", + "DATE_PUBLIC": "2020-08-07T06:00:00.000Z", + "ID": "CVE-2019-7005", + "STATE": "PUBLIC", + "TITLE": "Unauthenticated Information Disclosure Vulnerability in IP Office" + }, + "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": "IP Office", + "version": { + "version_data": [ + { + "affected": "<=", + "version_name": "10.0", + "version_value": "10.1.0.7" + }, + { + "affected": "<=", + "version_name": "11.0", + "version_value": "11.0.4.2" + } + ] + } + } + ] + }, + "vendor_name": "Avaya" } - ] - } -} \ No newline at end of file + ] + } + }, + "data_format": "MITRE", + "data_type": "CVE", + "data_version": "4.0", + "description": { + "description_data": [ + { + "lang": "eng", + "value": "A vulnerability was discovered in the web interface component of IP Office that may potentially allow a remote, unauthenticated user with network access to gain sensitive information. Affected versions of IP Office include: 9.x, 10.0 through 10.1.0.7 and 11.0 through 11.0.4.2." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 5.9, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-200: Information Exposure" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://downloads.avaya.com/css/P8/documents/101070158", + "refsource": "CONFIRM", + "url": "https://downloads.avaya.com/css/P8/documents/101070158" + } + ] + }, + "source": { + "advisory": "ASA-2020-009" + } +}