From owner-svn-ports-all@FreeBSD.ORG Thu Feb 12 19:56:47 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D7C8A3; Thu, 12 Feb 2015 19:56:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E2D28228; Thu, 12 Feb 2015 19:56:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1CJukuK069378; Thu, 12 Feb 2015 19:56:46 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1CJukof069377; Thu, 12 Feb 2015 19:56:46 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502121956.t1CJukof069377@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Thu, 12 Feb 2015 19:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378888 - 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.18-1 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, 12 Feb 2015 19:56:47 -0000 Author: kwm Date: Thu Feb 12 19:56:45 2015 New Revision: 378888 URL: https://svnweb.freebsd.org/changeset/ports/378888 QAT: https://qat.redports.org/buildarchive/r378888/ Log: Document xorg-server CVE-2015-0255. Information leak in the XkbSetGeometry request of X servers Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Feb 12 19:50:52 2015 (r378887) +++ head/security/vuxml/vuln.xml Thu Feb 12 19:56:45 2015 (r378888) @@ -57,6 +57,49 @@ Notes: --> + + xorg-server -- Information leak in the XkbSetGeometry request of X servers. + + + xorg-server + 1.14.7_2,1 + + + xorg-server + 1.15.01.16.4 + + + + +

Peter Hutterer reports:

+
+

Olivier Fourdan from Red Hat has discovered a protocol handling + issue in the way the X server code base handles the XkbSetGeometry + request.

+

The issue stems from the server trusting the client to send valid + string lengths in the request data. A malicious client with string + lengths exceeding the request length can cause the server to copy + adjacent memory data into the XKB structs. This data is then + available to the client via the XkbGetGeometry request. The + data length is at least up to 64k, it is possible to obtain + more data by chaining strings, each string length is then + determined by whatever happens to be in that 16-bit region of + memory.

+

A similarly crafted request can likely cause the X server + to crash.

+
+ +
+ + CVE-2015-0255 + http://lists.freedesktop.org/archives/xorg/2015-February/057158.html + + + 2015-02-10 + 2015-02-12 + +
+ openldap -- two remote denial of service vulnerabilities