From 1a00452c2cdd99998472fc12138999d4c9d42f8f Mon Sep 17 00:00:00 2001 From: CVE Team Date: Tue, 5 Jan 2021 19:04:20 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2017/16xxx/CVE-2017-16840.json | 7 +++- 2017/7xxx/CVE-2017-7273.json | 7 +++- 2020/11xxx/CVE-2020-11698.json | 5 +++ 2020/25xxx/CVE-2020-25649.json | 5 +++ 2020/36xxx/CVE-2020-36159.json | 70 +++++++++++++++++++++++++++++++--- 2020/5xxx/CVE-2020-5066.json | 4 +- 2020/5xxx/CVE-2020-5067.json | 4 +- 2020/5xxx/CVE-2020-5068.json | 4 +- 2020/5xxx/CVE-2020-5069.json | 4 +- 2020/5xxx/CVE-2020-5070.json | 4 +- 2020/5xxx/CVE-2020-5071.json | 4 +- 2020/5xxx/CVE-2020-5072.json | 4 +- 2020/5xxx/CVE-2020-5073.json | 4 +- 2020/5xxx/CVE-2020-5074.json | 4 +- 2020/5xxx/CVE-2020-5075.json | 4 +- 2020/5xxx/CVE-2020-5076.json | 4 +- 2020/5xxx/CVE-2020-5077.json | 4 +- 2020/5xxx/CVE-2020-5078.json | 4 +- 2020/5xxx/CVE-2020-5079.json | 4 +- 2020/5xxx/CVE-2020-5080.json | 4 +- 2020/5xxx/CVE-2020-5081.json | 4 +- 2020/5xxx/CVE-2020-5082.json | 4 +- 2020/5xxx/CVE-2020-5083.json | 4 +- 2020/5xxx/CVE-2020-5084.json | 4 +- 2020/5xxx/CVE-2020-5085.json | 4 +- 2020/5xxx/CVE-2020-5086.json | 4 +- 2020/5xxx/CVE-2020-5087.json | 4 +- 2021/22xxx/CVE-2021-22496.json | 18 +++++++++ 2021/22xxx/CVE-2021-22497.json | 18 +++++++++ 2021/22xxx/CVE-2021-22498.json | 18 +++++++++ 2021/22xxx/CVE-2021-22499.json | 18 +++++++++ 2021/22xxx/CVE-2021-22500.json | 18 +++++++++ 2021/22xxx/CVE-2021-22501.json | 18 +++++++++ 2021/22xxx/CVE-2021-22502.json | 18 +++++++++ 2021/22xxx/CVE-2021-22503.json | 18 +++++++++ 2021/22xxx/CVE-2021-22504.json | 18 +++++++++ 2021/22xxx/CVE-2021-22505.json | 18 +++++++++ 2021/22xxx/CVE-2021-22506.json | 18 +++++++++ 2021/22xxx/CVE-2021-22507.json | 18 +++++++++ 2021/22xxx/CVE-2021-22508.json | 18 +++++++++ 2021/22xxx/CVE-2021-22509.json | 18 +++++++++ 2021/22xxx/CVE-2021-22510.json | 18 +++++++++ 2021/3xxx/CVE-2021-3023.json | 18 +++++++++ 2021/3xxx/CVE-2021-3024.json | 18 +++++++++ 44 files changed, 436 insertions(+), 52 deletions(-) create mode 100644 2021/22xxx/CVE-2021-22496.json create mode 100644 2021/22xxx/CVE-2021-22497.json create mode 100644 2021/22xxx/CVE-2021-22498.json create mode 100644 2021/22xxx/CVE-2021-22499.json create mode 100644 2021/22xxx/CVE-2021-22500.json create mode 100644 2021/22xxx/CVE-2021-22501.json create mode 100644 2021/22xxx/CVE-2021-22502.json create mode 100644 2021/22xxx/CVE-2021-22503.json create mode 100644 2021/22xxx/CVE-2021-22504.json create mode 100644 2021/22xxx/CVE-2021-22505.json create mode 100644 2021/22xxx/CVE-2021-22506.json create mode 100644 2021/22xxx/CVE-2021-22507.json create mode 100644 2021/22xxx/CVE-2021-22508.json create mode 100644 2021/22xxx/CVE-2021-22509.json create mode 100644 2021/22xxx/CVE-2021-22510.json create mode 100644 2021/3xxx/CVE-2021-3023.json create mode 100644 2021/3xxx/CVE-2021-3024.json diff --git a/2017/16xxx/CVE-2017-16840.json b/2017/16xxx/CVE-2017-16840.json index 2bc299f81e3..c65c36819fe 100644 --- a/2017/16xxx/CVE-2017-16840.json +++ b/2017/16xxx/CVE-2017-16840.json @@ -34,7 +34,7 @@ "description_data": [ { "lang": "eng", - "value": "The VC-2 Video Compression encoder in FFmpeg 3.4 allows remote attackers to cause a denial of service (out-of-bounds read) because of incorrect buffer padding for non-Haar wavelets, related to libavcodec/vc2enc.c and libavcodec/vc2enc_dwt.c." + "value": "The VC-2 Video Compression encoder in FFmpeg 3.0 and 3.4 allows remote attackers to cause a denial of service (out-of-bounds read) because of incorrect buffer padding for non-Haar wavelets, related to libavcodec/vc2enc.c and libavcodec/vc2enc_dwt.c." } ] }, @@ -66,6 +66,11 @@ "name": "DSA-4049", "refsource": "DEBIAN", "url": "https://www.debian.org/security/2017/dsa-4049" + }, + { + "refsource": "CONFIRM", + "name": "https://github.com/FFmpeg/FFmpeg/commit/94e538aebbc9f9c529e8b1f2eda860cfb8c473b1", + "url": "https://github.com/FFmpeg/FFmpeg/commit/94e538aebbc9f9c529e8b1f2eda860cfb8c473b1" } ] } diff --git a/2017/7xxx/CVE-2017-7273.json b/2017/7xxx/CVE-2017-7273.json index be21f470468..bde52e8d912 100644 --- a/2017/7xxx/CVE-2017-7273.json +++ b/2017/7xxx/CVE-2017-7273.json @@ -34,7 +34,7 @@ "description_data": [ { "lang": "eng", - "value": "The cp_report_fixup function in drivers/hid/hid-cypress.c in the Linux kernel 4.x before 4.9.4 allows physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report." + "value": "The cp_report_fixup function in drivers/hid/hid-cypress.c in the Linux kernel 3.2 and 4.x before 4.9.4 allows physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report." } ] }, @@ -71,6 +71,11 @@ "name": "97190", "refsource": "BID", "url": "http://www.securityfocus.com/bid/97190" + }, + { + "refsource": "CONFIRM", + "name": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4faec4a2ef5dd481682cc155cb9ea14ba2534b76", + "url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4faec4a2ef5dd481682cc155cb9ea14ba2534b76" } ] } diff --git a/2020/11xxx/CVE-2020-11698.json b/2020/11xxx/CVE-2020-11698.json index 17ebee16948..fc03ad1f9ea 100644 --- a/2020/11xxx/CVE-2020-11698.json +++ b/2020/11xxx/CVE-2020-11698.json @@ -76,6 +76,11 @@ "refsource": "MISC", "name": "http://packetstormsecurity.com/files/159470/SpamTitan-7.07-Remote-Code-Execution.html", "url": "http://packetstormsecurity.com/files/159470/SpamTitan-7.07-Remote-Code-Execution.html" + }, + { + "refsource": "MISC", + "name": "http://packetstormsecurity.com/files/160809/SpamTitan-7.07-Command-Injection.html", + "url": "http://packetstormsecurity.com/files/160809/SpamTitan-7.07-Command-Injection.html" } ] } diff --git a/2020/25xxx/CVE-2020-25649.json b/2020/25xxx/CVE-2020-25649.json index 09fddcd3080..845d9e201fa 100644 --- a/2020/25xxx/CVE-2020-25649.json +++ b/2020/25xxx/CVE-2020-25649.json @@ -148,6 +148,11 @@ "refsource": "MLIST", "name": "[kafka-dev] 20210105 Re: [kafka-clients] Re: [VOTE] 2.6.1 RC3", "url": "https://lists.apache.org/thread.html/r8937a7160717fe8b2221767163c4de4f65bc5466405cb1c5310f9080@%3Cdev.kafka.apache.org%3E" + }, + { + "refsource": "MLIST", + "name": "[kafka-users] 20210105 Re: [kafka-clients] Re: [VOTE] 2.6.1 RC3", + "url": "https://lists.apache.org/thread.html/r8937a7160717fe8b2221767163c4de4f65bc5466405cb1c5310f9080@%3Cusers.kafka.apache.org%3E" } ] }, diff --git a/2020/36xxx/CVE-2020-36159.json b/2020/36xxx/CVE-2020-36159.json index 788c80c8432..5e22d87311b 100644 --- a/2020/36xxx/CVE-2020-36159.json +++ b/2020/36xxx/CVE-2020-36159.json @@ -1,18 +1,76 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2020-36159", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2020-36159", + "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": "Veritas Desktop and Laptop Option (DLO) before 9.5 disclosed operational information on the backup processing status through a URL that did not require authentication." } ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://www.veritas.com/content/support/en_US/security/VTS20-007", + "refsource": "MISC", + "name": "https://www.veritas.com/content/support/en_US/security/VTS20-007" + } + ] + }, + "impact": { + "cvss": { + "attackComplexity": "LOW", + "attackVector": "NETWORK", + "availabilityImpact": "NONE", + "confidentialityImpact": "LOW", + "integrityImpact": "NONE", + "privilegesRequired": "NONE", + "scope": "UNCHANGED", + "userInteraction": "NONE", + "vectorString": "CVSS:3.1/AC:L/AV:N/A:N/C:L/I:N/PR:N/S:U/UI:N", + "version": "3.1" + } } } \ No newline at end of file diff --git a/2020/5xxx/CVE-2020-5066.json b/2020/5xxx/CVE-2020-5066.json index 66c1b0466fd..ac3e814310d 100644 --- a/2020/5xxx/CVE-2020-5066.json +++ b/2020/5xxx/CVE-2020-5066.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5066", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5067.json b/2020/5xxx/CVE-2020-5067.json index fa605579996..2a8ea79a81b 100644 --- a/2020/5xxx/CVE-2020-5067.json +++ b/2020/5xxx/CVE-2020-5067.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5067", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5068.json b/2020/5xxx/CVE-2020-5068.json index 6406eb42b28..35c6a52790b 100644 --- a/2020/5xxx/CVE-2020-5068.json +++ b/2020/5xxx/CVE-2020-5068.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5068", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5069.json b/2020/5xxx/CVE-2020-5069.json index 9aa7e6affcf..5c32e45c806 100644 --- a/2020/5xxx/CVE-2020-5069.json +++ b/2020/5xxx/CVE-2020-5069.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5069", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5070.json b/2020/5xxx/CVE-2020-5070.json index 2899f43607d..7b890fdfaa5 100644 --- a/2020/5xxx/CVE-2020-5070.json +++ b/2020/5xxx/CVE-2020-5070.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5070", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5071.json b/2020/5xxx/CVE-2020-5071.json index fe4241967f4..caafa8db4c9 100644 --- a/2020/5xxx/CVE-2020-5071.json +++ b/2020/5xxx/CVE-2020-5071.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5071", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5072.json b/2020/5xxx/CVE-2020-5072.json index 1b627867a74..de3f0007b2b 100644 --- a/2020/5xxx/CVE-2020-5072.json +++ b/2020/5xxx/CVE-2020-5072.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5072", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5073.json b/2020/5xxx/CVE-2020-5073.json index 414b87ee65e..34c82b46e8c 100644 --- a/2020/5xxx/CVE-2020-5073.json +++ b/2020/5xxx/CVE-2020-5073.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5073", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5074.json b/2020/5xxx/CVE-2020-5074.json index cf9ac462140..49aed93c2a1 100644 --- a/2020/5xxx/CVE-2020-5074.json +++ b/2020/5xxx/CVE-2020-5074.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5074", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5075.json b/2020/5xxx/CVE-2020-5075.json index d3c231543bf..5e88afab21f 100644 --- a/2020/5xxx/CVE-2020-5075.json +++ b/2020/5xxx/CVE-2020-5075.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5075", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5076.json b/2020/5xxx/CVE-2020-5076.json index a3d77416c7f..2124b6f6765 100644 --- a/2020/5xxx/CVE-2020-5076.json +++ b/2020/5xxx/CVE-2020-5076.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5076", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5077.json b/2020/5xxx/CVE-2020-5077.json index a1ab2703df0..1246561ca5a 100644 --- a/2020/5xxx/CVE-2020-5077.json +++ b/2020/5xxx/CVE-2020-5077.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5077", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5078.json b/2020/5xxx/CVE-2020-5078.json index d589d508197..9a69b354542 100644 --- a/2020/5xxx/CVE-2020-5078.json +++ b/2020/5xxx/CVE-2020-5078.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5078", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5079.json b/2020/5xxx/CVE-2020-5079.json index f635b312976..c6f153ec758 100644 --- a/2020/5xxx/CVE-2020-5079.json +++ b/2020/5xxx/CVE-2020-5079.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5079", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5080.json b/2020/5xxx/CVE-2020-5080.json index f3039f0fa28..9290834d2b5 100644 --- a/2020/5xxx/CVE-2020-5080.json +++ b/2020/5xxx/CVE-2020-5080.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5080", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5081.json b/2020/5xxx/CVE-2020-5081.json index bbc61371ae5..904ce5c57a2 100644 --- a/2020/5xxx/CVE-2020-5081.json +++ b/2020/5xxx/CVE-2020-5081.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5081", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5082.json b/2020/5xxx/CVE-2020-5082.json index 4e8f6187045..05eca28bd05 100644 --- a/2020/5xxx/CVE-2020-5082.json +++ b/2020/5xxx/CVE-2020-5082.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5082", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5083.json b/2020/5xxx/CVE-2020-5083.json index 6bc0f04166d..8dd0c7f164e 100644 --- a/2020/5xxx/CVE-2020-5083.json +++ b/2020/5xxx/CVE-2020-5083.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5083", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5084.json b/2020/5xxx/CVE-2020-5084.json index 183505f756f..7071ae50fd5 100644 --- a/2020/5xxx/CVE-2020-5084.json +++ b/2020/5xxx/CVE-2020-5084.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5084", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5085.json b/2020/5xxx/CVE-2020-5085.json index 8a9d8de5fb0..ab22cfbe0ad 100644 --- a/2020/5xxx/CVE-2020-5085.json +++ b/2020/5xxx/CVE-2020-5085.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5085", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5086.json b/2020/5xxx/CVE-2020-5086.json index 4b25fcce1d9..3edb4ceeb02 100644 --- a/2020/5xxx/CVE-2020-5086.json +++ b/2020/5xxx/CVE-2020-5086.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5086", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2020/5xxx/CVE-2020-5087.json b/2020/5xxx/CVE-2020-5087.json index c0b14bfe055..149d4b50cea 100644 --- a/2020/5xxx/CVE-2020-5087.json +++ b/2020/5xxx/CVE-2020-5087.json @@ -5,13 +5,13 @@ "CVE_data_meta": { "ID": "CVE-2020-5087", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "STATE": "REJECT" }, "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": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was in a CNA pool that was not assigned to any issues during 2020. Notes: none." } ] } diff --git a/2021/22xxx/CVE-2021-22496.json b/2021/22xxx/CVE-2021-22496.json new file mode 100644 index 00000000000..9bf1a1f29bd --- /dev/null +++ b/2021/22xxx/CVE-2021-22496.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22496", + "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/2021/22xxx/CVE-2021-22497.json b/2021/22xxx/CVE-2021-22497.json new file mode 100644 index 00000000000..582ead5d35b --- /dev/null +++ b/2021/22xxx/CVE-2021-22497.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22497", + "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/2021/22xxx/CVE-2021-22498.json b/2021/22xxx/CVE-2021-22498.json new file mode 100644 index 00000000000..e794170c1c5 --- /dev/null +++ b/2021/22xxx/CVE-2021-22498.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22498", + "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/2021/22xxx/CVE-2021-22499.json b/2021/22xxx/CVE-2021-22499.json new file mode 100644 index 00000000000..4f99e6ae521 --- /dev/null +++ b/2021/22xxx/CVE-2021-22499.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22499", + "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/2021/22xxx/CVE-2021-22500.json b/2021/22xxx/CVE-2021-22500.json new file mode 100644 index 00000000000..b745d914de7 --- /dev/null +++ b/2021/22xxx/CVE-2021-22500.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22500", + "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/2021/22xxx/CVE-2021-22501.json b/2021/22xxx/CVE-2021-22501.json new file mode 100644 index 00000000000..3386db3a615 --- /dev/null +++ b/2021/22xxx/CVE-2021-22501.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22501", + "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/2021/22xxx/CVE-2021-22502.json b/2021/22xxx/CVE-2021-22502.json new file mode 100644 index 00000000000..d8b17521146 --- /dev/null +++ b/2021/22xxx/CVE-2021-22502.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22502", + "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/2021/22xxx/CVE-2021-22503.json b/2021/22xxx/CVE-2021-22503.json new file mode 100644 index 00000000000..fd1f4be6e7b --- /dev/null +++ b/2021/22xxx/CVE-2021-22503.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22503", + "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/2021/22xxx/CVE-2021-22504.json b/2021/22xxx/CVE-2021-22504.json new file mode 100644 index 00000000000..a838308ac42 --- /dev/null +++ b/2021/22xxx/CVE-2021-22504.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22504", + "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/2021/22xxx/CVE-2021-22505.json b/2021/22xxx/CVE-2021-22505.json new file mode 100644 index 00000000000..1db8bcc4429 --- /dev/null +++ b/2021/22xxx/CVE-2021-22505.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22505", + "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/2021/22xxx/CVE-2021-22506.json b/2021/22xxx/CVE-2021-22506.json new file mode 100644 index 00000000000..b0dc0073434 --- /dev/null +++ b/2021/22xxx/CVE-2021-22506.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22506", + "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/2021/22xxx/CVE-2021-22507.json b/2021/22xxx/CVE-2021-22507.json new file mode 100644 index 00000000000..1dbdf9aab58 --- /dev/null +++ b/2021/22xxx/CVE-2021-22507.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22507", + "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/2021/22xxx/CVE-2021-22508.json b/2021/22xxx/CVE-2021-22508.json new file mode 100644 index 00000000000..28537c9cea2 --- /dev/null +++ b/2021/22xxx/CVE-2021-22508.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22508", + "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/2021/22xxx/CVE-2021-22509.json b/2021/22xxx/CVE-2021-22509.json new file mode 100644 index 00000000000..bc498ca1aaa --- /dev/null +++ b/2021/22xxx/CVE-2021-22509.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22509", + "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/2021/22xxx/CVE-2021-22510.json b/2021/22xxx/CVE-2021-22510.json new file mode 100644 index 00000000000..eab4cc404ce --- /dev/null +++ b/2021/22xxx/CVE-2021-22510.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-22510", + "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/2021/3xxx/CVE-2021-3023.json b/2021/3xxx/CVE-2021-3023.json new file mode 100644 index 00000000000..31c85474fbf --- /dev/null +++ b/2021/3xxx/CVE-2021-3023.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-3023", + "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/2021/3xxx/CVE-2021-3024.json b/2021/3xxx/CVE-2021-3024.json new file mode 100644 index 00000000000..3075fe6eba6 --- /dev/null +++ b/2021/3xxx/CVE-2021-3024.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2021-3024", + "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