Bugzilla – Bug 928520
VUL-1: CVE-2015-3418: Xserver: PutImage crashes Server when called with 0 height (Regression introduced by CVE-2014-8092)
Last modified: 2015-11-13 08:51:05 UTC
GWenview crashes with SIGFP Xserver when maximizing/resizing an image. Reason is that PutImage() is called with 0 height. Culprit is this code snippet in ProcPutImage(): if (lengthProto >= (INT32_MAX / stuff->height)) return BadLength; Fix: test for 0 dimensions and bail early. Issue was introduced with the fix for CVE-2014-8092 Fixed upstream with commit dc777c346d5d452a53b13b917c45f6a1bad2f20b Affected: SLE11 SP1/2/3/4, SLE12, SLE10-SP3
did this also get a CVE? do you know?
(In reply to Marcus Meissner from comment #1) > did this also get a CVE? do you know? No. It was just committed upstream.
http://cgit.freedesktop.org/xorg/xserver/commit/?id=dc777c346d5d452a53b13b917c45f6a1bad2f20b is from january 2015. do not use "mr" , use "sr" in the subdirectories.
Created attachment 632315 [details] Fix Upstream fix.
For SP4: SR#56230
SLE11 SP1: SR#56238 SLE11 SP3: SR#56240 SLE12: SR#56242
SLE10-SP3: SR#56260
This one is fixed.
CVE-2015-3418 for tracking
bugbot adjusting priority
could you add the CVEs to the changes files if possible?
Now with CVE number in changes file and fixed license string: SLE12: SR#56588 SLE11 SP3: SR#56586 SLE11 SP1: SR#56584 SLE10 SP3: SR#56580
An update workflow for this issue was started. This issue was rated as moderate. Please submit fixed packages until 2015-06-08. When done, reassign the bug to security-team@suse.de. https://swamp.suse.de/webswamp/wf/61797
SUSE-SU-2015:1025-1: An update that fixes one vulnerability is now available. Category: security (moderate) Bug References: 928520 CVE References: CVE-2015-3418 Sources used: SUSE Linux Enterprise Software Development Kit 11 SP3 (src): xorg-x11-server-7.4-27.105.1 SUSE Linux Enterprise Server 11 SP3 for VMware (src): xorg-x11-server-7.4-27.105.1 SUSE Linux Enterprise Server 11 SP3 (src): xorg-x11-server-7.4-27.105.1 SUSE Linux Enterprise Desktop 11 SP3 (src): xorg-x11-server-7.4-27.105.1
SUSE-SU-2015:1127-1: An update that solves two vulnerabilities and has three fixes is now available. Category: security (moderate) Bug References: 923229,925019,925021,925022,928520 CVE References: CVE-2014-8092,CVE-2015-3418 Sources used: SUSE Linux Enterprise Software Development Kit 12 (src): xorg-x11-server-7.6_1.15.2-28.4 SUSE Linux Enterprise Server 12 (src): xorg-x11-server-7.6_1.15.2-28.4 SUSE Linux Enterprise Desktop 12 (src): xorg-x11-server-7.6_1.15.2-28.4
fixed and released
Related openSUSE ticket: boo#928513
*** Bug 841777 has been marked as a duplicate of this bug. ***