Bug 1082363 - (CVE-2017-12691) VUL-0: CVE-2017-12691: ImageMagick: The ReadOneLayer function in coders/xcf.c in ImageMagick 7.0.6-6 allows remoteattackers to cause a denial of service (memory consumption) via a crafted file.
(CVE-2017-12691)
VUL-0: CVE-2017-12691: ImageMagick: The ReadOneLayer function in coders/xcf.c...
Status: RESOLVED FIXED
Classification: Novell Products
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents
unspecified
Other Other
: P3 - Medium : Major
: ---
Assigned To: Security Team bot
Security Team bot
https://smash.suse.de/issue/200688/
CVSSv2:NVD:CVE-2017-12691:7.1:(AV:N/A...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-02-22 16:59 UTC by Victor Pereira
Modified: 2018-12-01 07:46 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Pereira 2018-02-22 16:59:31 UTC
CVE-2017-12691

The ReadOneLayer function in coders/xcf.c in ImageMagick 7.0.6-6 allows remote
attackers to cause a denial of service (memory consumption) via a crafted file.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-12691
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-12691
Comment 2 Petr Gajdos 2018-02-26 12:05:12 UTC
This is already solved via bug 1058422. I will just update rpm change logs (adding this bug number).
Comment 3 Petr Gajdos 2018-02-26 12:09:32 UTC
12/ImageMagick

$ valgrind -q convert oom-ReadOneLayer /dev/null
convert: memory allocation failed `oom-ReadOneLayer' @ error/xcf.c/ReadXCFImage/1356.
convert: no images defined `/dev/null' @ error/convert.c/ConvertImageCommand/3149.
$

11/ImageMagick

$ valgrind -q convert oom-ReadOneLayer /dev/null
convert: Memory allocation failed `oom-ReadOneLayer'.
convert: missing an image filename `/dev/null'.
$

11/GraphicsMagick

$ valgrind -q gm convert oom-ReadOneLayer /dev/null
gm convert: Request did not return an image.
$

No issues observed.
Comment 4 Petr Gajdos 2018-02-26 12:11:39 UTC
The rpm changelog amended for: 12/ImageMagick, 11/ImageMagick and 11/GraphicsMagick.
Comment 5 Petr Gajdos 2018-02-28 14:58:12 UTC
I believe all fixed.
Comment 6 Marcus Meissner 2018-05-18 15:45:30 UTC
done