From 06705f8a144a667dedb1330e085482cf2311e9a2 Mon Sep 17 00:00:00 2001 From: Sam Fowler Date: Fri, 27 Jul 2018 12:23:21 +1000 Subject: [PATCH] CVE-2017-7464 --- 2017/7xxx/CVE-2017-7464.json | 91 +++++++++++++++++++++++++++++------- 1 file changed, 75 insertions(+), 16 deletions(-) diff --git a/2017/7xxx/CVE-2017-7464.json b/2017/7xxx/CVE-2017-7464.json index 2b07b30b0be..0f9e666335e 100644 --- a/2017/7xxx/CVE-2017-7464.json +++ b/2017/7xxx/CVE-2017-7464.json @@ -1,18 +1,77 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2017-7464", - "STATE" : "RESERVED" - }, - "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." - } - ] - } + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2017-7464", + "ASSIGNER": "sfowler@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "[UNKNOWN]", + "product": { + "product_data": [ + { + "product_name": "JBoss", + "version": { + "version_data": [ + { + "version_value": "n/a" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-611" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7464", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7464", + "refsource": "CONFIRM" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "It was found that the JAXP implementation used in JBoss EAP 7.0 for SAX and DOM parsing is vulnerable to certain XXE flaws. An attacker could use this flaw to cause DoS, SSRF, or information disclosure if they are able to provide XML content for parsing." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "8.7/CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:H", + "version": "3.0" + } + ], + [ + { + "vectorString": "4/AV:N/AC:H/Au:N/C:P/I:N/A:P", + "version": "2.0" + } + ] + ] + } }