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-201412-53.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201412-53.xml')
-rw-r--r-- | glsa-201412-53.xml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/glsa-201412-53.xml b/glsa-201412-53.xml new file mode 100644 index 000000000000..03d4e4d4619f --- /dev/null +++ b/glsa-201412-53.xml @@ -0,0 +1,59 @@ +<?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="201412-53"> + <title>MIT Kerberos 5: User-assisted execution of arbitrary code</title> + <synopsis>A vulnerability has been found in MIT Kerberos 5, possibly + resulting in arbitrary code execution or a Denial of Service condition. + </synopsis> + <product type="ebuild">mit-krb5</product> + <announced>December 31, 2014</announced> + <revised>December 31, 2014: 1</revised> + <bug>516334</bug> + <bug>517936</bug> + <bug>519518</bug> + <bug>523506</bug> + <access>remote</access> + <affected> + <package name="app-crypt/mit-krb5" auto="yes" arch="*"> + <unaffected range="ge">1.13</unaffected> + <vulnerable range="lt">1.13</vulnerable> + </package> + </affected> + <background> + <p>MIT Kerberos 5 is a suite of applications that implement the Kerberos + network protocol. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in MIT Kerberos 5. Please + review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could execute arbitrary code with the privileges of + the process or cause Denial of Service. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All MIT Kerberos 5 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-crypt/mit-krb5-1.13" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4341">CVE-2014-4341</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4343">CVE-2014-4343</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4345">CVE-2014-4345</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-5351">CVE-2014-5351</uri> + </references> + <metadata tag="requester" timestamp="Sun, 28 Dec 2014 07:58:32 +0000">Zlogene</metadata> + <metadata tag="submitter" timestamp="Wed, 31 Dec 2014 14:20:08 +0000">Zlogene</metadata> +</glsa> |