svn commit: r301808 - head/security/vuxml

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jul 31 19:04:52 UTC 2012


Author: lwhsu
Date: Tue Jul 31 19:04:51 2012
New Revision: 301808
URL: http://svn.freebsd.org/changeset/ports/301808

Log:
  - Document django -- multiple vulnerabilities

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul 31 18:49:18 2012	(r301807)
+++ head/security/vuxml/vuln.xml	Tue Jul 31 19:04:51 2012	(r301808)
@@ -52,6 +52,46 @@ Note:  Please add new entries to the beg
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="f01292a0-db3c-11e1-a84b-00e0814cab4e">
+    <topic>django -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>py26-django</name>
+	<name>py27-django</name>
+	<range><ge>1.4</ge><lt>1.4.1</lt></range>
+	<range><ge>1.3</ge><lt>1.3.2</lt></range>
+      </package>
+      <package>
+	<name>py26-django-devel</name>
+	<name>py27-django-devel</name>
+	<range><lt>20120731,1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Django project reports:</p>
+	<blockquote cite="https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/">
+	  <p>Today the Django team is issuing multiple releases --
+	    Django 1.3.2 and Django 1.4.1 -- to remedy security issues
+	    reported to us:</p>
+	  <ul>
+	    <li>Cross-site scripting in authentication views</li>
+	    <li>Denial-of-service in image validation</li>
+	    <li>Denial-of-service via get_image_dimensions()</li>
+	  </ul>
+	  <p>All users are encouraged to upgrade Django immediately.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/</url>
+    </references>
+    <dates>
+      <discovery>2012-07-30</discovery>
+      <entry>2012-07-31</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="58253655-d82c-11e1-907c-20cf30e32f6d">
     <topic>bugzilla -- multiple vulnerabilities</topic>
     <affects>



More information about the svn-ports-all mailing list