svn commit: r469151 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 5 17:22:44 UTC 2018


Author: sunpoet
Date: Sat May  5 17:22:42 2018
New Revision: 469151
URL: https://svnweb.freebsd.org/changeset/ports/469151

Log:
  Document python vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat May  5 17:22:36 2018	(r469150)
+++ head/security/vuxml/vuln.xml	Sat May  5 17:22:42 2018	(r469151)
@@ -58,6 +58,39 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="8719b935-8bae-41ad-92ba-3c826f651219">
+    <topic>python 2.7 -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>python27</name>
+	<range><lt>2.7.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>python release notes:</p>
+	<blockquote cite="https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.15rc1.rst">
+	  <p>Multiple vulnerabilities has been fixed in this release. Please refer to the CVE list for details.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.15rc1.rst</url>
+      <url>https://github.com/python/cpython/blob/2.7/Misc/NEWS.d/2.7.15.rst</url>
+      <cvename>CVE-2012-0876</cvename>
+      <cvename>CVE-2016-0718</cvename>
+      <cvename>CVE-2016-4472</cvename>
+      <cvename>CVE-2016-9063</cvename>
+      <cvename>CVE-2017-9233</cvename>
+      <cvename>CVE-2018-1060</cvename>
+      <cvename>CVE-2018-1061</cvename>
+    </references>
+    <dates>
+      <discovery>2018-05-01</discovery>
+      <entry>2018-05-05</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="83a548b5-4fa5-11e8-9a8e-001e2a3f778d">
     <topic>KWallet-PAM -- Access to privileged files</topic>
     <affects>


More information about the svn-ports-all mailing list