From owner-svn-ports-head@freebsd.org Tue Dec 6 20:03:53 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 B508DC6A17C; Tue, 6 Dec 2016 20:03:53 +0000 (UTC) (envelope-from feld@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 62F331FD; Tue, 6 Dec 2016 20:03:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB6K3qLC050569; Tue, 6 Dec 2016 20:03:52 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB6K3q0H050567; Tue, 6 Dec 2016 20:03:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201612062003.uB6K3q0H050567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 6 Dec 2016 20:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427987 - 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: Tue, 06 Dec 2016 20:03:53 -0000 Author: feld Date: Tue Dec 6 20:03:52 2016 New Revision: 427987 URL: https://svnweb.freebsd.org/changeset/ports/427987 Log: Document FreeBSD-SA-16:38.bhyve Security: CVE-2016-1889 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Dec 6 19:56:51 2016 (r427986) +++ head/security/vuxml/vuln.xml Tue Dec 6 20:03:52 2016 (r427987) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- bhyve(8) virtual machine escape + + + FreeBSD + 11.011.0_4 + 10.310.3_13 + 10.210.2_26 + 10.110.1_43 + + + + +

Problem Description:

+

The bounds checking of accesses to guest memory greater + than 4GB by device emulations is subject to integer + overflow.

+

Impact:

+

For a bhyve virtual machine with more than 3GB of guest + memory configured, a malicious guest could craft device + descriptors that could give it access to the heap of the + bhyve process. Since the bhyve process is running as root, + this may allow guests to obtain full control of the hosts + they're running on.

+ +
+ + CVE-2016-1889 + SA-16:38.bhyve + + + 2016-12-06 + 2016-12-06 + +
+ FreeBSD -- link_ntoa(3) buffer overflow