From ac0ed867db8f7ac87885a012fd2d6318add592dc Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 10 May 2018 15:02:50 -0400 Subject: [PATCH] - Synchronized data. --- 2018/1xxx/CVE-2018-1115.json | 146 ++++++++++++++++++----------------- 1 file changed, 77 insertions(+), 69 deletions(-) diff --git a/2018/1xxx/CVE-2018-1115.json b/2018/1xxx/CVE-2018-1115.json index a2f8fdecfd0..6c34f81852a 100644 --- a/2018/1xxx/CVE-2018-1115.json +++ b/2018/1xxx/CVE-2018-1115.json @@ -1,72 +1,80 @@ { - "impact": { - "cvss": [ - [ - { - "vectorString": "4.2/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L", - "version": "3.0" - } + "CVE_data_meta" : { + "ASSIGNER" : "lpardo@redhat.com", + "ID" : "CVE-2018-1115", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "postgresql", + "version" : { + "version_data" : [ + { + "version_value" : "postegresql 10.4" + }, + { + "version_value" : " postegresql 9.6.9" + } + ] + } + } + ] + }, + "vendor_name" : "" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "postgresql before versions 10.4, 9.6.9 is vulnerable in the adminpack extension, the pg_catalog.pg_logfile_rotate() function doesn't follow the same ACLs than pg_rorate_logfile. If the adminpack is added to a database, an attacker able to connect to it could exploit this to force log rotation." + } + ] + }, + "impact" : { + "cvss" : [ + [ + { + "vectorString" : "4.2/CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L", + "version" : "3.0" + } + ] + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "CWE-284" + } ] - ] - }, - "description": { - "description_data": [ - { - "lang": "eng", - "value": "postgresql before versions 10.4, 9.6.9 is vulnerable in the adminpack extension, the pg_catalog.pg_logfile_rotate() function doesn't follow the same ACLs than pg_rorate_logfile. If the adminpack is added to a database, an attacker able to connect to it could exploit this to force log rotation." - } - ] - }, - "data_type": "CVE", - "affects": { - "vendor": { - "vendor_data": [ - { - "product": { - "product_data": [ - { - "version": { - "version_data": [ - { - "version_value": "postegresql 10.4" - }, - { - "version_value": " postegresql 9.6.9" - } - ] - }, - "product_name": "postgresql" - } - ] - }, - "vendor_name": "" - } - ] - } - }, - "data_format": "MITRE", - "problemtype": { - "problemtype_data": [ - { - "description": [ - { - "lang": "eng", - "value": "CWE-284" - } - ] - } - ] - }, - "data_version": "4.0", - "references": { - "reference_data": [ - { - "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1115" - } - ] - }, - "CVE_data_meta": { - "ID": "CVE-2018-1115", - "ASSIGNER": "lpardo@redhat.com" - } + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1115", + "refsource" : "CONFIRM", + "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-1115" + }, + { + "name" : "https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=7b34740", + "refsource" : "CONFIRM", + "url" : "https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=7b34740" + } + ] + } }