diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-06-17 17:03:57 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-06-17 17:03:57 +0000 |
commit | b7700753f9278cb149b133ca845a9609bb3408ef (patch) | |
tree | 65c12666c4a3d6f15b5f4197b394ac12e93ca0cb | |
parent | Fix last entry of MASTER_SITE_EXIM. (diff) |
Document integer overflow in python's zipimport module
PR: 210324
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: CVE-2016-5636
Notes
Notes:
svn path=/head/; revision=417018
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 117cd8cd7872..f0dcd5299ff3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1d0f6852-33d8-11e6-a671-60a44ce6887b"> + <topic>Python -- Integer overflow in zipimport module</topic> + <affects> + <package> + <name>python35</name> + <range><lt>3.5.1_3</lt></range> + </package> + <package> + <name>python34</name> + <range><lt>3.4.4_3</lt></range> + </package> + <package> + <name>python33</name> + <range><lt>3.3.6_5</lt></range> + </package> + <package> + <name>python27</name> + <range><lt>2.7.11_3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Python reports:</p> + <blockquote cite="http://bugs.python.org/issue26171"> + <p>Possible integer overflow and heap corruption in + zipimporter.get_data()</p> + </blockquote> + </body> + </description> + <references> + <url>http://bugs.python.org/issue26171</url> + <cvename>CVE-2016-5636</cvename> + </references> + <dates> + <discovery>2016-01-21</discovery> + <entry>2016-06-17</entry> + </dates> + </vuln> + <vuln vid="7932548e-3427-11e6-8e82-002590263bf5"> <topic>drupal -- multiple vulnerabilities</topic> <affects> |