From eef1366f18d1a2c97c393feb6f08e033f85ec2d0 Mon Sep 17 00:00:00 2001 From: CVE Team Date: Mon, 3 Jul 2023 13:00:35 +0000 Subject: [PATCH] "-Synchronized-Data." --- 2023/36xxx/CVE-2023-36053.json | 66 ++++++++++++++++++++++++++++++---- 1 file changed, 60 insertions(+), 6 deletions(-) diff --git a/2023/36xxx/CVE-2023-36053.json b/2023/36xxx/CVE-2023-36053.json index 622db71f03d..8b1c4464fe4 100644 --- a/2023/36xxx/CVE-2023-36053.json +++ b/2023/36xxx/CVE-2023-36053.json @@ -1,17 +1,71 @@ { - "data_type": "CVE", - "data_format": "MITRE", - "data_version": "4.0", "CVE_data_meta": { - "ID": "CVE-2023-36053", "ASSIGNER": "cve@mitre.org", - "STATE": "RESERVED" + "ID": "CVE-2023-36053", + "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": "In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS (regular expression denial of service) attack via a very large number of domain name labels of emails and URLs." + } + ] + }, + "problemtype": { + "problemtype_data": [ + { + "description": [ + { + "lang": "eng", + "value": "n/a" + } + ] + } + ] + }, + "references": { + "reference_data": [ + { + "url": "https://groups.google.com/forum/#!forum/django-announce", + "refsource": "MISC", + "name": "https://groups.google.com/forum/#!forum/django-announce" + }, + { + "url": "https://docs.djangoproject.com/en/4.2/releases/security/", + "refsource": "MISC", + "name": "https://docs.djangoproject.com/en/4.2/releases/security/" + }, + { + "refsource": "CONFIRM", + "name": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/", + "url": "https://www.djangoproject.com/weblog/2023/jul/03/security-releases/" } ] }