From owner-svn-ports-head@freebsd.org Fri Oct 7 18:00:33 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 8FF8EC04A57; Fri, 7 Oct 2016 18:00:33 +0000 (UTC) (envelope-from kwm@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 6B5659AB; Fri, 7 Oct 2016 18:00:33 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u97I0WNT043803; Fri, 7 Oct 2016 18:00:32 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u97I0WZq043801; Fri, 7 Oct 2016 18:00:32 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201610071800.u97I0WZq043801@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Fri, 7 Oct 2016 18:00:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423472 - 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: Fri, 07 Oct 2016 18:00:33 -0000 Author: kwm Date: Fri Oct 7 18:00:32 2016 New Revision: 423472 URL: https://svnweb.freebsd.org/changeset/ports/423472 Log: Document X.org client libraries insufficient validation of data from the X server vulnabilities. Security: CVE-2016-5407 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Oct 7 17:20:56 2016 (r423471) +++ head/security/vuxml/vuln.xml Fri Oct 7 18:00:32 2016 (r423472) @@ -58,6 +58,77 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + X.org libraries -- multiple vulnabilities + + + libX11 + 1.6.4,1 + + + libXfixes + 5.0.2 + + + libXi + 1.7.7,1 + + + libXrandr + 1.5.1 + + + libXrender + 0.9.10 + + + libXtst + 1.2.3 + + + libXv + 1.0.11,1 + + + libXvMC + 1.0.10 + + + + +

Matthieu Herrb reports:

+
+

Tobias Stoeckmann from the OpenBSD project has discovered a + number of issues in the way various X client libraries handle + the responses they receive from servers, and has worked with + X.Org's security team to analyze, confirm, and fix these issues. + These issue come in addition to the ones discovered by Ilja van + Sprundel in 2013.

+ +

Most of these issues stem from the client libraries trusting + the server to send correct protocol data, and not verifying + that the values will not overflow or cause other damage. Most + of the time X clients and servers are run by the same user, with + the server more privileged than the clients, so this is not a + problem, but there are scenarios in which a privileged client + can be connected to an unprivileged server, for instance, + connecting a setuid X client (such as a screen lock program) + to a virtual X server (such as Xvfb or Xephyr) which the user + has modified to return invalid data, potentially allowing the + user to escalate their privileges.

+
+ +
+ + https://lists.x.org/archives/xorg-announce/2016-October/002720.html + CVE-2016-5407 + + + 2016-10-04 + 2016-10-07 + +
+ BIND -- Remote Denial of Service vulnerability