From owner-svn-ports-all@freebsd.org Thu Feb 25 02:33:14 2021 Return-Path: Delivered-To: svn-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 81BD755357A; Thu, 25 Feb 2021 02:33:14 +0000 (UTC) (envelope-from philip@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 4DmGzt05bXz3Hyl; Thu, 25 Feb 2021 02:33:13 +0000 (UTC) (envelope-from philip@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6C55E7942; Thu, 25 Feb 2021 02:33:13 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11P2XDIE087803; Thu, 25 Feb 2021 02:33:13 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11P2XDiT087802; Thu, 25 Feb 2021 02:33:13 GMT (envelope-from philip@FreeBSD.org) Message-Id: <202102250233.11P2XDiT087802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Thu, 25 Feb 2021 02:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566520 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: philip X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 566520 X-SVN-Commit-Repository: ports 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.34 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: Thu, 25 Feb 2021 02:33:14 -0000 Author: philip Date: Thu Feb 25 02:33:12 2021 New Revision: 566520 URL: https://svnweb.freebsd.org/changeset/ports/566520 Log: security/vuxml: add FreeBSD SA-21:04.jail_remove Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 25 02:33:09 2021 (r566519) +++ head/security/vuxml/vuln.xml Thu Feb 25 02:33:12 2021 (r566520) @@ -78,6 +78,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- jail_remove(2) fails to kill all jailed processes + + + FreeBSD-kernel + 12.212.2_4 + 11.411.4_8 + + + + +

Problem Description:

+

Due to a race condition in the jail_remove(2) implementation, it + may fail to kill some of the processes.

+

Impact:

+

A process running inside a jail can avoid being killed during jail + termination. If a jail is subsequently started with the same root + path, a lingering jailed process may be able to exploit the window + during which a devfs filesystem is mounted but the jail's devfs + ruleset has not been applied, to access device nodes which are + ordinarily inaccessible. If the process is privileged, it may be able + to escape the jail and gain full access to the system.

+ +
+ + CVE-2020-25581 + SA-21:04.jail_remove + + + 2021-02-24 + 2021-02-25 + +
+ FreeBSD -- Xen grant mapping error handling issues