mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed CVE-2021-45452 -- Fixed potential path traversal in storage subsystem.
Thanks to Dennis Brinkrolf for the report.
This commit is contained in:
parent
761f449e0d
commit
6d343d01c5
6 changed files with 42 additions and 7 deletions
|
@ -33,6 +33,11 @@ resolution logic, that will not call methods, nor allow indexing on
|
|||
dictionaries.
|
||||
|
||||
As a reminder, all untrusted user input should be validated before use.
|
||||
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
||||
====================================================================
|
||||
|
||||
``Storage.save()`` allowed directory-traversal if directly passed suitably
|
||||
crafted file names.
|
||||
|
||||
This issue has severity "low" according to the :ref:`Django security policy
|
||||
<security-disclosure>`.
|
||||
|
|
|
@ -33,6 +33,11 @@ resolution logic, that will not call methods, nor allow indexing on
|
|||
dictionaries.
|
||||
|
||||
As a reminder, all untrusted user input should be validated before use.
|
||||
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
||||
====================================================================
|
||||
|
||||
``Storage.save()`` allowed directory-traversal if directly passed suitably
|
||||
crafted file names.
|
||||
|
||||
This issue has severity "low" according to the :ref:`Django security policy
|
||||
<security-disclosure>`.
|
||||
|
|
|
@ -33,6 +33,11 @@ resolution logic, that will not call methods, nor allow indexing on
|
|||
dictionaries.
|
||||
|
||||
As a reminder, all untrusted user input should be validated before use.
|
||||
CVE-2021-45452: Potential directory-traversal via ``Storage.save()``
|
||||
====================================================================
|
||||
|
||||
``Storage.save()`` allowed directory-traversal if directly passed suitably
|
||||
crafted file names.
|
||||
|
||||
This issue has severity "low" according to the :ref:`Django security policy
|
||||
<security-disclosure>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue