From a6ae7ab83420b4f31bbbbd641294a7fcab794a5e Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 1 Oct 2019 21:00:57 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2014/0xxx/CVE-2014-0114.json | 15 ++++++++ 2019/13xxx/CVE-2019-13104.json | 5 +++ 2019/13xxx/CVE-2019-13106.json | 5 +++ 2019/17xxx/CVE-2019-17075.json | 62 ++++++++++++++++++++++++++++++++++ 2019/9xxx/CVE-2019-9511.json | 5 +++ 2019/9xxx/CVE-2019-9513.json | 5 +++ 6 files changed, 97 insertions(+) create mode 100644 2019/17xxx/CVE-2019-17075.json diff --git a/2014/0xxx/CVE-2014-0114.json b/2014/0xxx/CVE-2014-0114.json index 21a9cce3538..aba10559434 100644 --- a/2014/0xxx/CVE-2014-0114.json +++ b/2014/0xxx/CVE-2014-0114.json @@ -576,6 +576,21 @@ "refsource": "MLIST", "name": "[activemq-issues] 20190909 [jira] [Work logged] (ARTEMIS-2470) Update Apache BeanUtils to Address CVE-2014-0114", "url": "https://lists.apache.org/thread.html/0efed939139f5b9dcd62b8acf7cb8a9789227d14abdc0c6f141c4a4c@%3Cissues.activemq.apache.org%3E" + }, + { + "refsource": "MISC", + "name": "https://lists.apache.org/thread.html/09981ae3df188a2ad1ce20f62ef76a5b2d27cf6b9ebab366cf1d6cc6@%3Cissues.commons.apache.org%3E", + "url": "https://lists.apache.org/thread.html/09981ae3df188a2ad1ce20f62ef76a5b2d27cf6b9ebab366cf1d6cc6@%3Cissues.commons.apache.org%3E" + }, + { + "refsource": "MISC", + "name": "https://lists.apache.org/thread.html/6b30629b32d020c40d537f00b004d281c37528d471de15ca8aec2cd4@%3Cissues.commons.apache.org%3E", + "url": "https://lists.apache.org/thread.html/6b30629b32d020c40d537f00b004d281c37528d471de15ca8aec2cd4@%3Cissues.commons.apache.org%3E" + }, + { + "refsource": "MISC", + "name": "https://lists.apache.org/thread.html/6afe2f935493e69a332b9c5a4f23cafe95c15ede1591a492cf612293@%3Cissues.commons.apache.org%3E", + "url": "https://lists.apache.org/thread.html/6afe2f935493e69a332b9c5a4f23cafe95c15ede1591a492cf612293@%3Cissues.commons.apache.org%3E" } ] } diff --git a/2019/13xxx/CVE-2019-13104.json b/2019/13xxx/CVE-2019-13104.json index 21bacfbb43f..34ea079190a 100644 --- a/2019/13xxx/CVE-2019-13104.json +++ b/2019/13xxx/CVE-2019-13104.json @@ -71,6 +71,11 @@ "refsource": "SUSE", "name": "openSUSE-SU-2019:2233", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00002.html" + }, + { + "refsource": "SUSE", + "name": "openSUSE-SU-2019:2235", + "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00004.html" } ] } diff --git a/2019/13xxx/CVE-2019-13106.json b/2019/13xxx/CVE-2019-13106.json index 9db98c39e88..3d5876388e5 100644 --- a/2019/13xxx/CVE-2019-13106.json +++ b/2019/13xxx/CVE-2019-13106.json @@ -71,6 +71,11 @@ "refsource": "SUSE", "name": "openSUSE-SU-2019:2233", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00002.html" + }, + { + "refsource": "SUSE", + "name": "openSUSE-SU-2019:2235", + "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00004.html" } ] } diff --git a/2019/17xxx/CVE-2019-17075.json b/2019/17xxx/CVE-2019-17075.json new file mode 100644 index 00000000000..268060f4ba4 --- /dev/null +++ b/2019/17xxx/CVE-2019-17075.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2019-17075", + "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": "An issue was discovered in write_tpt_entry in drivers/infiniband/hw/cxgb4/mem.c in the Linux kernel through 5.3.2. The cxgb4 driver is directly calling dma_map_single (a DMA function) from a stack variable. This could allow an attacker to trigger a Denial of Service, exploitable if this driver is used on an architecture for which this stack/DMA interaction has security relevance." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://lore.kernel.org/lkml/20191001165611.GA3542072@kroah.com", + "refsource": "MISC", + "name": "https://lore.kernel.org/lkml/20191001165611.GA3542072@kroah.com" + } + ] + } +} \ No newline at end of file diff --git a/2019/9xxx/CVE-2019-9511.json b/2019/9xxx/CVE-2019-9511.json index 43ca47032e3..fa0d00757b4 100644 --- a/2019/9xxx/CVE-2019-9511.json +++ b/2019/9xxx/CVE-2019-9511.json @@ -228,6 +228,11 @@ "refsource": "SUSE", "name": "openSUSE-SU-2019:2232", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00003.html" + }, + { + "refsource": "SUSE", + "name": "openSUSE-SU-2019:2234", + "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00005.html" } ] }, diff --git a/2019/9xxx/CVE-2019-9513.json b/2019/9xxx/CVE-2019-9513.json index 6e8529062c7..51d36a4832c 100644 --- a/2019/9xxx/CVE-2019-9513.json +++ b/2019/9xxx/CVE-2019-9513.json @@ -228,6 +228,11 @@ "refsource": "SUSE", "name": "openSUSE-SU-2019:2232", "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00003.html" + }, + { + "refsource": "SUSE", + "name": "openSUSE-SU-2019:2234", + "url": "http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00005.html" } ] },