From 864fe89b94cf7983de9c3bc452d895a0287bb120 Mon Sep 17 00:00:00 2001 From: lordoxley <40054947+lordoxley@users.noreply.github.com> Date: Fri, 26 Mar 2021 09:28:38 +0000 Subject: [PATCH] Update CVE-2021-23889.json --- 2021/23xxx/CVE-2021-23889.json | 82 +++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 7 deletions(-) diff --git a/2021/23xxx/CVE-2021-23889.json b/2021/23xxx/CVE-2021-23889.json index 87d414f18c3..a680ca34346 100644 --- a/2021/23xxx/CVE-2021-23889.json +++ b/2021/23xxx/CVE-2021-23889.json @@ -1,18 +1,86 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { + "ASSIGNER": "psirt@mcafee.com", "ID": "CVE-2021-23889", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "PUBLIC", + "TITLE": "McAfee ePO Cross-site Scripting vulnerability" }, + "affects": { + "vendor": { + "vendor_data": [ + { + "product": { + "product_data": [ + { + "product_name": "McAfee ePolicy Orchestrator (ePO)", + "version": { + "version_data": [ + { + "version_affected": "<", + "version_value": "5.10 CU 10" + } + ] + } + } + ] + }, + "vendor_name": "McAfee,LLC" + } + ] + } + }, + "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": "Cross-Site Scripting vulnerability in McAfee ePolicy Orchestrator (ePO) prior to 5.10 Update 10 allows ePO administrators to inject arbitrary web script or HTML via multiple parameters where the administrator's entries were not correctly sanitized." } ] + }, + "generator": { + "engine": "Vulnogram 0.0.9" + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "baseScore": 3.5, + "baseSeverity": "LOW", + "confidentialityImpact": "LOW", + "integrityImpact": "LOW", + "privilegesRequired": "HIGH", + "scope": "UNCHANGED", + "userInteraction": "REQUIRED", + "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:N", + "version": "3.1" + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE 79: Cross-Site Scripting (XSS)" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10352", + "refsource": "CONFIRM", + "url": "https://kc.mcafee.com/corporate/index?page=content&id=SB10352" + } + ] + }, + "source": { + "discovery": "UNKNOWN" } -} \ No newline at end of file +}