1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Document Django vulnerability

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-05 21:35:39 +00:00
parent 007bd32b76
commit aca0331314
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547758

View File

@ -58,6 +58,60 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
<vuln vid="002432c8-ef6a-11ea-ba8f-08002728f74c">
<topic>Django -- multiple vulnerabilities</topic>
<affects>
<package>
<name>py35-django22</name>
<name>py36-django22</name>
<name>py37-django22</name>
<name>py38-django22</name>
<range><lt>2.2.16</lt></range>
</package>
<package>
<name>py36-django30</name>
<name>py37-django30</name>
<name>py38-django30</name>
<range><lt>3.0.10</lt></range>
</package>
<package>
<name>py36-django31</name>
<name>py37-django31</name>
<name>py38-django31</name>
<range><lt>3.1.1</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>Django Release notes:</p>
<blockquote cite="https://docs.djangoproject.com/en/3.1/releases/3.1.1/">
<p>CVE-2020-24583: Incorrect permissions on intermediate-level directories
on Python 3.7+</p>
<p>On Python 3.7+, FILE_UPLOAD_DIRECTORY_PERMISSIONS mode was not applied
to intermediate-level directories created in the process of uploading
files and to intermediate-level collected static directories when using
the collectstatic management command.</p>
<p>CVE-2020-24584: Permission escalation in intermediate-level directories
of the file system cache on Python 3.7+</p>
<p>On Python 3.7+, the intermediate-level directories of the file system
cache had the system's standard umask rather than 0o077 (no group or
others permissions).</p>
</blockquote>
</body>
</description>
<references>
<url>https://docs.djangoproject.com/en/2.2/releases/2.2.16/</url>
<url>https://docs.djangoproject.com/en/3.0/releases/3.0.10/</url>
<url>https://docs.djangoproject.com/en/3.1/releases/3.1.1/</url>
<cvename>CVE-2020-24583</cvename>
<cvename>CVE-2020-24584</cvename>
</references>
<dates>
<discovery>2020-09-01</discovery>
<entry>2020-09-05</entry>
</dates>
</vuln>
<vuln vid="f9fa7adc-ee51-11ea-a240-002590acae31">
<topic>gnupg -- AEAD key import overflow</topic>
<affects>