CVE-2025-66628
December 10, 2025
ImageMagick is a software suite to create, edit, compose, or convert bitmap images. In versions 7.1.2-9 and prior, the TIM (PSX TIM) image parser contains a critical integer overflow vulnerability in its ReadTIMImage function (coders/tim.c). The code reads width and height (16-bit values) from the file header and calculates image_size = 2 * width * height without checking for overflow. On 32-bit systems (or where size_t is 32-bit), this calculation can overflow if width and height are large (e.g., 65535), wrapping around to a small value. This results in a small heap allocation via AcquireQuantumMemory and later operations relying on the dimensions can trigger an out of bounds read. This issue is fixed in version 7.1.2-10.
Affected Packages
magick.net-q16-x86 (NUGET):
Affected version(s) >=6.8.5.401 <14.10.0Fix Suggestion:
Update to version 14.10.0magick.net-q16-anycpu (NUGET):
Affected version(s) >=6.8.8.1001 <14.10.0Fix Suggestion:
Update to version 14.10.0magick.net-q16-hdri-anycpu (NUGET):
Affected version(s) >=6.8.9.101 <14.10.0Fix Suggestion:
Update to version 14.10.0magick.net-q8-x86 (NUGET):
Affected version(s) >=6.8.5.401 <14.10.0Fix Suggestion:
Update to version 14.10.0magick.net-q16-hdri-x86 (NUGET):
Affected version(s) >=6.8.9.101 <14.10.0Fix Suggestion:
Update to version 14.10.0magick.net-q8-anycpu (NUGET):
Affected version(s) >=6.8.8.1001 <14.10.0Fix Suggestion:
Update to version 14.10.0Related ResourcesĀ (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Out-of-bounds Read
EPSS
Base Score:
0.05