diff options
Diffstat (limited to 'metadata/glsa/glsa-200501-19.xml')
-rw-r--r-- | metadata/glsa/glsa-200501-19.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200501-19.xml b/metadata/glsa/glsa-200501-19.xml new file mode 100644 index 000000000000..b04f6226e0d0 --- /dev/null +++ b/metadata/glsa/glsa-200501-19.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200501-19"> + <title>imlib2: Buffer overflows in image decoding</title> + <synopsis> + Multiple overflows have been found in the imlib2 library image decoding + routines, potentially allowing the execution of arbitrary code. + </synopsis> + <product type="ebuild">imlib2</product> + <announced>2005-01-11</announced> + <revised count="01">2005-01-11</revised> + <bug>77002</bug> + <access>remote</access> + <affected> + <package name="media-libs/imlib2" auto="yes" arch="*"> + <unaffected range="ge">1.2.0</unaffected> + <vulnerable range="lt">1.2.0</vulnerable> + </package> + </affected> + <background> + <p> + imlib2 is an advanced replacement for image manipulation libraries + such as libXpm. It is utilized by numerous programs, including gkrellm + and several window managers, to display images. + </p> + </background> + <description> + <p> + Pavel Kankovsky discovered that several buffer overflows found in + the libXpm library (see GLSA 200409-34) also apply to imlib (see GLSA + 200412-03) and imlib2. He also fixed a number of other potential + security vulnerabilities. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could entice a user to view a carefully-crafted + image file, which would potentially lead to the execution of arbitrary + code with the rights of the user viewing the image. This affects any + program that utilizes of the imlib2 library. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All imlib2 users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/imlib2-1.2.0"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1026">CAN-2004-1026</uri> + <uri link="https://security.gentoo.org/glsa/glsa-200412-03.xml">GLSA 200412-03</uri> + </references> + <metadata tag="requester" timestamp="2005-01-08T09:59:17Z"> + koon + </metadata> + <metadata tag="submitter" timestamp="2005-01-09T05:41:55Z"> + dmargoli + </metadata> + <metadata tag="bugReady" timestamp="2005-01-10T22:14:19Z"> + koon + </metadata> +</glsa> |