From 6eb656fc68a46af37a0f79a447f6517f480eccbe Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 18 May 2018 00:02:33 -0400 Subject: [PATCH] - Synchronized data. --- 2018/11xxx/CVE-2018-11232.json | 72 ++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 2018/11xxx/CVE-2018-11232.json diff --git a/2018/11xxx/CVE-2018-11232.json b/2018/11xxx/CVE-2018-11232.json new file mode 100644 index 00000000000..cb83d81a320 --- /dev/null +++ b/2018/11xxx/CVE-2018-11232.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2018-11232", + "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 etm_setup_aux function in drivers/hwtracing/coresight/coresight-etm-perf.c in the Linux kernel before 4.10.2 allows attackers to cause a denial of service (panic) because a parameter is incorrectly used as a local variable." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "name" : "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f09444639099584bc4784dfcd85ada67c6f33e0f", + "refsource" : "MISC", + "url" : "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f09444639099584bc4784dfcd85ada67c6f33e0f" + }, + { + "name" : "https://github.com/torvalds/linux/commit/f09444639099584bc4784dfcd85ada67c6f33e0f", + "refsource" : "MISC", + "url" : "https://github.com/torvalds/linux/commit/f09444639099584bc4784dfcd85ada67c6f33e0f" + }, + { + "name" : "https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.2", + "refsource" : "MISC", + "url" : "https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.2" + } + ] + } +}