
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-61872 is a memory leak vulnerability in ImageMagick's TIFF encoder triggered when an invalid tiff:tile-geometry parameter is specified. Affected versions include ImageMagick before 7.1.2-26 (7.x series) and before 6.9.13-51 (6.9.x series). The vulnerability was published on July 15, 2026, with the original advisory credited to researcher Bin-infinite and published by dlemstra. It carries a CVSS v3.1 base score of 2.5 (Low) and a CVSS v4.0 base score of 2.0 (Low) (GitHub Advisory, Github Advisory).
The root cause is classified as CWE-401 (Missing Release of Memory after Effective Lifetime): when a malformed or invalid tiff:tile-geometry value is supplied to the TIFF encoder, the code path that handles the error fails to free previously allocated memory before returning. This results in a memory leak on each invocation with a malformed parameter. Exploitation requires local access and user interaction (e.g., a user or process invoking ImageMagick with attacker-controlled input), and attack complexity is rated High due to the specific conditions required (GitHub Advisory, Github Advisory).
Successful exploitation causes a denial-of-service condition limited to availability impact: repeated invocations with malformed tiff:tile-geometry parameters cause the ImageMagick process to consume increasing amounts of memory without releasing it, potentially exhausting system memory and crashing the process or degrading host performance. There is no impact on confidentiality or integrity, and no evidence of lateral movement potential or data exposure risk associated with this vulnerability (GitHub Advisory).
convert --version or magick --version.tiff:tile-geometry parameter, for example: convert -define tiff:tile-geometry=INVALID input.tif output.tif.top or free) to observe increasing memory consumption, eventually leading to process crash or system-wide resource exhaustion (GitHub Advisory).convert, magick) processes showing steadily increasing memory usage over time without returning memory to the OS./var/log/syslog, /var/log/messages) recording OOM (out-of-memory) killer events targeting ImageMagick processes.convert or magick with -define tiff:tile-geometry=<invalid_value> arguments.Update ImageMagick to version 7.1.2-26 or later for the 7.x series, or to version 6.9.13-51 or later for the 6.9.x series, as these releases contain the fix. As a workaround prior to patching, implement input validation to reject malformed or unexpected tiff:tile-geometry parameter values before they are passed to ImageMagick, and restrict local access to ImageMagick processing to trusted users only (GitHub Advisory, Github Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."