svn commit: r417843 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Thu Jun 30 21:08:45 UTC 2016


Author: feld
Date: Thu Jun 30 21:08:43 2016
New Revision: 417843
URL: https://svnweb.freebsd.org/changeset/ports/417843

Log:
  Document python vulnerability
  
  PR:		210541
  Security:	CVE-2016-5699

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jun 30 20:52:39 2016	(r417842)
+++ head/security/vuxml/vuln.xml	Thu Jun 30 21:08:43 2016	(r417843)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="a61374fc-3a4d-11e6-a671-60a44ce6887b">
+    <topic>Python -- HTTP Header Injection in Python urllib</topic>
+    <affects>
+      <package>
+	<name>python33</name>
+	<range><lt>3.3.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Guido Vranken reports:</p>
+	<blockquote cite="https://bugs.python.org/issue22928">
+	  <p>HTTP header injection in urrlib2/urllib/httplib/http.client with
+	     newlines in header values, where newlines have a semantic consequence of
+	     denoting the start of an additional header line.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.python.org/issue22928</url>
+      <url>http://blog.blindspotsecurity.com/2016/06/advisory-http-header-injection-in.html</url>
+      <url>http://www.openwall.com/lists/oss-security/2016/06/14/7</url>
+      <cvename>CVE-2016-5699</cvename>
+    </references>
+    <dates>
+      <discovery>2014-11-24</discovery>
+      <entry>2016-06-30</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="0ca24682-3f03-11e6-b3c8-14dae9d210b8">
     <topic>openssl -- denial of service</topic>
     <affects>


More information about the svn-ports-head mailing list