From owner-svn-ports-all@freebsd.org Sun May 29 09:46:34 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 1ACEDB4E94C; Sun, 29 May 2016 09:46:34 +0000 (UTC) (envelope-from ohauer@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 C82061F85; Sun, 29 May 2016 09:46:33 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4T9kXLW078859; Sun, 29 May 2016 09:46:33 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4T9kWbm078858; Sun, 29 May 2016 09:46:32 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201605290946.u4T9kWbm078858@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 29 May 2016 09:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416090 - 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.22 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, 29 May 2016 09:46:34 -0000 Author: ohauer Date: Sun May 29 09:46:32 2016 New Revision: 416090 URL: https://svnweb.freebsd.org/changeset/ports/416090 Log: - document openvswitch CVE-2016-2074 PR: 208404 Submitted by: ohauer Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 29 08:55:41 2016 (r416089) +++ head/security/vuxml/vuln.xml Sun May 29 09:46:32 2016 (r416090) @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + openvswitch -- MPLS buffer overflow + + + openvswitch + 2.3.2_1 + + + + +

Open vSwitch reports:

+
+

Multiple versions of Open vSwitch are vulnerable to remote buffer + overflow attacks, in which crafted MPLS packets could overflow the + buffer reserved for MPLS labels in an OVS internal data structure. + The MPLS packets that trigger the vulnerability and the potential for + exploitation vary depending on version:

+

Open vSwitch 2.1.x and earlier are not vulnerable.

+

In Open vSwitch 2.2.x and 2.3.x, the MPLS buffer overflow can be + exploited for arbitrary remote code execution.

+

In Open vSwitch 2.4.x, the MPLS buffer overflow does not obviously lead + to a remote code execution exploit, but testing shows that it can allow a + remote denial of service. See the mitigation section for details.

+

Open vSwitch 2.5.x is not vulnerable.

+
+ +
+ + CVE-2016-2074 + + + 2016-03-28 + 2016-05-29 + +
+ chromium -- multiple vulnerabilities