CVE-2017-11450
Description
A crafted short JPEG file can crash ImageMagick by triggering an uninitialized memory read in coders/jpeg.c before version 7.0.6-1.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
A crafted short JPEG file can crash ImageMagick by triggering an uninitialized memory read in coders/jpeg.c before version 7.0.6-1.
Vulnerability
In ImageMagick versions before 7.0.6-1, the ReadJPEGImage function in coders/jpeg.c does not verify that the input file is large enough to contain a valid JPEG datastream. When an attacker provides a JPEG file that is too short (less than 107 bytes), the JPEG library attempts to read beyond the available data, leading to an application crash or possibly other unspecified impacts [1][3]. The conditions are reachable by simply loading a malformed image file.
Exploitation
An attacker needs only to deliver a specially crafted JPEG file that is smaller than the minimal required size (107 bytes). No authentication or special privileges are required; the attack can be triggered by any user or process that causes ImageMagick to process the image, such as via a web upload or email attachment [1][2]. The sequence involves calling ReadJPEGImage on the undersized file, which then invokes the underlying JPEG library without proper size validation.
Impact
Successful exploitation results in a denial of service (application crash). The official description also notes the potential for unspecified other impact, though no proof-of-concept for code execution has been publicly documented [1][3]. The compromised process runs with the privileges of the user invoking ImageMagick.
Mitigation
ImageMagick version 7.0.6-1 and later include the fix (commit 948356eec65aea91995d4b7cc487d197d2c5f602), which adds a size check (GetBlobSize(image) < 107) to reject undersized files [1]. Debian and other distributions have backported fixes to older release series (e.g., 8:6.9.7.4+dfsg-11+deb9u1 for stretch) [3]. Users should upgrade to the latest available patched version for their distribution.
AI Insight generated on May 22, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
20cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*+ 1 more
- cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*range: <6.9.9-0
- (no CPE)range: <7.0.6-1
cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*+ 1 more
- cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
- cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
- osv-coords16 versionspkg:rpm/suse/GraphicsMagick&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2011%20SP4pkg:rpm/suse/GraphicsMagick&distro=SUSE%20Studio%20Onsite%201.3pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Desktop%2012%20SP2pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Desktop%2012%20SP3pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%2011%20SP4pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP3pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%20for%20Raspberry%20Pi%2012%20SP2pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2011%20SP4pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP3pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2011%20SP4pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP2pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Software%20Development%20Kit%2012%20SP3pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Workstation%20Extension%2012%20SP2pkg:rpm/suse/ImageMagick&distro=SUSE%20Linux%20Enterprise%20Workstation%20Extension%2012%20SP3
< 1.2.5-4.78.38.1+ 15 more
- (no CPE)range: < 1.2.5-4.78.38.1
- (no CPE)range: < 1.2.5-4.78.38.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.4.3.6-7.78.34.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.4.3.6-7.78.34.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.4.3.6-7.78.34.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
- (no CPE)range: < 6.8.8.1-71.42.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4- bugs.debian.org/cgi-bin/bugreport.cginvdIssue TrackingPatchThird Party Advisory
- github.com/ImageMagick/ImageMagick/commit/948356eec65aea91995d4b7cc487d197d2c5f602nvdIssue TrackingPatchThird Party Advisory
- github.com/ImageMagick/ImageMagick/issues/556nvdIssue TrackingPatchThird Party Advisory
- security-tracker.debian.org/tracker/CVE-2017-11450nvdIssue TrackingPatchThird Party Advisory
News mentions
0No linked articles in our index yet.