summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-21 12:43:45 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2020-09-01 09:17:23 +0200
commit1853724acaf17ed7414d54c7d2b5563a25025a71 (patch)
tree66587ddd9c23bc7b0f2ea10897aa57d3519cd015 /docs/releases
parent8d7271578d7b153435b40fe40236ebec43cbf1b9 (diff)
Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-level directories of the file system cache on Python 3.7+.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.2.16.txt9
-rw-r--r--docs/releases/3.0.10.txt9
-rw-r--r--docs/releases/3.1.1.txt9
3 files changed, 24 insertions, 3 deletions
diff --git a/docs/releases/2.2.16.txt b/docs/releases/2.2.16.txt
index f0c3ec894a..f531871d1a 100644
--- a/docs/releases/2.2.16.txt
+++ b/docs/releases/2.2.16.txt
@@ -4,7 +4,7 @@ Django 2.2.16 release notes
*Expected September 1, 2020*
-Django 2.2.16 fixes a security issue and two data loss bugs in 2.2.15.
+Django 2.2.16 fixes two security issues and two data loss bugs in 2.2.15.
CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+
======================================================================================
@@ -17,6 +17,13 @@ files and to intermediate-level collected static directories when using the
You should review and manually fix permissions on existing intermediate-level
directories.
+CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+
+===============================================================================================================
+
+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).
+
Bugfixes
========
diff --git a/docs/releases/3.0.10.txt b/docs/releases/3.0.10.txt
index 4238a9fd71..ebc67d4725 100644
--- a/docs/releases/3.0.10.txt
+++ b/docs/releases/3.0.10.txt
@@ -4,7 +4,7 @@ Django 3.0.10 release notes
*Expected September 1, 2020*
-Django 3.0.10 fixes a security issue and two data loss bugs in 3.0.9.
+Django 3.0.10 fixes two security issues and two data loss bugs in 3.0.9.
CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+
======================================================================================
@@ -17,6 +17,13 @@ files and to intermediate-level collected static directories when using the
You should review and manually fix permissions on existing intermediate-level
directories.
+CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+
+===============================================================================================================
+
+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).
+
Bugfixes
========
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt
index 11a935dda7..ad5d3ae512 100644
--- a/docs/releases/3.1.1.txt
+++ b/docs/releases/3.1.1.txt
@@ -4,7 +4,7 @@ Django 3.1.1 release notes
*Expected September 1, 2020*
-Django 3.1.1 fixes a security issue and several bugs in 3.1.
+Django 3.1.1 fixes two security issues and several bugs in 3.1.
CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+
======================================================================================
@@ -17,6 +17,13 @@ files and to intermediate-level collected static directories when using the
You should review and manually fix permissions on existing intermediate-level
directories.
+CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+
+===============================================================================================================
+
+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).
+
Bugfixes
========