diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-201203-15.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201203-15.xml')
-rw-r--r-- | glsa-201203-15.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/glsa-201203-15.xml b/glsa-201203-15.xml new file mode 100644 index 000000000000..07c2028f2b5b --- /dev/null +++ b/glsa-201203-15.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet type="text/xsl" href="/xsl/glsa.xsl"?> +<?xml-stylesheet type="text/xsl" href="/xsl/guide.xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201203-15"> + <title>gif2png: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in gif2png, the worst of + which might allow execution of arbitrary code. + </synopsis> + <product type="ebuild">gif2png</product> + <announced>March 16, 2012</announced> + <revised>March 16, 2012: 1</revised> + <bug>351698</bug> + <access>remote</access> + <affected> + <package name="media-gfx/gif2png" auto="yes" arch="*"> + <unaffected range="ge">2.5.8</unaffected> + <vulnerable range="lt">2.5.8</vulnerable> + </package> + </affected> + <background> + <p>gif2png converts images from GIF format to PNG format.</p> + </background> + <description> + <p>Two vulnerabilities have been found in gif2png:</p> + + <ul> + <li>A boundary error in gif2png.c could cause a buffer overflow + (CVE-2010-4694). + </li> + <li>The patch for CVE-2009-5018 causes gif2png to truncate GIF pathnames + (CVE-2010-4695). + </li> + </ul> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted GIF + file, possibly resulting in execution of arbitrary code, a Denial of + Service condition, or the creation of PNG files in unintended + directories. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All gif2png users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-gfx/gif2png-2.5.8" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4694">CVE-2010-4694</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4695">CVE-2010-4695</uri> + </references> + <metadata timestamp="Fri, 09 Mar 2012 22:46:15 +0000" tag="requester">ackle</metadata> + <metadata timestamp="Fri, 16 Mar 2012 10:58:44 +0000" tag="submitter">ackle</metadata> +</glsa> |