Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2017 20:08:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449374 - head/security/vuxml
Message-ID:  <201709062008.v86K8CxX029370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep  6 20:08:12 2017
New Revision: 449374
URL: https://svnweb.freebsd.org/changeset/ports/449374

Log:
  Document Django vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep  6 20:08:12 2017	(r449373)
+++ head/security/vuxml/vuln.xml	Wed Sep  6 20:08:12 2017	(r449374)
@@ -58,6 +58,46 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="aaab03be-932d-11e7-92d8-4b26fc968492">
+    <topic>Django -- possible XSS in traceback section of technical 500 debug page</topic>
+    <affects>
+      <package>
+	<name>py27-django110</name>
+	<name>py34-django110</name>
+	<name>py35-django110</name>
+	<name>py36-django110</name>
+	<range><lt>1.10.8</lt></range>
+      </package>
+      <package>
+	<name>py27-django111</name>
+	<name>py34-django111</name>
+	<name>py35-django111</name>
+	<name>py36-django111</name>
+	<range><lt>1.11.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Django blog:</p>
+	<blockquote cite="https://www.djangoproject.com/weblog/2017/sep/05/security-releases/">;
+	  <p>In older versions, HTML autoescaping was disabled in a portion of the template
+	    for the technical 500 debug page. Given the right circumstances, this allowed a
+	    cross-site scripting attack. This vulnerability shouldn't affect most production
+	    sites since you shouldn't run with DEBUG = True (which makes this page accessible)
+	    in your production settings.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-12794</cvename>
+      <url>https://www.djangoproject.com/weblog/2017/sep/05/security-releases/</url>;
+    </references>
+    <dates>
+      <discovery>2017-09-05</discovery>
+      <entry>2017-09-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e1100e63-92f7-11e7-bd95-e8e0b747a45a">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709062008.v86K8CxX029370>