From owner-svn-ports-all@FreeBSD.ORG Tue Nov 11 18:35:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F0A2C0C; Tue, 11 Nov 2014 18:35:06 +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 5B6CB970; Tue, 11 Nov 2014 18:35:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sABIZ6fs039033; Tue, 11 Nov 2014 18:35:06 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sABIZ6TE039032; Tue, 11 Nov 2014 18:35:06 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201411111835.sABIZ6TE039032@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Tue, 11 Nov 2014 18:35:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372459 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 11 Nov 2014 18:35:06 -0000 Author: kwm Date: Tue Nov 11 18:35:05 2014 New Revision: 372459 URL: https://svnweb.freebsd.org/changeset/ports/372459 QAT: https://qat.redports.org/buildarchive/r372459/ Log: document dbus CVE-2014-7824 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 11 17:55:13 2014 (r372458) +++ head/security/vuxml/vuln.xml Tue Nov 11 18:35:05 2014 (r372459) @@ -57,6 +57,38 @@ Notes: --> + + dbus -- incomplete fix for CVE-2014-3636 part A + + + dbus + 1.8.10 + + + + +

Simon McVittie reports:

+
+

The patch issued by the D-Bus maintainers for CVE-2014-3636 + was based on incorrect reasoning, and does not fully prevent + the attack described as "CVE-2014-3636 part A", which is + repeated below. Preventing that attack requires raising the + system dbus-daemon's RLIMIT_NOFILE (ulimit -n) to a higher + value. CVE-2014-7824 has been allocated for this + vulnerability.

+
+ +
+ + CVE-2014-7824 + http://lists.freedesktop.org/archives/dbus/2014-November/016395.html + + + 2014-11-10 + 2014-11-11 + +
+ wget -- path traversal vulnerability in recursive FTP mode