From 27de3080f34f33630a829adb807ffafc1eff2dab Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 19 Oct 2023 16:00:39 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2022/47xxx/CVE-2022-47583.json | 61 +++++++++++++++++++++++++++---- 2023/22xxx/CVE-2023-22515.json | 5 +++ 2023/46xxx/CVE-2023-46033.json | 66 ++++++++++++++++++++++++++++++---- 2023/5xxx/CVE-2023-5657.json | 18 ++++++++++ 4 files changed, 138 insertions(+), 12 deletions(-) create mode 100644 2023/5xxx/CVE-2023-5657.json diff --git a/2022/47xxx/CVE-2022-47583.json b/2022/47xxx/CVE-2022-47583.json index 0c0414fe6b7..af410dcb150 100644 --- a/2022/47xxx/CVE-2022-47583.json +++ b/2022/47xxx/CVE-2022-47583.json @@ -1,17 +1,66 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2022-47583", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2022-47583", + "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": "Terminal character injection in Mintty before 3.6.3 allows code execution via unescaped output to the terminal." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://github.com/mintty/mintty/releases/tag/3.6.3", + "refsource": "MISC", + "name": "https://github.com/mintty/mintty/releases/tag/3.6.3" + }, + { + "refsource": "MISC", + "name": "https://dgl.cx/2023/09/ansi-terminal-security#mintty", + "url": "https://dgl.cx/2023/09/ansi-terminal-security#mintty" } ] } diff --git a/2023/22xxx/CVE-2023-22515.json b/2023/22xxx/CVE-2023-22515.json index b64a0406755..f9d59e5dbee 100644 --- a/2023/22xxx/CVE-2023-22515.json +++ b/2023/22xxx/CVE-2023-22515.json @@ -276,6 +276,11 @@ "url": "https://jira.atlassian.com/browse/CONFSERVER-92457", "refsource": "MISC", "name": "https://jira.atlassian.com/browse/CONFSERVER-92457" + }, + { + "url": "http://packetstormsecurity.com/files/175225/Atlassian-Confluence-Unauthenticated-Remote-Code-Execution.html", + "refsource": "MISC", + "name": "http://packetstormsecurity.com/files/175225/Atlassian-Confluence-Unauthenticated-Remote-Code-Execution.html" } ] }, diff --git a/2023/46xxx/CVE-2023-46033.json b/2023/46xxx/CVE-2023-46033.json index 953d5c42ba7..e0b9c16b2d8 100644 --- a/2023/46xxx/CVE-2023-46033.json +++ b/2023/46xxx/CVE-2023-46033.json @@ -1,17 +1,71 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-46033", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-46033", + "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": "** UNSUPPORTED WHEN ASSIGNED ** D-Link (Non-US) DSL-2750U N300 ADSL2+ and (Non-US) DSL-2730U N150 ADSL2+ are vulnerable to Incorrect Access Control. The UART/Serial interface on the PCB, provides log output and a root terminal without proper access control." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.dlink.com/en/products/dsl-2750u-wireless-n-300-adsl2-modem-router", + "url": "https://www.dlink.com/en/products/dsl-2750u-wireless-n-300-adsl2-modem-router" + }, + { + "url": "https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10357", + "refsource": "MISC", + "name": "https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10357" + }, + { + "refsource": "MISC", + "name": "https://www.dlink.com/en/products/dsl-2730u-wireless-n150-adsl2-router", + "url": "https://www.dlink.com/en/products/dsl-2730u-wireless-n150-adsl2-router" } ] } diff --git a/2023/5xxx/CVE-2023-5657.json b/2023/5xxx/CVE-2023-5657.json new file mode 100644 index 00000000000..534e6c44cb6 --- /dev/null +++ b/2023/5xxx/CVE-2023-5657.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-5657", + "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