Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Feb 2018 16:52:31 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461511 - head/security/vuxml
Message-ID:  <201802111652.w1BGqVlQ025320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 11 16:52:31 2018
New Revision: 461511
URL: https://svnweb.freebsd.org/changeset/ports/461511

Log:
  Document python vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Feb 11 16:50:16 2018	(r461510)
+++ head/security/vuxml/vuln.xml	Sun Feb 11 16:52:31 2018	(r461511)
@@ -58,6 +58,40 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="0fe70bcd-2ce3-46c9-a64b-4a7da097db07">
+    <topic>python -- possible integer overflow vulnerability</topic>
+    <affects>
+      <package>
+	<name>python34</name>
+	<range><lt>3.4.8</lt></range>
+      </package>
+      <package>
+	<name>python35</name>
+	<range><lt>3.5.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Python issue:</p>
+	<blockquote cite="https://bugs.python.org/issue30657">;
+	  <p>There is a possible integer overflow in PyString_DecodeEscape
+	    function of the file stringobject.c, which can be abused to gain
+	    a heap overflow, possibly leading to arbitrary code execution.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.python.org/issue30657</url>;
+      <url>https://docs.python.org/3.4/whatsnew/changelog.html</url>;
+      <url>https://docs.python.org/3.5/whatsnew/changelog.html</url>;
+      <cvename>CVE-2017-1000158</cvename>
+    </references>
+    <dates>
+      <discovery>2017-06-03</discovery>
+      <entry>2018-02-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="aa743ee4-0f16-11e8-8fd2-10bf48e1088e">
     <topic>electrum -- JSONRPC vulnerability</topic>
     <affects>



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