From 61295e03f08e618984bcc3c4283f97a58800ecd4 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Fri, 21 Feb 2020 22:01:05 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2020/9xxx/CVE-2020-9327.json | 72 ++++++++++++++++++++++++++++++++++++ 2020/9xxx/CVE-2020-9328.json | 18 +++++++++ 2020/9xxx/CVE-2020-9329.json | 62 +++++++++++++++++++++++++++++++ 3 files changed, 152 insertions(+) create mode 100644 2020/9xxx/CVE-2020-9327.json create mode 100644 2020/9xxx/CVE-2020-9328.json create mode 100644 2020/9xxx/CVE-2020-9329.json diff --git a/2020/9xxx/CVE-2020-9327.json b/2020/9xxx/CVE-2020-9327.json new file mode 100644 index 00000000000..83a53f42c78 --- /dev/null +++ b/2020/9xxx/CVE-2020-9327.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-9327", + "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 SQLite 3.31.1, isAuxiliaryVtabOperator allows attackers to trigger a NULL pointer dereference and segmentation fault because of generated column optimizations." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.sqlite.org/cgi/src/info/9d0d4ab95dc0c56e", + "refsource": "MISC", + "name": "https://www.sqlite.org/cgi/src/info/9d0d4ab95dc0c56e" + }, + { + "url": "https://www.sqlite.org/cgi/src/info/abc473fb8fb99900", + "refsource": "MISC", + "name": "https://www.sqlite.org/cgi/src/info/abc473fb8fb99900" + }, + { + "url": "https://www.sqlite.org/cgi/src/info/4374860b29383380", + "refsource": "MISC", + "name": "https://www.sqlite.org/cgi/src/info/4374860b29383380" + } + ] + } +} \ No newline at end of file diff --git a/2020/9xxx/CVE-2020-9328.json b/2020/9xxx/CVE-2020-9328.json new file mode 100644 index 00000000000..88630f194a1 --- /dev/null +++ b/2020/9xxx/CVE-2020-9328.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2020-9328", + "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/9xxx/CVE-2020-9329.json b/2020/9xxx/CVE-2020-9329.json new file mode 100644 index 00000000000..77443824e25 --- /dev/null +++ b/2020/9xxx/CVE-2020-9329.json @@ -0,0 +1,62 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2020-9329", + "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": "Gogs through 0.11.91 allows attackers to violate the admin-specified repo-creation policy due to an internal/db/repo.go race condition." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/gogs/gogs/issues/5926", + "refsource": "MISC", + "name": "https://github.com/gogs/gogs/issues/5926" + } + ] + } +} \ No newline at end of file