ImageMagick Heap Overflow

HIGH (7.5)

Threat Intelligence

High Risk - Exploits exist
EPSS Score: 0.03% chance of exploitation (percentile: 8%)
🔍 Detection Tools: OSV.dev
⚔️ Exploit Availability: GitHub PoC

How we test →

What is it?

ImageMagick is a software suite used to create, edit, compose, or convert bitmap images. The vulnerability in ImageMagick allows an attacker to execute arbitrary code on your system by manipulating image files, potentially leading to unauthorized access and data theft.

Am I affected?

You're affected if you use ImageMagick. Affected versions: 7.1.2, 9, 10 If you don't recognise this software, you're probably not affected.

Affected Packages

maven: org imagemagick:imagemagick-core

How to fix

Upgrade to ImageMagick version 7.1.2-10.
Maven: Update your dependency in pom.xml to org imagemagick:imagemagick-core
If you can't upgrade immediately:
- Set the TIM format to disable the vulnerable parser: -tim-format option when running ImageMagick commands
- Use a different image processing library or tool