From 735221aac86988c7117e65986878406ab3a54e99 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 12 Dec 2022 06:00:38 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/31xxx/CVE-2022-31596.json | 4 +- 2022/46xxx/CVE-2022-46908.json | 72 ++++++++++++++++++++++++++++++++++ 2022/4xxx/CVE-2022-4415.json | 18 +++++++++ 3 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 2022/46xxx/CVE-2022-46908.json create mode 100644 2022/4xxx/CVE-2022-4415.json diff --git a/2022/31xxx/CVE-2022-31596.json b/2022/31xxx/CVE-2022-31596.json index debda3d635e..9d6d854ddc2 100644 --- a/2022/31xxx/CVE-2022-31596.json +++ b/2022/31xxx/CVE-2022-31596.json @@ -21,8 +21,8 @@ "description": [ { "lang": "eng", - "value": "CWE-200 Exposure of Sensitive Information to an Unauthorized Actor", - "cweId": "CWE-200" + "value": "CWE-668 Exposure of Resource to Wrong Sphere", + "cweId": "CWE-668" } ] } diff --git a/2022/46xxx/CVE-2022-46908.json b/2022/46xxx/CVE-2022-46908.json new file mode 100644 index 00000000000..aa37a7e92a4 --- /dev/null +++ b/2022/46xxx/CVE-2022-46908.json @@ -0,0 +1,72 @@ +{ + "CVE_data_meta": { + "ASSIGNER": "cve@mitre.org", + "ID": "CVE-2022-46908", + "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": "SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://news.ycombinator.com/item?id=33948588", + "refsource": "MISC", + "name": "https://news.ycombinator.com/item?id=33948588" + }, + { + "url": "https://sqlite.org/forum/forumpost/07beac8056151b2f", + "refsource": "MISC", + "name": "https://sqlite.org/forum/forumpost/07beac8056151b2f" + }, + { + "url": "https://sqlite.org/src/info/cefc032473ac5ad2", + "refsource": "MISC", + "name": "https://sqlite.org/src/info/cefc032473ac5ad2" + } + ] + } +} \ No newline at end of file diff --git a/2022/4xxx/CVE-2022-4415.json b/2022/4xxx/CVE-2022-4415.json new file mode 100644 index 00000000000..5286c4dd47b --- /dev/null +++ b/2022/4xxx/CVE-2022-4415.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2022-4415", + "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