mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extract().
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews. Thanks Wang Baohua for the report.
This commit is contained in:
15
docs/releases/2.2.18.txt
Normal file
15
docs/releases/2.2.18.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
===========================
|
||||
Django 2.2.18 release notes
|
||||
===========================
|
||||
|
||||
*February 1, 2021*
|
||||
|
||||
Django 2.2.18 fixes a security issue with severity "low" in 2.2.17.
|
||||
|
||||
CVE-2021-3281: Potential directory-traversal via ``archive.extract()``
|
||||
======================================================================
|
||||
|
||||
The ``django.utils.archive.extract()`` function, used by
|
||||
:option:`startapp --template` and :option:`startproject --template`, allowed
|
||||
directory-traversal via an archive with absolute paths or relative paths with
|
||||
dot segments.
|
||||
Reference in New Issue
Block a user