diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-06 09:58:24 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-06 10:04:52 +0200 |
| commit | 068887450479e035247d410863de662687cee2dc (patch) | |
| tree | a35c7bc2d763b37468b5958ed332c2024c748eee | |
| parent | 020bb45b03c921d3bf3283d6daee52c4e6bdc002 (diff) | |
[3.1.x] Added CVE-2021-32052 to security archive.
Backport of efebcc429f048493d6bc710399e65d98081eafd5 from main
| -rw-r--r-- | docs/releases/security.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 3c231730ec..509cc6ce76 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -1189,3 +1189,17 @@ Versions affected * Django 3.2 :commit:`(patch) <c98f446c188596d4ba6de71d1b77b4a6c5c2a007>` * Django 3.1 :commit:`(patch) <25d84d64122c15050a0ee739e859f22ddab5ac48>` * Django 2.2 :commit:`(patch) <04ac1624bdc2fa737188401757cf95ced122d26d>` + +May 6, 2021 - :cve:`2021-32052` +------------------------------- + +Header injection possibility since ``URLValidator`` accepted newlines in input +on Python 3.9.5+. `Full description +<https://www.djangoproject.com/weblog/2021/may/06/security-releases/>`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 3.2 :commit:`(patch) <2d2c1d0c97832860fbd6597977e2aae17dd7e5b2>` +* Django 3.1 :commit:`(patch) <afb23f5929944a407e4990edef1c7806a94c9879>` +* Django 2.2 :commit:`(patch) <d9594c4ea57b6309d93879805302cec9ae9f23ff>` |
