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-201405-01.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201405-01.xml')
-rw-r--r-- | glsa-201405-01.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/glsa-201405-01.xml b/glsa-201405-01.xml new file mode 100644 index 000000000000..f8e9d4d7f606 --- /dev/null +++ b/glsa-201405-01.xml @@ -0,0 +1,64 @@ +<?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="201405-01"> + <title>udisks: Arbitrary code execution</title> + <synopsis>A stack-based buffer overflow vulnerability has been found in + udisks, allowing a local attacker to possibly execute arbitrary code or + cause Denial of Service. + </synopsis> + <product type="ebuild">udisks</product> + <announced>May 02, 2014</announced> + <revised>May 02, 2014: 1</revised> + <bug>504100</bug> + <access>local</access> + <affected> + <package name="sys-fs/udisks" auto="yes" arch="*"> + <unaffected range="rge">1.0.5</unaffected> + <unaffected range="ge">2.1.3</unaffected> + <vulnerable range="lt">2.1.3</vulnerable> + </package> + </affected> + <background> + <p>udisks is an abstraction for enumerating block devices and performing + operations on them. + </p> + </background> + <description> + <p>A stack-based buffer overflow can be triggered when udisks is given a + long path name as a mount point. + </p> + </description> + <impact type="normal"> + <p>A local attacker could possibly execute arbitrary code with the + privileges of the process or cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All udisks 1.0 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/udisks-1.0.5:0" + </code> + + <p>All udisks 2.0 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/udisks-2.1.3" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0004">CVE-2014-0004</uri> + </references> + <metadata tag="requester" timestamp="Mon, 24 Mar 2014 22:02:46 +0000"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="Fri, 02 May 2014 06:36:09 +0000">Zlogene</metadata> +</glsa> |