mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator.
Thanks Seokchan Yoon for reports.
This commit is contained in:
@@ -7,6 +7,13 @@ Django 4.2.3 release notes
|
||||
Django 4.2.3 fixes a security issue with severity "moderate" and several bugs
|
||||
in 4.2.2.
|
||||
|
||||
CVE-2023-36053: Potential regular expression denial of service vulnerability in ``EmailValidator``/``URLValidator``
|
||||
===================================================================================================================
|
||||
|
||||
``EmailValidator`` and ``URLValidator`` were subject to potential regular
|
||||
expression denial of service attack via a very large number of domain name
|
||||
labels of emails and URLs.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user