svn commit: r422843 - head/security/vuxml
Wen Heping
wen at FreeBSD.org
Wed Sep 28 02:20:19 UTC 2016
Author: wen
Date: Wed Sep 28 02:20:17 2016
New Revision: 422843
URL: https://svnweb.freebsd.org/changeset/ports/422843
Log:
- Document the security vulnerability in py-django, py-django18 and py-django19.
PR: 213033
Submitted by: vlad-fbsd at acheronmedia.com
Security: CVE-2016-7401
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Wed Sep 28 02:19:08 2016 (r422842)
+++ head/security/vuxml/vuln.xml Wed Sep 28 02:20:17 2016 (r422843)
@@ -58,6 +58,40 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="bb022643-84fb-11e6-a4a1-60a44ce6887b">
+ <topic>django -- CSRF protection bypass on a site with Google Analytics</topic>
+ <affects>
+ <package>
+ <name>py-django19</name>
+ <range><lt>1.9.10</lt></range>
+ </package>
+ <package>
+ <name>py-django18</name>
+ <range><lt>1.8.15</lt></range>
+ </package>
+ <package>
+ <name>py-django</name>
+ <range><lt>1.8.15</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Django Software Foundation reports:</p>
+ <blockquote cite="https://www.djangoproject.com/weblog/2016/sep/26/security-releases/">
+ <p>An interaction between Google Analytics and Django's cookie parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://www.djangoproject.com/weblog/2016/sep/26/security-releases/</url>
+ <cvename>CVE-2016-7401</cvename>
+ </references>
+ <dates>
+ <discovery>2016-09-26</discovery>
+ <entry>2016-09-27</entry>
+ </dates>
+ </vuln>
+
<vuln vid="91a337d8-83ed-11e6-bf52-b499baebfeaf">
<topic>OpenSSL -- multiple vulnerabilities</topic>
<affects>
More information about the svn-ports-head
mailing list