svn commit: r461511 - head/security/vuxml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 11 16:52:32 UTC 2018


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>


More information about the svn-ports-head mailing list