From owner-svn-ports-head@freebsd.org Sun Dec 4 21:20:26 2016 Return-Path: Delivered-To: svn-ports-head@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 8EDE4C66B91; Sun, 4 Dec 2016 21:20:26 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5E687DE6; Sun, 4 Dec 2016 21:20:26 +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 uB4LKPJV007299; Sun, 4 Dec 2016 21:20:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB4LKPx5007297; Sun, 4 Dec 2016 21:20:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201612042120.uB4LKPx5007297@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 4 Dec 2016 21:20:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427806 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 04 Dec 2016 21:20:26 -0000 Author: feld Date: Sun Dec 4 21:20:24 2016 New Revision: 427806 URL: https://svnweb.freebsd.org/changeset/ports/427806 Log: Document qemu vulnerability PR: 206725 Security: CVE-2015-1779 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Dec 4 21:08:15 2016 (r427805) +++ head/security/vuxml/vuln.xml Sun Dec 4 21:20:24 2016 (r427806) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + qemu -- denial of service vulnerability + + + qemu + qemu-devel + qemu-sbruno + 2.3.0 + + + + +

Daniel P. Berrange reports:

+
+

The VNC server websockets decoder will read and buffer data + from websockets clients until it sees the end of the HTTP headers, + as indicated by \r\n\r\n. In theory this allows a malicious to + trick QEMU into consuming an arbitrary amount of RAM.

+
+ +
+ + https://lists.gnu.org/archive/html/qemu-devel/2015-03/msg04895.html + CVE-2015-1779 + ports/206725 + + + 2015-03-23 + 2016-12-04 + +
+ xen-tools -- delimiter injection vulnerabilities in pygrub