From 24d45635b5270e0cdaa659dddaaa6b922fc3722d Mon Sep 17 00:00:00 2001 From: CVE Team Date: Thu, 29 Jun 2023 13:00:36 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/36xxx/CVE-2023-36617.json | 56 ++++++++++++++++++++++++++++++---- 2023/36xxx/CVE-2023-36632.json | 7 ++++- 2023/3xxx/CVE-2023-3457.json | 18 +++++++++++ 2023/3xxx/CVE-2023-3458.json | 18 +++++++++++ 4 files changed, 92 insertions(+), 7 deletions(-) create mode 100644 2023/3xxx/CVE-2023-3457.json create mode 100644 2023/3xxx/CVE-2023-3458.json diff --git a/2023/36xxx/CVE-2023-36617.json b/2023/36xxx/CVE-2023-36617.json index 19e2353a70a..82f93971733 100644 --- a/2023/36xxx/CVE-2023-36617.json +++ b/2023/36xxx/CVE-2023-36617.json @@ -1,17 +1,61 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-36617", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-36617", + "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": "A ReDoS issue was discovered in the URI component before 0.12.2 for Ruby. The URI parser mishandles invalid URLs that have specific characters. There is an increase in execution time for parsing strings to URI objects with rfc2396_parser.rb and rfc3986_parser.rb. NOTE: this issue exists becuse of an incomplete fix for CVE-2023-28755. Version 0.10.3 is also a fixed version." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "refsource": "MISC", + "name": "https://www.ruby-lang.org/en/news/2023/06/29/redos-in-uri-CVE-2023-36617/", + "url": "https://www.ruby-lang.org/en/news/2023/06/29/redos-in-uri-CVE-2023-36617/" } ] } diff --git a/2023/36xxx/CVE-2023-36632.json b/2023/36xxx/CVE-2023-36632.json index be9facefe75..b11b239921e 100644 --- a/2023/36xxx/CVE-2023-36632.json +++ b/2023/36xxx/CVE-2023-36632.json @@ -34,7 +34,7 @@ "description_data": [ { "lang": "eng", - "value": "The legacy email.utils.parseaddr function in Python through 3.11.4 allows attackers to trigger \"RecursionError: maximum recursion depth exceeded while calling a Python object\" via a crafted argument. This argument is plausibly an untrusted value from an application's input data that was supposed to contain a name and an e-mail address. NOTE: email.utils.parseaddr is categorized as a Legacy API in the documentation of the Python email package. Applications should instead use the email.parser.BytesParser or email.parser.Parser class." + "value": "** DISPUTED ** The legacy email.utils.parseaddr function in Python through 3.11.4 allows attackers to trigger \"RecursionError: maximum recursion depth exceeded while calling a Python object\" via a crafted argument. This argument is plausibly an untrusted value from an application's input data that was supposed to contain a name and an e-mail address. NOTE: email.utils.parseaddr is categorized as a Legacy API in the documentation of the Python email package. Applications should instead use the email.parser.BytesParser or email.parser.Parser class. NOTE: the vendor's perspective is that this is neither a vulnerability nor a bug. The email package is intended to have size limits and to throw an exception when limits are exceeded; they were exceeded by the example demonstration code." } ] }, @@ -66,6 +66,11 @@ "url": "https://github.com/Daybreak2019/PoC_python3.9_Vul/blob/main/RecursionError-email.utils.parseaddr.py", "refsource": "MISC", "name": "https://github.com/Daybreak2019/PoC_python3.9_Vul/blob/main/RecursionError-email.utils.parseaddr.py" + }, + { + "refsource": "MISC", + "name": "https://github.com/python/cpython/issues/103800", + "url": "https://github.com/python/cpython/issues/103800" } ] } diff --git a/2023/3xxx/CVE-2023-3457.json b/2023/3xxx/CVE-2023-3457.json new file mode 100644 index 00000000000..477e0ecf819 --- /dev/null +++ b/2023/3xxx/CVE-2023-3457.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-3457", + "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/2023/3xxx/CVE-2023-3458.json b/2023/3xxx/CVE-2023-3458.json new file mode 100644 index 00000000000..644db1186ef --- /dev/null +++ b/2023/3xxx/CVE-2023-3458.json @@ -0,0 +1,18 @@ +{ + "data_type": "CVE", + "data_format": "MITRE", + "data_version": "4.0", + "CVE_data_meta": { + "ID": "CVE-2023-3458", + "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