summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-09-26 18:01:19 -0400
committerTim Graham <timograham@gmail.com>2016-09-26 18:30:31 -0400
commitd5430a5ff992992eae19be63da8818356d315751 (patch)
tree29c2002f77e7e13b6beb8a123668691d196c57ed
parent47f5d799b2e3265acfa1b1568374341a820d40ed (diff)
downloaddjango-d5430a5ff992992eae19be63da8818356d315751.tar.gz
[1.8.x] Added CVE-2016-7401 to the security release archive.
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
-rw-r--r--docs/releases/security.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/releases/security.txt b/docs/releases/security.txt
index 8a9d73de36..898b7f3c30 100644
--- a/docs/releases/security.txt
+++ b/docs/releases/security.txt
@@ -769,3 +769,15 @@ Versions affected
* Django 1.9 `(patch) <https://github.com/django/django/commit/d03bf6fe4e9bf5b07de62c1a271c4b41a7d3d158>`__
* Django 1.8 `(patch) <https://github.com/django/django/commit/f68e5a99164867ab0e071a936470958ed867479d>`__
+
+September 26, 2016 - :cve:`2016-7401`
+-------------------------------------
+
+CSRF protection bypass on a site with Google Analytics. `Full description
+<https://www.djangoproject.com/weblog/2016/sep/26/security-releases/>`__
+
+Versions affected
+~~~~~~~~~~~~~~~~~
+
+* Django 1.9 `(patch) <https://github.com/django/django/commit/d1bc980db1c0fffd6d60677e62f70beadb9fe64a>`__
+* Django 1.8 `(patch) <https://github.com/django/django/commit/6118ab7d0676f0d622278e5be215f14fb5410b6a>`__