0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/docs/releases/2.2.25.txt
Florian Apolloner d4dcd5b9dd 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.
2021-12-07 06:28:08 +01:00

14 lines
445 B
Plaintext

===========================
Django 2.2.25 release notes
===========================
*December 7, 2021*
Django 2.2.25 fixes a security issue with severity "low" in 2.2.24.
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.