mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_iri().
Thanks MProgrammer (https://hackerone.com/mprogrammer) for the report. Co-authored-by: nessita <124304+nessita@users.noreply.github.com>
This commit is contained in:
@@ -6,4 +6,9 @@ Django 3.2.21 release notes
|
||||
|
||||
Django 3.2.21 fixes a security issue with severity "moderate" in 3.2.20.
|
||||
|
||||
...
|
||||
CVE-2023-41164: Potential denial of service vulnerability in ``django.utils.encoding.uri_to_iri()``
|
||||
===================================================================================================
|
||||
|
||||
``django.utils.encoding.uri_to_iri()`` was subject to potential denial of
|
||||
service attack via certain inputs with a very large number of Unicode
|
||||
characters.
|
||||
|
||||
Reference in New Issue
Block a user