From owner-svn-ports-head@freebsd.org Thu Sep 15 07:46:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19BCEBDB25A; Thu, 15 Sep 2016 07:46:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C59381EFC; Thu, 15 Sep 2016 07:46:56 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8F7kust060024; Thu, 15 Sep 2016 07:46:56 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8F7ktCn060022; Thu, 15 Sep 2016 07:46:55 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201609150746.u8F7ktCn060022@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 15 Sep 2016 07:46:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422180 - 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.23 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: Thu, 15 Sep 2016 07:46:57 -0000 Author: matthew Date: Thu Sep 15 07:46:55 2016 New Revision: 422180 URL: https://svnweb.freebsd.org/changeset/ports/422180 Log: Document security problems in dropbear PR: 212699 Submitted by: pkubaj@anongoth.pl Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 15 05:12:40 2016 (r422179) +++ head/security/vuxml/vuln.xml Thu Sep 15 07:46:55 2016 (r422180) @@ -58,6 +58,48 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + dropbear -- multiple vulnerabilities + + + dropbear + 2016.74 + + + + +

Matt Johnston reports:

+
+

If specific usernames including "%" symbols can be created on a system + (validated by getpwnam()) then an attacker could run arbitrary code as root + when connecting to Dropbear server. + + A dbclient user who can control username or host arguments could potentially + run arbitrary code as the dbclient user. This could be a problem if scripts + or webpages pass untrusted input to the dbclient program.

+

dropbearconvert import of OpenSSH keys could run arbitrary code as + the local dropbearconvert user when parsing malicious key files.

+

dbclient could run arbitrary code as the local dbclient user if + particular -m or -c arguments are provided. This could be an issue where + dbclient is used in scripts.

+

dbclient or dropbear server could expose process memory to the + running user if compiled with DEBUG_TRACE and running with -v

+
+ +
+ + "http://www.openwall.com/lists/oss-security/2016/09/15/2" + CVE-2016-7406 + CVE-2016-7407 + CVE-2016-7408 + CVE-2016-7409 + + + 2016-07-12 + 2016-09-15 + +
+ h2o -- fix DoS attack vector