From d54191cfb9c009dbf19dab26e1096ee315ac1e71 Mon Sep 17 00:00:00 2001 From: "lpardo@redhat.com" Date: Mon, 3 Dec 2018 10:00:55 -0300 Subject: [PATCH] CVE-2018-16855 --- 2018/16xxx/CVE-2018-16855.json | 88 +++++++++++++++++++++++++++------- 1 file changed, 72 insertions(+), 16 deletions(-) diff --git a/2018/16xxx/CVE-2018-16855.json b/2018/16xxx/CVE-2018-16855.json index 5a76563f8d3..3ba89e6f374 100644 --- a/2018/16xxx/CVE-2018-16855.json +++ b/2018/16xxx/CVE-2018-16855.json @@ -1,18 +1,74 @@ { - "CVE_data_meta" : { - "ASSIGNER" : "cve@mitre.org", - "ID" : "CVE-2018-16855", - "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-2018-16855", + "ASSIGNER": "lpardo@redhat.com" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "[UNKNOWN]", + "product": { + "product_data": [ + { + "product_name": "pdns-recursor", + "version": { + "version_data": [ + { + "version_value": "4.1.8" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-125" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://docs.powerdns.com/recursor/security-advisories/powerdns-advisory-2018-09.html" + }, + { + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16855", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16855", + "refsource": "CONFIRM" + } + ] + }, + "description": { + "description_data": [ + { + "lang": "eng", + "value": "An issue has been found in PowerDNS Recursor before version 4.1.8 where a remote attacker sending a DNS query can trigger an out-of-bounds memory read while computing the hash of the query for a packet cache lookup, possibly leading to a crash." + } + ] + }, + "impact": { + "cvss": [ + [ + { + "vectorString": "7.5/CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", + "version": "3.0" + } + ] + ] + } }