diff options
Diffstat (limited to 'metadata/glsa/glsa-201502-03.xml')
-rw-r--r-- | metadata/glsa/glsa-201502-03.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201502-03.xml b/metadata/glsa/glsa-201502-03.xml new file mode 100644 index 000000000000..cbf57d011280 --- /dev/null +++ b/metadata/glsa/glsa-201502-03.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201502-03"> + <title>BIND: Multiple Vulnerabilities </title> + <synopsis>Multiple vulnerabilities have been found in BIND, allowing remote + attackers to cause a + denial of service condition. + </synopsis> + <product type="ebuild">bind</product> + <announced>2015-02-07</announced> + <revised count="1">2015-02-07</revised> + <bug>531998</bug> + <access>remote</access> + <affected> + <package name="net-dns/bind" auto="yes" arch="*"> + <unaffected range="ge">9.10.1_p1</unaffected> + <vulnerable range="lt">9.10.1_p1</vulnerable> + </package> + </affected> + <background> + <p>BIND (Berkeley Internet Name Domain) is a Name Server.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in BIND. Please review the + CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker can cause a denial of service condition by the lack of + GeoIP databases, or via a large or infinite number of referrals. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All bind users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-dns/bind-9.10.1_p1" + </code> + + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-3214">CVE-2014-3214</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8500">CVE-2014-8500</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-8680">CVE-2014-8680</uri> + </references> + <metadata tag="requester" timestamp="2014-12-29T00:38:51Z"> + BlueKnight + </metadata> + <metadata tag="submitter" timestamp="2015-02-07T16:05:19Z"> + BlueKnight + </metadata> +</glsa> |