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

git at git.openembedded.org git at git.openembedded.org
Fri May 15 17:14:18 UTC 2015


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

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).

(From OE-Core master rev: 564e2f9732ac4318bb5923dd1ff771514c9afd2f)

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=edde2ef38d483888e5daa7c00007cb1b84de6336


More information about the Openembedded-commits mailing list