CVE-2026-61860
Received Received - Intake

Use-After-Free in ImageMagick During Freetype Initialization

Vulnerability report for CVE-2026-61860, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-15

Last updated on: 2026-07-15

Assigner: VulnCheck

Description

ImageMagick before 7.1.2-26 and 6.9.13-51 contains a use-after-free vulnerability that occurs when freetype initialization fails: the method does not exit and continues to use memory that was already freed. This can be triggered during image processing and may lead to a denial of service.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-15
Last Modified
2026-07-15
Generated
2026-07-15
AI Q&A
2026-07-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
imagemagick imagemagick to 7.1.2-26 (exc)
imagemagick imagemagick to 6.9.13-51 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-61860 is a use-after-free vulnerability in ImageMagick versions before 7.1.2-26 and 6.9.13-51. When Freetype initialization fails, the program does not exit properly and continues using already freed memory. This can cause crashes or undefined behavior during image processing.

Impact Analysis

This vulnerability may lead to denial of service by crashing the ImageMagick process during image processing. It could disrupt applications relying on ImageMagick for image manipulation tasks.

Detection Guidance

To detect this vulnerability, check the installed version of ImageMagick on your system. Run the command 'convert --version' or 'magick --version' to see the version number. If the version is 7.1.2-26 or earlier, or 6.9.13-51 or earlier, your system is vulnerable.

Mitigation Strategies

Immediately update ImageMagick to the latest patched version: 7.1.2-26 or later for ImageMagick 7, or 6.9.13-51 or later for ImageMagick 6. If updating is not possible, disable Freetype initialization in ImageMagick configuration to prevent the use-after-free condition.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-61860. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart