Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2016 04:47:28 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424805 - head/security/vuxml
Message-ID:  <201610280447.u9S4lSxS047604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Fri Oct 28 04:47:28 2016
New Revision: 424805
URL: https://svnweb.freebsd.org/changeset/ports/424805

Log:
  Document vulnerability in net/py-urllib3

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Oct 28 04:42:28 2016	(r424804)
+++ head/security/vuxml/vuln.xml	Fri Oct 28 04:47:28 2016	(r424805)
@@ -58,6 +58,32 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="c5c6e293-9cc7-11e6-823f-b8aeed92ecc4">
+    <topic>urllib3 -- certificate verification failure</topic>
+    <affects>
+      <package>
+	<name>py-urllib3</name>
+	<range><lt>1.18</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>urllib3 reports:</p>
+	<blockquote cite="https://github.com/shazow/urllib3/blob/1.18.1/CHANGES.rst">;
+	  <p>CVE-2016-9015: Certification verification failure</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2016-9015</cvename>
+      <url>https://github.com/shazow/urllib3/blob/1.18.1/CHANGES.rst</url>;
+    </references>
+    <dates>
+      <discovery>2016-10-27</discovery>
+      <entry>2016-10-28</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="de6d01d5-9c44-11e6-ba67-0011d823eebd">
     <topic>flash -- remote code execution</topic>
     <affects>



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