From owner-svn-ports-all@FreeBSD.ORG Sat Sep 1 18:50:15 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 0ABE31065675; Sat, 1 Sep 2012 18:50:15 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EA1B68FC18; Sat, 1 Sep 2012 18:50:14 +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 q81IoEwp061453; Sat, 1 Sep 2012 18:50:14 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q81IoEad061451; Sat, 1 Sep 2012 18:50:14 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201209011850.q81IoEad061451@svn.freebsd.org> From: Eygene Ryabinkin Date: Sat, 1 Sep 2012 18:50:14 +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: r303508 - 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: Sat, 01 Sep 2012 18:50:15 -0000 Author: rea Date: Sat Sep 1 18:50:14 2012 New Revision: 303508 URL: http://svn.freebsd.org/changeset/ports/303508 Log: VuXML: document CVE-2012-3534, DoS via large number of connections Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Sep 1 18:41:54 2012 (r303507) +++ head/security/vuxml/vuln.xml Sat Sep 1 18:50:14 2012 (r303508) @@ -51,6 +51,37 @@ Note: Please add new entries to the beg --> + + GNU gatekeeper -- denial of service + + + gatekeeper + 3.1 + + + + +

Jan Willamowius reports:

+
+

GNU Gatekeeper before 3.1 does not limit the number + of connections to the status port, which allows remote + attackers to cause a denial of service (connection and + thread consumption) via a large number of connections.

+
+ +
+ + CVE-2012-3534 + http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-3534 + http://www.openwall.com/lists/oss-security/2012/08/25/4 + http://www.gnugk.org/gnugk-3.1.html + + + 2012-08-15 + 2012-09-01 + +
+ mediawiki -- multiple vulnerabilities