diff --git a/2019/7xxx/CVE-2019-7004.json b/2019/7xxx/CVE-2019-7004.json index b795ae295f5..d5ad04dbf58 100644 --- a/2019/7xxx/CVE-2019-7004.json +++ b/2019/7xxx/CVE-2019-7004.json @@ -1,18 +1,85 @@ { - "CVE_data_meta": { - "ASSIGNER": "cve@mitre.org", - "ID": "CVE-2019-7004", - "STATE": "RESERVED" - }, - "data_format": "MITRE", - "data_type": "CVE", - "data_version": "4.0", - "description": { - "description_data": [ + "CVE_data_meta": { + "ASSIGNER": "securityalerts@avaya.com", + "DATE_PUBLIC": "2019-12-11T00:00:00.000Z", + "ID": "CVE-2019-7004", + "STATE": "PUBLIC", + "TITLE": "Avaya IP Office XSS Vulnerability" + }, + "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 Application Server ", + "version": { + "version_data": [ + { + "affected": "<=", + "version_name": "11.x", + "version_value": "11.0 FP4 SP1" + } + ] + } + } + ] + }, + "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 Cross-Site Scripting (XSS) vulnerability in the WebUI component of IP Office Application Server could allow unauthorized code execution and potentially disclose sensitive information. All product versions 11.x are affected. Product versions prior to 11.0, including unsupported versions, were not evaluated." + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "HIGH", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 6.4, + "baseSeverity": "MEDIUM", + "confidentialityImpact": "HIGH", + "integrityImpact": "HIGH", + "privilegesRequired": "LOW", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N", + "version": "3.0" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://support.avaya.com/css/P8/documents/101062833", + "refsource": "CONFIRM", + "url": "https://support.avaya.com/css/P8/documents/101062833" + } + ] + }, + "source": { + "advisory": "ASA-2019-213" + } +}