diff options
Diffstat (limited to 'metadata/glsa/glsa-201404-05.xml')
-rw-r--r-- | metadata/glsa/glsa-201404-05.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201404-05.xml b/metadata/glsa/glsa-201404-05.xml new file mode 100644 index 000000000000..cab53ae9d8d4 --- /dev/null +++ b/metadata/glsa/glsa-201404-05.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201404-05"> + <title>OpenAFS: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in OpenAFS, worst of which + can allow attackers to execute arbitrary code + </synopsis> + <product type="ebuild">openafs</product> + <announced>2014-04-07</announced> + <revised count="1">2014-04-07</revised> + <bug>265538</bug> + <bug>355533</bug> + <bug>460494</bug> + <bug>478282</bug> + <bug>478296</bug> + <access>local, remote</access> + <affected> + <package name="net-fs/openafs" auto="yes" arch="*"> + <unaffected range="ge">1.6.5</unaffected> + <vulnerable range="lt">1.6.5</vulnerable> + </package> + </affected> + <background> + <p>OpenAFS is an client-server program suite for federated file sharing and + replicated content distribution. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in OpenAFS. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="high"> + <p>An attacker could potentially execute arbitrary code with the + permissions of the user running the AFS server, cause a Denial of Service + condition, or gain access to sensitive information. Additionally, an + attacker could compromise a cell’s private key, allowing them to + impersonate any user in the cell. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenAFS users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-fs/openafs-1.6.5" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-1250">CVE-2009-1250</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-1251">CVE-2009-1251</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0430">CVE-2011-0430</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0431">CVE-2011-0431</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1794">CVE-2013-1794</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1795">CVE-2013-1795</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4134">CVE-2013-4134</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4135">CVE-2013-4135</uri> + </references> + <metadata tag="requester" timestamp="2011-10-07T23:37:40Z"> + underling + </metadata> + <metadata tag="submitter" timestamp="2014-04-07T21:22:36Z"> + pinkbyte + </metadata> +</glsa> |