From owner-svn-ports-all@freebsd.org Thu Dec 22 02:11:07 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 1DB36C8BB50; Thu, 22 Dec 2016 02:11:07 +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 C06E2ABA; Thu, 22 Dec 2016 02:11:06 +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 uBM2B56Z080137; Thu, 22 Dec 2016 02:11:05 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBM2B5Ht080135; Thu, 22 Dec 2016 02:11:05 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201612220211.uBM2B5Ht080135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Thu, 22 Dec 2016 02:11:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429137 - 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.23 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, 22 Dec 2016 02:11:07 -0000 Author: junovitch Date: Thu Dec 22 02:11:05 2016 New Revision: 429137 URL: https://svnweb.freebsd.org/changeset/ports/429137 Log: Document Xen Security Advisory (XSA 202) Security: CVE-2016-10024 Security: https://vuxml.FreeBSD.org/freebsd/3ae078ca-c7eb-11e6-ae1b-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Dec 22 02:03:21 2016 (r429136) +++ head/security/vuxml/vuln.xml Thu Dec 22 02:11:05 2016 (r429137) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + xen-kernel -- x86 PV guests may be able to mask interrupts + + + xen-kernel + 4.7.1_3 + + + + +

The Xen Project reports:

+
+

Certain PV guest kernel operations (page table writes in + particular) need emulation, and use Xen's general x86 instruction + emulator. This allows a malicious guest kernel which asynchronously + modifies its instruction stream to effect the clearing of EFLAGS.IF + from the state used to return to guest context.

+

A malicious guest kernel administrator can cause a host hang or + crash, resulting in a Denial of Service.

+
+ +
+ + CVE-2016-10024 + https://xenbits.xen.org/xsa/advisory-202.html + + + 2016-12-21 + 2016-12-22 + +
+ Apache httpd -- several vulnerabilities