From owner-dev-commits-ports-all@freebsd.org Wed Aug 25 06:15:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C6A4966EEE9; Wed, 25 Aug 2021 06:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GvbLL5400z4gVM; Wed, 25 Aug 2021 06:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93655172EA; Wed, 25 Aug 2021 06:15:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17P6F6uv075007; Wed, 25 Aug 2021 06:15:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17P6F6OS075006; Wed, 25 Aug 2021 06:15:06 GMT (envelope-from git) Date: Wed, 25 Aug 2021 06:15:06 GMT Message-Id: <202108250615.17P6F6OS075006@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Philip Paeps Subject: git: 7f941a9b8816 - main - security/vuxml: add FreeBSD SA-21:13.bhyve MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: philip X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7f941a9b8816f83d3975a29da316a5b75c3400a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2021 06:15:06 -0000 The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/ports/commit/?id=7f941a9b8816f83d3975a29da316a5b75c3400a2 commit 7f941a9b8816f83d3975a29da316a5b75c3400a2 Author: Philip Paeps AuthorDate: 2021-08-25 06:14:15 +0000 Commit: Philip Paeps CommitDate: 2021-08-25 06:14:15 +0000 security/vuxml: add FreeBSD SA-21:13.bhyve --- security/vuxml/vuln-2021.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 4cb1e5d0ab51..512f2a41a99a 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,36 @@ + + FreeBSD -- Missing error handling in bhyve(8) device models + + + FreeBSD + 13.013.0_4 + 12.212.2_10 + 11.411.4_13 + + + + +

Problem Description:

+

Certain VirtIO-based device models failed to handle errors when fetching + I/O descriptors. Such errors could be triggered by a malicious guest. + As a result, the device model code could be tricked into operating on + uninitialized I/O vectors, leading to memory corruption.

+

Impact:

+

A malicious guest may be able to crash the bhyve process. It may be + possible to exploit the memory corruption bugs to achieve arbitrary code + execution in the bhyve process.

+ +
+ + CVE-2021-29631 + SA-21:13.bhyve + + + 2021-08-24 + 2021-08-25 + +
+ OpenSSL -- multiple vulnerabilities