diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-11 16:52:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-11 16:52:31 +0000 |
commit | 55a8f1f244c8cc99d48170bccee4d39085931dfa (patch) | |
tree | d4cb909723e6c378a36babae88eb629376f193c7 | |
parent | Update to RELEASE.2018-01-18T21-18-56Z (diff) |
Document python vulnerability
Notes
Notes:
svn path=/head/; revision=461511
-rw-r--r-- | security/vuxml/vuln.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ea7e84371a3e..6e53177e3dcd 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |