CVE-2017-14174
Description
In coders/psd.c in ImageMagick 7.0.7-0 Q16, a DoS in ReadPSDLayersInternal() due to lack of an EOF (End of File) check might cause huge CPU consumption. When a crafted PSD file, which claims a large "length" 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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-14174
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2017-14174.html
Vendor advisory: cve@mitre.org — https://github.com/ImageMagick/ImageMagick/issues/714
Vendor advisory: cve@mitre.org — https://github.com/ImageMagick/ImageMagick/commit/04a567494786d5bb50894fc8bb8fea0cf496bea8
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 8:6.9.9.34+dfsg-3 |
| debian | bullseye | fixed | 8:6.9.9.34+dfsg-3 |
| debian | forky | fixed | 8:6.9.9.34+dfsg-3 |
| debian | sid | fixed | 8:6.9.9.34+dfsg-3 |
| debian | trixie | fixed | 8:6.9.9.34+dfsg-3 |
| debian | 9.0 | affected | |
| debian | 10.0 | affected | |
| ubuntu | 14.04 | affected | |
| ubuntu | 16.04 | affected | |
| ubuntu | 17.10 | affected | |
| ubuntu | 18.04 | affected | |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| imagemagick | imagemagick | 7.0.7-0 | |
References
- https://github.com/ImageMagick/ImageMagick/commit/04a567494786d5bb50894fc8bb8fea0cf496bea8
- https://github.com/ImageMagick/ImageMagick/commit/f68a98a9d385838a1c73ec960a14102949940a64
- https://github.com/ImageMagick/ImageMagick/issues/714
- https://lists.debian.org/debian-lts-announce/2019/05/msg00015.html
- https://lists.debian.org/debian-lts-announce/2020/09/msg00007.html
- https://security.gentoo.org/glsa/201711-07
- https://usn.ubuntu.com/3681-1/
- https://www.suse.com/security/cve/CVE-2017-14174.html
- https://security-tracker.debian.org/tracker/CVE-2017-14174
CWEs
CWE-834
Verify integrity in audit chain (admin only). AS-IS.