From owner-svn-ports-head@FreeBSD.ORG Sat Jun 14 12:16:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3C4FA0A; Sat, 14 Jun 2014 12:16:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D071C2B40; Sat, 14 Jun 2014 12:16:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ECGvYx045916; Sat, 14 Jun 2014 12:16:57 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ECGvTV045915; Sat, 14 Jun 2014 12:16:57 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201406141216.s5ECGvTV045915@svn.freebsd.org> From: Koop Mast Date: Sat, 14 Jun 2014 12:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357772 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 12:16:58 -0000 Author: kwm Date: Sat Jun 14 12:16:57 2014 New Revision: 357772 URL: http://svnweb.freebsd.org/changeset/ports/357772 QAT: https://qat.redports.org/buildarchive/r357772/ Log: Document dbus local dos MFH: 2014Q2 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Jun 14 12:12:33 2014 (r357771) +++ head/security/vuxml/vuln.xml Sat Jun 14 12:16:57 2014 (r357772) @@ -57,6 +57,37 @@ Notes: --> + + dbus -- local DoS + + + dbus + 1.8.01.8.4 + 1.6.20 + + + + +

Simon MvVittie reports:

+
+

Alban Crequy at Collabora Ltd. discovered and fixed a + denial-of-service flaw in dbus-daemon, part of the reference + implementation of D-Bus. Additionally, in highly unusual + environments the same flaw could lead to a side channel between + processes that should not be able to communicate.

+
+ +
+ + CVE-2014-3477 + http://lists.freedesktop.org/archives/dbus/2014-June/016220.html + + + 2014-06-10 + 2014-06-14 + +
+ chromium -- multiple vulnerabilities