mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[4.1.x] Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expressions.
Thanks to Benjamin Balder Bach for the report.
This commit is contained in:
committed by
Carlton Gibson
parent
7843c43c49
commit
9d656ea51d
@@ -6,4 +6,8 @@ Django 4.0.8 release notes
|
||||
|
||||
Django 4.0.8 fixes a security issue with severity "medium" in 4.0.7.
|
||||
|
||||
...
|
||||
CVE-2022-41323: Potential denial-of-service vulnerability in internationalized URLs
|
||||
===================================================================================
|
||||
|
||||
Internationalized URLs were subject to potential denial of service attack via
|
||||
the locale parameter.
|
||||
|
||||
Reference in New Issue
Block a user