From bc538f3190cde9618e8e32d7c7f421e0d018a2ca Mon Sep 17 00:00:00 2001 From: CVE Team Date: Sun, 10 Dec 2017 22:03:35 -0500 Subject: [PATCH] - Synchronized data. --- 2017/17xxx/CVE-2017-17505.json | 60 ++++++++++++++++++++++++++++++++++ 2017/17xxx/CVE-2017-17506.json | 60 ++++++++++++++++++++++++++++++++++ 2017/17xxx/CVE-2017-17507.json | 60 ++++++++++++++++++++++++++++++++++ 2017/17xxx/CVE-2017-17508.json | 60 ++++++++++++++++++++++++++++++++++ 2017/17xxx/CVE-2017-17509.json | 60 ++++++++++++++++++++++++++++++++++ 2017/17xxx/CVE-2017-17510.json | 18 ++++++++++ 6 files changed, 318 insertions(+) create mode 100644 2017/17xxx/CVE-2017-17505.json create mode 100644 2017/17xxx/CVE-2017-17506.json create mode 100644 2017/17xxx/CVE-2017-17507.json create mode 100644 2017/17xxx/CVE-2017-17508.json create mode 100644 2017/17xxx/CVE-2017-17509.json create mode 100644 2017/17xxx/CVE-2017-17510.json diff --git a/2017/17xxx/CVE-2017-17505.json b/2017/17xxx/CVE-2017-17505.json new file mode 100644 index 00000000000..2fbe821a579 --- /dev/null +++ b/2017/17xxx/CVE-2017-17505.json @@ -0,0 +1,60 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-17505", + "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" : "In HDF5 1.10.1, there is a NULL pointer dereference in the function H5O_pline_decode in the H5Opline.c file in libhdf5.a. For example, h5dump would crash when someone opens a crafted hdf5 file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://github.com/xiaoqx/pocs/tree/master/hdf5/readme.md" + } + ] + } +} diff --git a/2017/17xxx/CVE-2017-17506.json b/2017/17xxx/CVE-2017-17506.json new file mode 100644 index 00000000000..25a80fb2d32 --- /dev/null +++ b/2017/17xxx/CVE-2017-17506.json @@ -0,0 +1,60 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-17506", + "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" : "In HDF5 1.10.1, there is an out of bounds read vulnerability in the function H5Opline_pline_decode in H5Opline.c in libhdf5.a. For example, h5dump would crash when someone opens a crafted hdf5 file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://github.com/xiaoqx/pocs/tree/master/hdf5/readme.md" + } + ] + } +} diff --git a/2017/17xxx/CVE-2017-17507.json b/2017/17xxx/CVE-2017-17507.json new file mode 100644 index 00000000000..5a713bd184b --- /dev/null +++ b/2017/17xxx/CVE-2017-17507.json @@ -0,0 +1,60 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-17507", + "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" : "In HDF5 1.10.1, there is an out of bounds read vulnerability in the function H5T_conv_struct_opt in H5Tconv.c in libhdf5.a. For example, h5dump would crash when someone opens a crafted hdf5 file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://github.com/xiaoqx/pocs/tree/master/hdf5/readme.md" + } + ] + } +} diff --git a/2017/17xxx/CVE-2017-17508.json b/2017/17xxx/CVE-2017-17508.json new file mode 100644 index 00000000000..e30d90f8377 --- /dev/null +++ b/2017/17xxx/CVE-2017-17508.json @@ -0,0 +1,60 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-17508", + "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" : "In HDF5 1.10.1, there is a divide-by-zero vulnerability in the function H5T_set_loc in the H5T.c file in libhdf5.a. For example, h5dump would crash when someone opens a crafted hdf5 file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://github.com/xiaoqx/pocs/tree/master/hdf5/readme.md" + } + ] + } +} diff --git a/2017/17xxx/CVE-2017-17509.json b/2017/17xxx/CVE-2017-17509.json new file mode 100644 index 00000000000..dc729b792b1 --- /dev/null +++ b/2017/17xxx/CVE-2017-17509.json @@ -0,0 +1,60 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-17509", + "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" : "In HDF5 1.10.1, there is an out of bounds write vulnerability in the function H5G__ent_decode_vec in H5Gcache.c in libhdf5.a. For example, h5dump would crash or possibly have unspecified other impact someone opens a crafted hdf5 file." + } + ] + }, + "problemtype" : { + "problemtype_data" : [ + { + "description" : [ + { + "lang" : "eng", + "value" : "n/a" + } + ] + } + ] + }, + "references" : { + "reference_data" : [ + { + "url" : "https://github.com/xiaoqx/pocs/tree/master/hdf5/readme.md" + } + ] + } +} diff --git a/2017/17xxx/CVE-2017-17510.json b/2017/17xxx/CVE-2017-17510.json new file mode 100644 index 00000000000..537c72657c9 --- /dev/null +++ b/2017/17xxx/CVE-2017-17510.json @@ -0,0 +1,18 @@ +{ + "CVE_data_meta" : { + "ASSIGNER" : "cve@mitre.org", + "ID" : "CVE-2017-17510", + "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." + } + ] + } +}