From 54e0bcdb21b16402d8f326d254d55d658d3eb70d Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 14 Apr 2020 13:01:16 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2018/5xxx/CVE-2018-5390.json | 5 +++ 2018/5xxx/CVE-2018-5391.json | 5 +++ 2019/13xxx/CVE-2019-13939.json | 5 +++ 2020/11xxx/CVE-2020-11739.json | 56 ++++++++++++++++++++++++++++++---- 2020/11xxx/CVE-2020-11740.json | 56 ++++++++++++++++++++++++++++++---- 2020/11xxx/CVE-2020-11741.json | 56 ++++++++++++++++++++++++++++++---- 2020/11xxx/CVE-2020-11742.json | 56 ++++++++++++++++++++++++++++++---- 2020/11xxx/CVE-2020-11743.json | 56 ++++++++++++++++++++++++++++++---- 2020/11xxx/CVE-2020-11744.json | 18 +++++++++++ 2020/11xxx/CVE-2020-11745.json | 18 +++++++++++ 2020/11xxx/CVE-2020-11746.json | 18 +++++++++++ 2020/11xxx/CVE-2020-11747.json | 18 +++++++++++ 2020/11xxx/CVE-2020-11748.json | 18 +++++++++++ 2020/11xxx/CVE-2020-11749.json | 18 +++++++++++ 14 files changed, 373 insertions(+), 30 deletions(-) create mode 100644 2020/11xxx/CVE-2020-11744.json create mode 100644 2020/11xxx/CVE-2020-11745.json create mode 100644 2020/11xxx/CVE-2020-11746.json create mode 100644 2020/11xxx/CVE-2020-11747.json create mode 100644 2020/11xxx/CVE-2020-11748.json create mode 100644 2020/11xxx/CVE-2020-11749.json diff --git a/2018/5xxx/CVE-2018-5390.json b/2018/5xxx/CVE-2018-5390.json index b6df957bf07..4ae229b7d4d 100644 --- a/2018/5xxx/CVE-2018-5390.json +++ b/2018/5xxx/CVE-2018-5390.json @@ -249,6 +249,11 @@ "refsource": "CONFIRM", "name": "https://support.f5.com/csp/article/K95343321?utm_source=f5support&utm_medium=RSS", "url": "https://support.f5.com/csp/article/K95343321?utm_source=f5support&utm_medium=RSS" + }, + { + "refsource": "CONFIRM", + "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-377115.pdf", + "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-377115.pdf" } ] }, diff --git a/2018/5xxx/CVE-2018-5391.json b/2018/5xxx/CVE-2018-5391.json index 694fc020dcd..57cdd56854f 100644 --- a/2018/5xxx/CVE-2018-5391.json +++ b/2018/5xxx/CVE-2018-5391.json @@ -230,6 +230,11 @@ "refsource": "CONFIRM", "name": "http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20200115-01-linux-en", "url": "http://www.huawei.com/en/psirt/security-advisories/huawei-sa-20200115-01-linux-en" + }, + { + "refsource": "CONFIRM", + "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-377115.pdf", + "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-377115.pdf" } ] }, diff --git a/2019/13xxx/CVE-2019-13939.json b/2019/13xxx/CVE-2019-13939.json index e26a1efee1d..b597ec3b669 100644 --- a/2019/13xxx/CVE-2019-13939.json +++ b/2019/13xxx/CVE-2019-13939.json @@ -98,6 +98,11 @@ "refsource": "MISC", "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-434032.pdf", "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-434032.pdf" + }, + { + "refsource": "CONFIRM", + "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-162506.pdf", + "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-162506.pdf" } ] }, diff --git a/2020/11xxx/CVE-2020-11739.json b/2020/11xxx/CVE-2020-11739.json index 0e7178f4e5e..bfa805d18ed 100644 --- a/2020/11xxx/CVE-2020-11739.json +++ b/2020/11xxx/CVE-2020-11739.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-11739", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-11739", + "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": "** 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": "An issue was discovered in Xen through 4.13.x, allowing guest OS users to cause a denial of service or possibly gain privileges because of missing memory barriers in read-write unlock paths. The read-write unlock paths don't contain a memory barrier. On Arm, this means a processor is allowed to re-order the memory access with the preceding ones. In other words, the unlock may be seen by another processor before all the memory accesses within the \"critical\" section. As a consequence, it may be possible to have a writer executing a critical section at the same time as readers or another writer. In other words, many of the assumptions (e.g., a variable cannot be modified after a check) in the critical sections are not safe anymore. The read-write locks are used in hypercalls (such as grant-table ones), so a malicious guest could exploit the race. For instance, there is a small window where Xen can leak memory if XENMAPSPACE_grant_table is used concurrently. A malicious guest may be able to leak memory, or cause a hypervisor crash resulting in a Denial of Service (DoS). Information leak and privilege escalation cannot be excluded." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://xenbits.xen.org/xsa/advisory-314.html", + "refsource": "MISC", + "name": "https://xenbits.xen.org/xsa/advisory-314.html" } ] } diff --git a/2020/11xxx/CVE-2020-11740.json b/2020/11xxx/CVE-2020-11740.json index a46620ce619..2849c88547c 100644 --- a/2020/11xxx/CVE-2020-11740.json +++ b/2020/11xxx/CVE-2020-11740.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-11740", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-11740", + "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": "** 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": "An issue was discovered in xenoprof in Xen through 4.13.x, allowing guest OS users (without active profiling) to obtain sensitive information about other guests. Unprivileged guests can request to map xenoprof buffers, even if profiling has not been enabled for those guests. These buffers were not scrubbed." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://xenbits.xen.org/xsa/advisory-313.html", + "refsource": "MISC", + "name": "https://xenbits.xen.org/xsa/advisory-313.html" } ] } diff --git a/2020/11xxx/CVE-2020-11741.json b/2020/11xxx/CVE-2020-11741.json index 459b19ba60c..5ea3b7900b1 100644 --- a/2020/11xxx/CVE-2020-11741.json +++ b/2020/11xxx/CVE-2020-11741.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-11741", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-11741", + "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": "** 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": "An issue was discovered in xenoprof in Xen through 4.13.x, allowing guest OS users (with active profiling) to obtain sensitive information about other guests, cause a denial of service, or possibly gain privileges. For guests for which \"active\" profiling was enabled by the administrator, the xenoprof code uses the standard Xen shared ring structure. Unfortunately, this code did not treat the guest as a potential adversary: it trusts the guest not to modify buffer size information or modify head / tail pointers in unexpected ways. This can crash the host (DoS). Privilege escalation cannot be ruled out." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://xenbits.xen.org/xsa/advisory-313.html", + "refsource": "MISC", + "name": "https://xenbits.xen.org/xsa/advisory-313.html" } ] } diff --git a/2020/11xxx/CVE-2020-11742.json b/2020/11xxx/CVE-2020-11742.json index 3d0e6b7ef93..3db0d862a4f 100644 --- a/2020/11xxx/CVE-2020-11742.json +++ b/2020/11xxx/CVE-2020-11742.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-11742", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-11742", + "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": "** 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": "An issue was discovered in Xen through 4.13.x, allowing guest OS users to cause a denial of service because of bad continuation handling in GNTTABOP_copy. Grant table operations are expected to return 0 for success, and a negative number for errors. The fix for CVE-2017-12135 introduced a path through grant copy handling where success may be returned to the caller without any action taken. In particular, the status fields of individual operations are left uninitialised, and may result in errant behaviour in the caller of GNTTABOP_copy. A buggy or malicious guest can construct its grant table in such a way that, when a backend domain tries to copy a grant, it hits the incorrect exit path. This returns success to the caller without doing anything, which may cause crashes or other incorrect behaviour." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://xenbits.xen.org/xsa/advisory-318.html", + "refsource": "MISC", + "name": "https://xenbits.xen.org/xsa/advisory-318.html" } ] } diff --git a/2020/11xxx/CVE-2020-11743.json b/2020/11xxx/CVE-2020-11743.json index c49e9923118..fdaa87b0229 100644 --- a/2020/11xxx/CVE-2020-11743.json +++ b/2020/11xxx/CVE-2020-11743.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-11743", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-11743", + "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": "** 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": "An issue was discovered in Xen through 4.13.x, allowing guest OS users to cause a denial of service because of a bad error path in GNTTABOP_map_grant. Grant table operations are expected to return 0 for success, and a negative number for errors. Some misplaced brackets cause one error path to return 1 instead of a negative value. The grant table code in Linux treats this condition as success, and proceeds with incorrectly initialised state. A buggy or malicious guest can construct its grant table in such a way that, when a backend domain tries to map a grant, it hits the incorrect error path. This will crash a Linux based dom0 or backend domain." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://xenbits.xen.org/xsa/advisory-316.html", + "refsource": "MISC", + "name": "https://xenbits.xen.org/xsa/advisory-316.html" } ] } diff --git a/2020/11xxx/CVE-2020-11744.json b/2020/11xxx/CVE-2020-11744.json new file mode 100644 index 00000000000..757c7fbbb05 --- /dev/null +++ b/2020/11xxx/CVE-2020-11744.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-11744", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2020/11xxx/CVE-2020-11745.json b/2020/11xxx/CVE-2020-11745.json new file mode 100644 index 00000000000..e889393211c --- /dev/null +++ b/2020/11xxx/CVE-2020-11745.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-11745", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2020/11xxx/CVE-2020-11746.json b/2020/11xxx/CVE-2020-11746.json new file mode 100644 index 00000000000..00c223c34ab --- /dev/null +++ b/2020/11xxx/CVE-2020-11746.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-11746", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2020/11xxx/CVE-2020-11747.json b/2020/11xxx/CVE-2020-11747.json new file mode 100644 index 00000000000..73caed5e5de --- /dev/null +++ b/2020/11xxx/CVE-2020-11747.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-11747", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2020/11xxx/CVE-2020-11748.json b/2020/11xxx/CVE-2020-11748.json new file mode 100644 index 00000000000..e25cd733b34 --- /dev/null +++ b/2020/11xxx/CVE-2020-11748.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-11748", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file diff --git a/2020/11xxx/CVE-2020-11749.json b/2020/11xxx/CVE-2020-11749.json new file mode 100644 index 00000000000..f95d6779d46 --- /dev/null +++ b/2020/11xxx/CVE-2020-11749.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-11749", + "ASSIGNER": "cve@mitre.org", + "STATE": "RESERVED" + }, + "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." + } + ] + } +} \ No newline at end of file