diff options
Diffstat (limited to 'metadata/glsa/glsa-200712-13.xml')
-rw-r--r-- | metadata/glsa/glsa-200712-13.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200712-13.xml b/metadata/glsa/glsa-200712-13.xml new file mode 100644 index 000000000000..ac6bec724d08 --- /dev/null +++ b/metadata/glsa/glsa-200712-13.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200712-13"> + <title>E2fsprogs: Multiple buffer overflows</title> + <synopsis> + Multiple heap-based buffer overflows in E2fsprogs could result in the + execution of arbitrary code. + </synopsis> + <product type="ebuild">e2fsprogs</product> + <announced>2007-12-18</announced> + <revised count="01">2007-12-18</revised> + <bug>201546</bug> + <access>remote</access> + <affected> + <package name="sys-fs/e2fsprogs" auto="yes" arch="*"> + <unaffected range="ge">1.40.3</unaffected> + <vulnerable range="lt">1.40.3</vulnerable> + </package> + </affected> + <background> + <p> + E2fsprogs provides utilities for use with the ext2 and ext3 file + systems including the libext2fs library that allows user-level programs + to manipulate an ext2 or ext3 file system. + </p> + </background> + <description> + <p> + Rafal Wojtczuk (McAfee AVERT Research) discovered multiple integer + overflows in libext2fs, that are triggered when processing information + from within the file system, resulting in heap-based buffer overflows. + </p> + </description> + <impact type="normal"> + <p> + An attacker could entice a user to process a specially-crafted ext2 or + ext3 file system image (with tools linking against libext2fs, e.g. + fsck, forensic tools or Xen's pygrub), possibly resulting in the + execution of arbitrary code with the privileges of the user running the + application. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All E2fsprogs users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/e2fsprogs-1.40.3"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5497">CVE-2007-5497</uri> + </references> + <metadata tag="requester" timestamp="2007-12-12T09:56:09Z"> + rbu + </metadata> + <metadata tag="submitter" timestamp="2007-12-13T21:11:04Z"> + rbu + </metadata> + <metadata tag="bugReady" timestamp="2007-12-13T23:03:39Z"> + rbu + </metadata> +</glsa> |