diff options
Diffstat (limited to 'metadata/glsa/glsa-201209-04.xml')
-rw-r--r-- | metadata/glsa/glsa-201209-04.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201209-04.xml b/metadata/glsa/glsa-201209-04.xml new file mode 100644 index 000000000000..4d88218a3ef1 --- /dev/null +++ b/metadata/glsa/glsa-201209-04.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201209-04"> + <title>BIND: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in BIND, the worst of + which may allow remote Denial of Service. + </synopsis> + <product type="ebuild">bind</product> + <announced>2012-09-24</announced> + <revised count="1">2012-09-24</revised> + <bug>402661</bug> + <bug>419637</bug> + <bug>427966</bug> + <bug>434876</bug> + <access>remote</access> + <affected> + <package name="net-dns/bind" auto="yes" arch="*"> + <unaffected range="ge">9.9.1_p3</unaffected> + <vulnerable range="lt">9.9.1_p3</vulnerable> + </package> + </affected> + <background> + <p>BIND is the Berkeley Internet Name Domain Server.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in BIND:</p> + + <ul> + <li>Domain names are not properly revoked due to an error in the cache + update policy (CVE-2012-1033). + </li> + <li>BIND accepts records with zero-length RDATA fields (CVE-2012-1667).</li> + <li>An assertion failure from the failing-query cache could occur when + DNSSEC validation is enabled (CVE-2012-3817). + </li> + <li>A memory leak may occur under high TCP query loads (CVE-2012-3868).</li> + <li>An assertion error can occur when a query is performed for a record + with RDATA greater than 65535 bytes (CVE-2012-4244). + </li> + </ul> + </description> + <impact type="normal"> + <p>A remote attacker may be able to cause a Denial of Service condition or + keep domain names resolvable after it has been deleted from registration. + </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.9.1_p3" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1033">CVE-2012-1033</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1667">CVE-2012-1667</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3817">CVE-2012-3817</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3868">CVE-2012-3868</uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-4244">CVE-2012-4244</uri> + </references> + <metadata tag="requester" timestamp="2012-03-06T01:12:32Z">craig</metadata> + <metadata tag="submitter" timestamp="2012-09-24T00:04:59Z">ackle</metadata> +</glsa> |