svn commit: r424805 - head/security/vuxml
Olivier Duchateau
olivierd at FreeBSD.org
Fri Oct 28 04:47:29 UTC 2016
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>
More information about the svn-ports-all
mailing list