Bug 1489700 (CVE-2017-14172) - CVE-2017-14172 ImageMagick: Lack of an EOF check in ReadPSImage() function
Summary: CVE-2017-14172 ImageMagick: Lack of an EOF check in ReadPSImage() function
Keywords:
Status: CLOSED WONTFIX
Alias: CVE-2017-14172
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1488981
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-08 07:43 UTC by Andrej Nemec
Modified: 2019-09-29 14:21 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-06-08 03:24:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Andrej Nemec 2017-09-08 07:43:44 UTC
In coders/ps.c in ImageMagick 7.0.7-0 Q16, a DoS in ReadPSImage() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted PSD file, which claims a large "extent" field in the header but does not contain sufficient backing data, is provided, the loop over "length" would consume huge CPU resources, since there is no EOF check inside the loop.

Upstream issue:

https://github.com/ImageMagick/ImageMagick/issues/715

Upstream patch:

https://github.com/ImageMagick/ImageMagick/commit/8598a497e2d1f556a34458cf54b40ba40674734c

Comment 1 Andrej Nemec 2017-09-08 07:48:38 UTC
Created ImageMagick tracking bugs for this issue:

Affects: fedora-all [bug 1488981]


Note You need to log in before you can comment on or make changes to this bug.