From df3a98702139cb36feedc162d634b0c077f719f0 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Wed, 6 Jul 2022 16:00:45 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2021/3xxx/CVE-2021-3695.json | 50 ++++++++++++++++++++++++++++++++-- 2021/3xxx/CVE-2021-3696.json | 50 ++++++++++++++++++++++++++++++++-- 2021/3xxx/CVE-2021-3697.json | 50 ++++++++++++++++++++++++++++++++-- 2022/2xxx/CVE-2022-2227.json | 8 +++--- 2022/2xxx/CVE-2022-2330.json | 18 ++++++++++++ 2022/2xxx/CVE-2022-2331.json | 18 ++++++++++++ 2022/33xxx/CVE-2022-33737.json | 50 ++++++++++++++++++++++++++++++++-- 2022/33xxx/CVE-2022-33738.json | 50 ++++++++++++++++++++++++++++++++-- 2022/35xxx/CVE-2022-35246.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35247.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35248.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35249.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35250.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35251.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35252.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35253.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35254.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35255.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35256.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35257.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35258.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35259.json | 18 ++++++++++++ 2022/35xxx/CVE-2022-35260.json | 18 ++++++++++++ 23 files changed, 545 insertions(+), 19 deletions(-) create mode 100644 2022/2xxx/CVE-2022-2330.json create mode 100644 2022/2xxx/CVE-2022-2331.json create mode 100644 2022/35xxx/CVE-2022-35246.json create mode 100644 2022/35xxx/CVE-2022-35247.json create mode 100644 2022/35xxx/CVE-2022-35248.json create mode 100644 2022/35xxx/CVE-2022-35249.json create mode 100644 2022/35xxx/CVE-2022-35250.json create mode 100644 2022/35xxx/CVE-2022-35251.json create mode 100644 2022/35xxx/CVE-2022-35252.json create mode 100644 2022/35xxx/CVE-2022-35253.json create mode 100644 2022/35xxx/CVE-2022-35254.json create mode 100644 2022/35xxx/CVE-2022-35255.json create mode 100644 2022/35xxx/CVE-2022-35256.json create mode 100644 2022/35xxx/CVE-2022-35257.json create mode 100644 2022/35xxx/CVE-2022-35258.json create mode 100644 2022/35xxx/CVE-2022-35259.json create mode 100644 2022/35xxx/CVE-2022-35260.json diff --git a/2021/3xxx/CVE-2021-3695.json b/2021/3xxx/CVE-2021-3695.json index 8d4be731fa5..e73b3b1904c 100644 --- a/2021/3xxx/CVE-2021-3695.json +++ b/2021/3xxx/CVE-2021-3695.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-3695", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "secalert@redhat.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "grub2", + "version": { + "version_data": [ + { + "version_value": "grub-2.06" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-787" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1991685", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991685" + } + ] }, "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": "A crafted 16-bit grayscale PNG image may lead to a out-of-bounds write in the heap area. An attacker may take advantage of that to cause heap data corruption or eventually arbitrary code execution and circumvent secure boot protections. This issue has a high complexity to be exploited as an attacker needs to perform some triage over the heap layout to achieve signifcant results, also the values written into the memory are repeated three times in a row making difficult to produce valid payloads. This flaw affects grub2 versions prior grub-2.12." } ] } diff --git a/2021/3xxx/CVE-2021-3696.json b/2021/3xxx/CVE-2021-3696.json index 9d623ec7625..a26f5ef462f 100644 --- a/2021/3xxx/CVE-2021-3696.json +++ b/2021/3xxx/CVE-2021-3696.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-3696", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "secalert@redhat.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "grub2", + "version": { + "version_data": [ + { + "version_value": "grub-2.06" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-787" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1991686", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991686" + } + ] }, "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": "A heap out-of-bounds write may heppen during the handling of Huffman tables in the PNG reader. This may lead to data corruption in the heap space. Confidentiality, Integrity and Availablity impact may be considered Low as it's very complex to an attacker control the encoding and positioning of corrupted Huffman entries to achieve results such as arbitrary code execution and/or secure boot circumvention. This flaw affects grub2 versions prior grub-2.12." } ] } diff --git a/2021/3xxx/CVE-2021-3697.json b/2021/3xxx/CVE-2021-3697.json index 0c891216d45..0f5803d0890 100644 --- a/2021/3xxx/CVE-2021-3697.json +++ b/2021/3xxx/CVE-2021-3697.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-3697", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "secalert@redhat.com", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "grub2", + "version": { + "version_data": [ + { + "version_value": "grub-2.06" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-787" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://bugzilla.redhat.com/show_bug.cgi?id=1991687", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1991687" + } + ] }, "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": "A crafted JPEG image may lead the JPEG reader to underflow its data pointer, allowing user-controlled data to be written in heap. To a successful to be performed the attacker needs to perform some triage over the heap layout and craft an image with a malicious format and payload. This vulnerability can lead to data corruption and eventual code execution or secure boot circumvention. This flaw affects grub2 versions prior grub-2.12." } ] } diff --git a/2022/2xxx/CVE-2022-2227.json b/2022/2xxx/CVE-2022-2227.json index 04a8051cfbd..968d551ab18 100644 --- a/2022/2xxx/CVE-2022-2227.json +++ b/2022/2xxx/CVE-2022-2227.json @@ -77,8 +77,8 @@ }, "impact": { "cvss": { - "vectorString": "AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", - "attackComplexity": "LOW", + "vectorString": "AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", + "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "confidentialityImpact": "LOW", @@ -87,8 +87,8 @@ "scope": "UNCHANGED", "userInteraction": "NONE", "version": "3.1", - "baseScore": 4.2, - "baseSeverity": "MEDIUM" + "baseScore": 3, + "baseSeverity": "LOW" } }, "credit": [ diff --git a/2022/2xxx/CVE-2022-2330.json b/2022/2xxx/CVE-2022-2330.json new file mode 100644 index 00000000000..8143f4e0cd4 --- /dev/null +++ b/2022/2xxx/CVE-2022-2330.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-2330", + "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/2022/2xxx/CVE-2022-2331.json b/2022/2xxx/CVE-2022-2331.json new file mode 100644 index 00000000000..5edd6fed4b9 --- /dev/null +++ b/2022/2xxx/CVE-2022-2331.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-2331", + "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/2022/33xxx/CVE-2022-33737.json b/2022/33xxx/CVE-2022-33737.json index 97e6b21fc07..8d4cd57538c 100644 --- a/2022/33xxx/CVE-2022-33737.json +++ b/2022/33xxx/CVE-2022-33737.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-33737", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@openvpn.net", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "OpenVPN Access Server", + "version": { + "version_data": [ + { + "version_value": "from version 2.10.0 and before 2.11.0" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-708: Incorrect Ownership Assignment" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://openvpn.net/vpn-server-resources/release-notes/", + "url": "https://openvpn.net/vpn-server-resources/release-notes/" + } + ] }, "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": "The OpenVPN Access Server installer creates a log file readable for everyone, which from version 2.10.0 and before 2.11.0 may contain a random generated admin password" } ] } diff --git a/2022/33xxx/CVE-2022-33738.json b/2022/33xxx/CVE-2022-33738.json index 9567c9c1748..32af93b0797 100644 --- a/2022/33xxx/CVE-2022-33738.json +++ b/2022/33xxx/CVE-2022-33738.json @@ -4,14 +4,58 @@ "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2022-33738", - "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ASSIGNER": "security@openvpn.net", + "STATE": "PUBLIC" + }, + "affects": { + "vendor": { + "vendor_data": [ + { + "vendor_name": "n/a", + "product": { + "product_data": [ + { + "product_name": "OpenVPN Access Server", + "version": { + "version_data": [ + { + "version_value": "until 2.11" + } + ] + } + } + ] + } + } + ] + } + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "CWE-331: Insufficient Entropy" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://openvpn.net/vpn-server-resources/release-notes/#openvpn-access-server-2-11-0", + "url": "https://openvpn.net/vpn-server-resources/release-notes/#openvpn-access-server-2-11-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": "OpenVPN Access Server before 2.11 uses a weak random generator used to create user session token for the web portal" } ] } diff --git a/2022/35xxx/CVE-2022-35246.json b/2022/35xxx/CVE-2022-35246.json new file mode 100644 index 00000000000..4af6d4573b9 --- /dev/null +++ b/2022/35xxx/CVE-2022-35246.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35246", + "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/2022/35xxx/CVE-2022-35247.json b/2022/35xxx/CVE-2022-35247.json new file mode 100644 index 00000000000..86f612ff8a1 --- /dev/null +++ b/2022/35xxx/CVE-2022-35247.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35247", + "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/2022/35xxx/CVE-2022-35248.json b/2022/35xxx/CVE-2022-35248.json new file mode 100644 index 00000000000..0a9a9c83761 --- /dev/null +++ b/2022/35xxx/CVE-2022-35248.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35248", + "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/2022/35xxx/CVE-2022-35249.json b/2022/35xxx/CVE-2022-35249.json new file mode 100644 index 00000000000..102cbdc2c91 --- /dev/null +++ b/2022/35xxx/CVE-2022-35249.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35249", + "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/2022/35xxx/CVE-2022-35250.json b/2022/35xxx/CVE-2022-35250.json new file mode 100644 index 00000000000..d2ff9e87cba --- /dev/null +++ b/2022/35xxx/CVE-2022-35250.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35250", + "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/2022/35xxx/CVE-2022-35251.json b/2022/35xxx/CVE-2022-35251.json new file mode 100644 index 00000000000..7dee8a35886 --- /dev/null +++ b/2022/35xxx/CVE-2022-35251.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35251", + "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/2022/35xxx/CVE-2022-35252.json b/2022/35xxx/CVE-2022-35252.json new file mode 100644 index 00000000000..54942848033 --- /dev/null +++ b/2022/35xxx/CVE-2022-35252.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35252", + "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/2022/35xxx/CVE-2022-35253.json b/2022/35xxx/CVE-2022-35253.json new file mode 100644 index 00000000000..7af6dad8024 --- /dev/null +++ b/2022/35xxx/CVE-2022-35253.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35253", + "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/2022/35xxx/CVE-2022-35254.json b/2022/35xxx/CVE-2022-35254.json new file mode 100644 index 00000000000..7384b489895 --- /dev/null +++ b/2022/35xxx/CVE-2022-35254.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35254", + "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/2022/35xxx/CVE-2022-35255.json b/2022/35xxx/CVE-2022-35255.json new file mode 100644 index 00000000000..ba1a29edc2d --- /dev/null +++ b/2022/35xxx/CVE-2022-35255.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35255", + "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/2022/35xxx/CVE-2022-35256.json b/2022/35xxx/CVE-2022-35256.json new file mode 100644 index 00000000000..d98e04c4a55 --- /dev/null +++ b/2022/35xxx/CVE-2022-35256.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35256", + "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/2022/35xxx/CVE-2022-35257.json b/2022/35xxx/CVE-2022-35257.json new file mode 100644 index 00000000000..06fda3f6fb6 --- /dev/null +++ b/2022/35xxx/CVE-2022-35257.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35257", + "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/2022/35xxx/CVE-2022-35258.json b/2022/35xxx/CVE-2022-35258.json new file mode 100644 index 00000000000..396ded4c5a3 --- /dev/null +++ b/2022/35xxx/CVE-2022-35258.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35258", + "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/2022/35xxx/CVE-2022-35259.json b/2022/35xxx/CVE-2022-35259.json new file mode 100644 index 00000000000..ab6b81b25b0 --- /dev/null +++ b/2022/35xxx/CVE-2022-35259.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35259", + "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/2022/35xxx/CVE-2022-35260.json b/2022/35xxx/CVE-2022-35260.json new file mode 100644 index 00000000000..6aabfe9411f --- /dev/null +++ b/2022/35xxx/CVE-2022-35260.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-35260", + "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