mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access control based on URL paths.
Thanks Sjoerd Job Postmus and TengMA(@te3t123) for reports.
This commit is contained in:
committed by
Mariusz Felisiak
parent
628b6a6869
commit
d4dcd5b9dd
@@ -6,4 +6,8 @@ Django 3.1.14 release notes
|
||||
|
||||
Django 3.1.14 fixes a security issue with severity "low" in 3.1.13.
|
||||
|
||||
...
|
||||
CVE-2021-44420: Potential bypass of an upstream access control based on URL paths
|
||||
=================================================================================
|
||||
|
||||
HTTP requests for URLs with trailing newlines could bypass an upstream access
|
||||
control based on URL paths.
|
||||
|
||||
Reference in New Issue
Block a user