From owner-svn-ports-head@freebsd.org Tue May 8 20:21:40 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AC23FC90E3; Tue, 8 May 2018 20:21:40 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C0C9D8D6AF; Tue, 8 May 2018 20:21:39 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A1F422F270; Tue, 8 May 2018 20:21:39 +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 w48KLdoP033502; Tue, 8 May 2018 20:21:39 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w48KLdhj033501; Tue, 8 May 2018 20:21:39 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201805082021.w48KLdhj033501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 8 May 2018 20:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469414 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 469414 X-SVN-Commit-Repository: ports 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.25 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, 08 May 2018 20:21:40 -0000 Author: feld Date: Tue May 8 20:21:38 2018 New Revision: 469414 URL: https://svnweb.freebsd.org/changeset/ports/469414 Log: Document FreeBSD-SA-18:06.debugreg Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue May 8 20:12:44 2018 (r469413) +++ head/security/vuxml/vuln.xml Tue May 8 20:21:38 2018 (r469414) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + FreeBSD -- Mishandling of x86 debug exceptions + + + FreeBSD-kernel + 11.111.1_10 + 10.410.4_9 + + + + +

Problem Description:

+

The MOV SS and POP SS instructions inhibit debug exceptions + until the instruction boundary following the next instruction. + If that instruction is a system call or similar instruction + that transfers control to the operating system, the debug + exception will be handled in the kernel context instead of + the user context.

+

Impact:

+

An authenticated local attacker may be able to read + sensitive data in kernel memory, control low-level operating + system functions, or may panic the system.

+ +
+ + CVE-2018-8897 + SA-18:06.debugreg + + + 2018-05-08 + 2018-05-08 + +
+ python 2.7 -- multiple vulnerabilities