summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-03-08 22:02:38 +0100
committerAlex Legler <alex@a3li.li>2015-03-08 22:02:38 +0100
commita24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch)
tree910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200807-01.xml
downloadglsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz
glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2
glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip
Import existing advisories
Diffstat (limited to 'glsa-200807-01.xml')
-rw-r--r--glsa-200807-01.xml89
1 files changed, 89 insertions, 0 deletions
diff --git a/glsa-200807-01.xml b/glsa-200807-01.xml
new file mode 100644
index 00000000..b25a6312
--- /dev/null
+++ b/glsa-200807-01.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
+<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+
+<glsa id="200807-01">
+ <title>Python: Multiple integer overflows</title>
+ <synopsis>
+ Multiple integer overflows may allow for Denial of Service.
+ </synopsis>
+ <product type="ebuild">python</product>
+ <announced>July 01, 2008</announced>
+ <revised>July 01, 2008: 01</revised>
+ <bug>216673</bug>
+ <bug>217221</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-lang/python" auto="yes" arch="*">
+ <unaffected range="rge">2.3.6-r6</unaffected>
+ <unaffected range="ge">2.4.4-r13</unaffected>
+ <vulnerable range="lt">2.4.4-r13</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ Python is an interpreted, interactive, object-oriented programming
+ language.
+ </p>
+ </background>
+ <description>
+ <p>
+ Multiple vulnerabilities were discovered in Python:
+ </p>
+ <ul>
+ <li>David
+ Remahl reported multiple integer overflows in the file imageop.c,
+ leading to a heap-based buffer overflow (CVE-2008-1679). This issue is
+ due to an incomplete fix for CVE-2007-4965.</li>
+ <li>Justin Ferguson
+ discovered that an integer signedness error in the zlib extension
+ module might trigger insufficient memory allocation and a buffer
+ overflow via a negative signed integer (CVE-2008-1721).</li>
+ <li>Justin
+ Ferguson discovered that insufficient input validation in the
+ PyString_FromStringAndSize() function might lead to a buffer overflow
+ (CVE-2008-1887).</li>
+ </ul>
+ </description>
+ <impact type="normal">
+ <p>
+ A remote attacker could exploit these vulnerabilities to cause a Denial
+ of Service or possibly the remote execution of arbitrary code with the
+ privileges of the user running Python.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ The imageop module is no longer built in the unaffected versions.
+ </p>
+ <p>
+ All Python 2.3 users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose &quot;&gt;=dev-lang/python-2.3.6-r6&quot;</code>
+ <p>
+ All Python 2.4 users should upgrade to the latest version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose &quot;&gt;=dev-lang/python-2.4.4-r13&quot;</code>
+ </resolution>
+ <references>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1679">CVE-2008-1679</uri>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1721">CVE-2008-1721</uri>
+ <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1887">CVE-2008-1887</uri>
+ </references>
+ <metadata tag="submitter" timestamp="Fri, 27 Jun 2008 08:54:25 +0000">
+ keytoaster
+ </metadata>
+ <metadata tag="bugReady" timestamp="Tue, 01 Jul 2008 11:46:03 +0000">
+ keytoaster
+ </metadata>
+</glsa>