From owner-dev-commits-ports-all@freebsd.org Wed Apr 7 11:24:48 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 DB2865D35AB; Wed, 7 Apr 2021 11:24:48 +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 4FFhrH347Fz4tTf; Wed, 7 Apr 2021 11:24:47 +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 EC6E31E2F7; Wed, 7 Apr 2021 11:24:45 +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 137BOjgr087595; Wed, 7 Apr 2021 11:24:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 137BOjP0087594; Wed, 7 Apr 2021 11:24:45 GMT (envelope-from git) Date: Wed, 7 Apr 2021 11:24:45 GMT Message-Id: <202104071124.137BOjP0087594@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: 86fc557be0a9 - main - security/vuxml: add FreeBSD SA-21:10.jail_mount 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: 86fc557be0a913534306ca1451e9862b65a3f7dc 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, 07 Apr 2021 11:24:49 -0000 The branch main has been updated by philip: URL: https://cgit.FreeBSD.org/ports/commit/?id=86fc557be0a913534306ca1451e9862b65a3f7dc commit 86fc557be0a913534306ca1451e9862b65a3f7dc Author: Philip Paeps AuthorDate: 2021-04-07 11:20:52 +0000 Commit: Philip Paeps CommitDate: 2021-04-07 11:24:15 +0000 security/vuxml: add FreeBSD SA-21:10.jail_mount --- security/vuxml/vuln.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ed7a6e697896..6587e1795852 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -76,6 +76,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- jail escape possible by mounting over jail root + + + FreeBSD-kernel + 12.212.2_6 + 11.411.4_9 + + + + +

Problem Description:

+

Due to a race condition between lookup of ".." and remounting a filesystem, + a process running inside a jail might access filesystem hierarchy outside + of jail.

+

Impact:

+

A process with superuser privileges running inside a jail configured + with the allow.mount permission (not enabled by default) could change the root + directory outside of the jail, and thus gain full read and write access + to all files and directories in the system.

+ +
+ + CVE-2020-25584 + SA-21:10.jail_mount + + + 2021-04-06 + 2021-04-07 + +
+ FreeBSD -- double free in accept_filter(9) socket configuration interface