diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 30f708388a..37cc2b36e0 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -36,6 +36,47 @@ Issues under Django's security process All security issues have been handled under versions of Django's security process. These are listed below. +January 4, 2022 - :cve:`2021-45452` +------------------------------------ + +Potential directory-traversal via ``Storage.save()``. `Full description +`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 4.0 :commit:`(patch) ` +* Django 3.2 :commit:`(patch) <8d2f7cff76200cbd2337b2cf1707e383eb1fb54b>` +* Django 2.2 :commit:`(patch) <4cb35b384ceef52123fc66411a73c36a706825e1>` + +January 4, 2022 - :cve:`2021-45116` +------------------------------------ + +Potential information disclosure in ``dictsort`` template filter. `Full +description +`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 4.0 :commit:`(patch) <2a8ec7f546d6d5806e221ec948c5146b55bd7489>` +* Django 3.2 :commit:`(patch) ` +* Django 2.2 :commit:`(patch) ` + +January 4, 2022 - :cve:`2021-45115` +------------------------------------ + +Denial-of-service possibility in ``UserAttributeSimilarityValidator``. `Full +description +`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 4.0 :commit:`(patch) ` +* Django 3.2 :commit:`(patch) ` +* Django 2.2 :commit:`(patch) <2135637fdd5ce994de110affef9e67dffdf77277>` + December 7, 2021 - :cve:`2021-44420` ------------------------------------