From owner-svn-ports-all@FreeBSD.ORG Tue Aug 7 02:02:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD7211065673; Tue, 7 Aug 2012 02:02:26 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F42B8FC12; Tue, 7 Aug 2012 02:02:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7722QW5007954; Tue, 7 Aug 2012 02:02:26 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7722QO4007952; Tue, 7 Aug 2012 02:02:26 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201208070202.q7722QO4007952@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 7 Aug 2012 02:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302218 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 02:02:26 -0000 Author: zi Date: Tue Aug 7 02:02:25 2012 New Revision: 302218 URL: http://svn.freebsd.org/changeset/ports/302218 Log: - Document FreeBSD-SA-12:05.bind Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 6 23:58:09 2012 (r302217) +++ head/security/vuxml/vuln.xml Tue Aug 7 02:02:25 2012 (r302218) @@ -52,6 +52,41 @@ Note: Please add new entries to the beg --> + + FreeBSD -- named(8) DNSSEC validation Denial of Service + + + FreeBSD + 7.47.4_10 + 8.18.1_13 + 8.28.2_10 + 8.38.3_4 + 9.09.0_4 + + + + +

Problem description:

+
+

BIND 9 stores a cache of query names that are known to be failing + due to misconfigured name servers or a broken chain of trust. + Under high query loads, when DNSSEC validation is active, it is + possible for a condition to arise in which data from this cache of + failing queries could be used before it was fully initialized, + triggering an assertion failure.

+
+ +
+ + SA-12:05.bind + CVE-2012-3817 + + + 2012-07-24 + 2012-08-07 + +
+ automake -- Insecure 'distcheck' recipe granted world-writable distdir