From b806a8a0c8ad36754331712c9b16d2c389403380 Mon Sep 17 00:00:00 2001 From: Andrej Nemec Date: Tue, 11 Sep 2018 14:13:19 +0200 Subject: [PATCH] CVE-2016-0750.json --- 2016/0xxx/CVE-2016-0750.json | 91 +++++++++++++++++++++++++++++------- 1 file changed, 75 insertions(+), 16 deletions(-) diff --git a/2016/0xxx/CVE-2016-0750.json b/2016/0xxx/CVE-2016-0750.json index 3c68a27f33e..06265191c58 100644 --- a/2016/0xxx/CVE-2016-0750.json +++ b/2016/0xxx/CVE-2016-0750.json @@ -1,18 +1,77 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2016-0750", - "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-2016-0750", + "ASSIGNER": "anemec@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "Red Hat", + "product": { + "product_data": [ + { + "product_name": "Infinispan", + "version": { + "version_data": [ + { + "version_value": "9.1.0.Final" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-138" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-0750", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-0750", + "refsource": "CONFIRM" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "The hotrod java client in infinispan before 9.1.0.Final automatically deserializes bytearray message contents in certain events. A malicious user could exploit this flaw by injecting a specially-crafted serialized object to attain remote code execution or conduct other attacks." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "4.2/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N", + "version": "3.0" + } + ], + [ + { + "vectorString": "3.6/AV:N/AC:H/Au:S/C:P/I:P/A:N", + "version": "2.0" + } + ] + ] + } }