[oe-commits] Li Zhou : xorg-server: Security Advisory - xorg-server - CVE-2015-0255

git at git.openembedded.org git at git.openembedded.org
Thu Apr 9 10:29:16 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: b60317e4f782fbd99fbbbfeb9fe056456287514d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b60317e4f782fbd99fbbbfeb9fe056456287514d

Author: Li Zhou <li.zhou at windriver.com>
Date:   Tue Apr  7 15:49:56 2015 +0800

xorg-server: Security Advisory - xorg-server - CVE-2015-0255

Updated x11-server packages fix security vulnerability:

Olivier Fourdan from Red Hat has discovered a protocol handling issue in
the way the X server code base handles the XkbSetGeometry request, where
the server trusts the client to send valid string lengths. 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. This can lead to
information disclosure issues, as well as possibly a denial of service if a
similar request can cause the server to crash (CVE-2015-0255).

Signed-off-by: Li Zhou <li.zhou at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 ...Check-strings-length-against-request-size.patch | 145 +++++++++++++++++++++
 ...wap-XkbSetGeometry-data-in-the-input-buff.patch | 109 ++++++++++++++++
 .../xorg-xserver/xserver-xorg_1.16.3.bb            |   2 +
 3 files changed, 256 insertions(+)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=b60317e4f782fbd99fbbbfeb9fe056456287514d


More information about the Openembedded-commits mailing list