From owner-svn-ports-all@freebsd.org Sun Feb 28 00:29:12 2016 Return-Path: Delivered-To: svn-ports-all@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 0AF06AB5E89; Sun, 28 Feb 2016 00:29:12 +0000 (UTC) (envelope-from junovitch@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 BF6B51327; Sun, 28 Feb 2016 00:29:11 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1S0TAYA099496; Sun, 28 Feb 2016 00:29:10 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S0TAbJ099495; Sun, 28 Feb 2016 00:29:10 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201602280029.u1S0TAbJ099495@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sun, 28 Feb 2016 00:29:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409706 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 28 Feb 2016 00:29:12 -0000 Author: junovitch Date: Sun Feb 28 00:29:10 2016 New Revision: 409706 URL: https://svnweb.freebsd.org/changeset/ports/409706 Log: Document Xen Security Advisories (XSAs 167, 168, 170) Security: CVE-2016-1570 Security: CVE-2016-1571 Security: CVE-2016-2271 Security: https://vuxml.FreeBSD.org/freebsd/7ed7c36f-ddaf-11e5-b2bd-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/80adc394-ddaf-11e5-b2bd-002590263bf5.html Security: https://vuxml.FreeBSD.org/freebsd/81f9d6a4-ddaf-11e5-b2bd-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 28 00:25:10 2016 (r409705) +++ head/security/vuxml/vuln.xml Sun Feb 28 00:29:10 2016 (r409706) @@ -58,6 +58,112 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + xen-kernel -- VMX: guest user mode may crash guest with non-canonical RIP + + + xen-kernel + 4.5.2_2 + + + + +

The Xen Project reports:

+
+

VMX refuses attempts to enter a guest with an instruction pointer + which doesn't satisfy certain requirements. In particular, the + instruction pointer needs to be canonical when entering a guest + currently in 64-bit mode. This is the case even if the VM entry + information specifies an exception to be injected immediately (in + which case the bad instruction pointer would possibly never get used + for other than pushing onto the exception handler's stack). + Provided the guest OS allows user mode to map the virtual memory + space immediately below the canonical/non-canonical address + boundary, a non-canonical instruction pointer can result even from + normal user mode execution. VM entry failure, however, is fatal to + the guest.

+

Malicious HVM guest user mode code may be able to crash the + guest.

+
+ +
+ + CVE-2016-2271 + http://xenbits.xen.org/xsa/advisory-170.html + + + 2016-02-17 + 2016-02-28 + +
+ + + xen-kernel -- VMX: intercept issue with INVLPG on non-canonical address + + + xen-kernel + 3.34.5.2_2 + + + + +

The Xen Project reports:

+
+

While INVLPG does not cause a General Protection Fault when used on + a non-canonical address, INVVPID in its "individual address" + variant, which is used to back the intercepted INVLPG in certain + cases, fails in such cases. Failure of INVVPID results in a + hypervisor bug check.

+

A malicious guest can crash the host, leading to a Denial of + Service.

+
+ +
+ + CVE-2016-1571 + http://xenbits.xen.org/xsa/advisory-168.html + + + 2016-01-20 + 2016-02-28 + +
+ + + xen-kernel -- PV superpage functionality missing sanity checks + + + xen-kernel + 3.4.0 + 3.4.1 + 4.14.5.2_2 + + + + +

The Xen Project reports:

+
+

The PV superpage functionality lacks certain validity checks on + data being passed to the hypervisor by guests. This is the case + for the page identifier (MFN) passed to MMUEXT_MARK_SUPER and + MMUEXT_UNMARK_SUPER sub-ops of the HYPERVISOR_mmuext_op hypercall as + well as for various forms of page table updates.

+

Use of the feature, which is disabled by default, may have unknown + effects, ranging from information leaks through Denial of Service to + privilege escalation.

+
+ +
+ + CVE-2016-1570 + http://xenbits.xen.org/xsa/advisory-167.html + + + 2016-01-20 + 2016-02-28 + +
+ moodle -- multiple vulnerabilities