diff options
Diffstat (limited to 'metadata/glsa/glsa-201405-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201405-01.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201405-01.xml b/metadata/glsa/glsa-201405-01.xml new file mode 100644 index 000000000000..4b428fbdce0a --- /dev/null +++ b/metadata/glsa/glsa-201405-01.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!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>2014-05-02</announced> + <revised count="1">2014-05-02</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="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0004">CVE-2014-0004</uri> + </references> + <metadata tag="requester" timestamp="2014-03-24T22:02:46Z"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="2014-05-02T06:36:09Z">Zlogene</metadata> +</glsa> |