From 2a0c96108cbc2d7183d8b4296ff5f4fe7d96100f Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 26 Jul 2018 15:06:09 -0400 Subject: [PATCH] - Synchronized data. --- 2015/9xxx/CVE-2015-9261.json | 58 ++++++++++++++++++++++++++++- 2017/18xxx/CVE-2017-18344.json | 67 ++++++++++++++++++++++++++++++++++ 2018/9xxx/CVE-2018-9068.json | 2 + 3 files changed, 125 insertions(+), 2 deletions(-) create mode 100644 2017/18xxx/CVE-2017-18344.json diff --git a/2015/9xxx/CVE-2015-9261.json b/2015/9xxx/CVE-2015-9261.json index 18135f03974..5cb146b673b 100644 --- a/2015/9xxx/CVE-2015-9261.json +++ b/2015/9xxx/CVE-2015-9261.json @@ -2,7 +2,30 @@ "CVE_data_meta" : { "ASSIGNER" : "cve@mitre.org", "ID" : "CVE-2015-9261", - "STATE" : "RESERVED" + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } }, "data_format" : "MITRE", "data_type" : "CVE", @@ -11,7 +34,38 @@ "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" : "huft_build in archival/libarchive/decompress_gunzip.c in BusyBox before 1.27.2 misuses a pointer, causing segfaults and an application crash during an unzip operation on a specially crafted ZIP file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "http://www.openwall.com/lists/oss-security/2015/10/25/3", + "refsource" : "MISC", + "url" : "http://www.openwall.com/lists/oss-security/2015/10/25/3" + }, + { + "name" : "https://bugs.debian.org/803097", + "refsource" : "MISC", + "url" : "https://bugs.debian.org/803097" + }, + { + "name" : "https://git.busybox.net/busybox/commit/?id=1de25a6e87e0e627aa34298105a3d17c60a1f44e", + "refsource" : "MISC", + "url" : "https://git.busybox.net/busybox/commit/?id=1de25a6e87e0e627aa34298105a3d17c60a1f44e" } ] } diff --git a/2017/18xxx/CVE-2017-18344.json b/2017/18xxx/CVE-2017-18344.json new file mode 100644 index 00000000000..c540e8584e9 --- /dev/null +++ b/2017/18xxx/CVE-2017-18344.json @@ -0,0 +1,67 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-18344", + "STATE" : "PUBLIC" + }, + "affects" : { + "vendor" : { + "vendor_data" : [ + { + "product" : { + "product_data" : [ + { + "product_name" : "n/a", + "version" : { + "version_data" : [ + { + "version_value" : "n/a" + } + ] + } + } + ] + }, + "vendor_name" : "n/a" + } + ] + } + }, + "data_format" : "MITRE", + "data_type" : "CVE", + "data_version" : "4.0", + "description" : { + "description_data" : [ + { + "lang" : "eng", + "value" : "The timer_create syscall implementation in kernel/time/posix-timers.c in the Linux kernel before 4.14.8 doesn't properly validate the sigevent->sigev_notify field, which leads to out-of-bounds access in the show_timer function (called when /proc/$PID/timers is read). This allows userspace applications to read arbitrary kernel memory (on a kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE)." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.8", + "refsource" : "MISC", + "url" : "https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.8" + }, + { + "name" : "https://github.com/torvalds/linux/commit/cef31d9af908243421258f1df35a4a644604efbe", + "refsource" : "MISC", + "url" : "https://github.com/torvalds/linux/commit/cef31d9af908243421258f1df35a4a644604efbe" + } + ] + } +} diff --git a/2018/9xxx/CVE-2018-9068.json b/2018/9xxx/CVE-2018-9068.json index 8ecdf55d320..bfc50c310bc 100644 --- a/2018/9xxx/CVE-2018-9068.json +++ b/2018/9xxx/CVE-2018-9068.json @@ -71,6 +71,8 @@ "references" : { "reference_data" : [ { + "name" : "https://support.lenovo.com/us/en/solutions/LEN-20227", + "refsource" : "CONFIRM", "url" : "https://support.lenovo.com/us/en/solutions/LEN-20227" } ]