diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-06-02 11:15:54 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-06-02 11:18:36 +0200 |
| commit | 6022181d85783fbee8906af356c65449082b0a1c (patch) | |
| tree | 568ca17669b60d460359d0b3251000f0edc9f32b | |
| parent | 064c0c55af7e0287bbeff8303ca9ef1c7cfd3fb8 (diff) | |
[3.1.x] Added CVE-2021-33203 and CVE-2021-33571 to security archive.
Backport of a39f235ca4cb7370dba3a3dedeaab0106d27792f from main
| -rw-r--r-- | docs/releases/security.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt index 509cc6ce76..2319f1dff0 100644 --- a/docs/releases/security.txt +++ b/docs/releases/security.txt @@ -1203,3 +1203,30 @@ Versions affected * Django 3.2 :commit:`(patch) <2d2c1d0c97832860fbd6597977e2aae17dd7e5b2>` * Django 3.1 :commit:`(patch) <afb23f5929944a407e4990edef1c7806a94c9879>` * Django 2.2 :commit:`(patch) <d9594c4ea57b6309d93879805302cec9ae9f23ff>` + +June 2, 2021 - :cve:`2021-33203` +------------------------------- + +Potential directory traversal via ``admindocs``. `Full description +<https://www.djangoproject.com/weblog/2021/jun/02/security-releases/>`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 3.2 :commit:`(patch) <dfaba12cda060b8b292ae1d271b44bf810b1c5b9>` +* Django 3.1 :commit:`(patch) <20c67a0693c4ede2b09af02574823485e82e4c8f>` +* Django 2.2 :commit:`(patch) <053cc9534d174dc89daba36724ed2dcb36755b90>` + +June 2, 2021 - :cve:`2021-33571` +------------------------------- + +Possible indeterminate SSRF, RFI, and LFI attacks since validators accepted +leading zeros in IPv4 addresses. `Full description +<https://www.djangoproject.com/weblog/2021/jun/02/security-releases/>`__ + +Versions affected +~~~~~~~~~~~~~~~~~ + +* Django 3.2 :commit:`(patch) <9f75e2e562fa0c0482f3dde6fc7399a9070b4a3d>` +* Django 3.1 :commit:`(patch) <203d4ab9ebcd72fc4d6eb7398e66ed9e474e118e>` +* Django 2.2 :commit:`(patch) <f27c38ab5d90f68c9dd60cabef248a570c0be8fc>` |
