svn commit: r451747 - head/security/vuxml

Steve Wills swills at FreeBSD.org
Wed Oct 11 12:54:13 UTC 2017


Author: swills
Date: Wed Oct 11 12:54:11 2017
New Revision: 451747
URL: https://svnweb.freebsd.org/changeset/ports/451747

Log:
  Document python issue

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct 11 12:41:42 2017	(r451746)
+++ head/security/vuxml/vuln.xml	Wed Oct 11 12:54:11 2017	(r451747)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9164f51e-ae20-11e7-a633-009c02a2ab30">
+    <topic>Python 2.7 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+       <name>python27</name>
+       <range><lt>2.7.14</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+       <p>Python reports:</p>
+       <blockquote cite="https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS">
+	<p>Multiple vulnerabilities have been fixed in Python 2.7.14. Please refer to the CVE list for details.</p>
+       </blockquote>
+      </body>
+    </description>
+    <references>
+       <url>https://raw.githubusercontent.com/python/cpython/84471935ed2f62b8c5758fd544c7d37076fe0fa5/Misc/NEWS</url>
+       <cvename>CVE-2012-0876</cvename>
+       <cvename>CVE-2016-0718</cvename>
+       <cvename>CVE-2016-4472</cvename>
+       <cvename>CVE-2016-5300</cvename>
+       <cvename>CVE-2016-9063</cvename>
+       <cvename>CVE-2017-9233</cvename>
+    </references>
+    <dates>
+      <discovery>2017-08-26</discovery>
+      <entry>2017-10-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="1257718e-be97-458a-9744-d938b592db42">
     <topic>node -- access to unintended files</topic>
     <affects>


More information about the svn-ports-all mailing list