CVE-2025-62594
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-27

Last updated on: 2025-11-03

Assigner: GitHub, Inc.

Description
ImageMagick is a software suite to create, edit, compose, or convert bitmap images. ImageMagick versions prior to 7.1.2-8 are vulnerable to denial-of-service due to unsigned integer underflow and division-by-zero in the CLAHEImage function. When tile width or height is zero, unsigned underflow occurs in pointer arithmetic, leading to out-of-bounds memory access, and division-by-zero causes immediate crashes. This issue has been patched in version 7.1.2-8.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-27
Last Modified
2025-11-03
Generated
2026-05-07
AI Q&A
2025-10-27
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
imagemagick imagemagick From 7.0.11-13 (inc) to 7.1.1-36 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-119 The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-369 The product divides a value by zero.
CWE-191 The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in ImageMagick versions prior to 7.1.2-8 involves a denial-of-service caused by unsigned integer underflow and division-by-zero errors in the CLAHEImage function. Specifically, when the tile width or height is zero, pointer arithmetic underflows, leading to out-of-bounds memory access, and division-by-zero causes the program to crash immediately.


How can this vulnerability impact me? :

The vulnerability can cause denial-of-service by crashing the ImageMagick software when processing certain images, potentially disrupting services or applications that rely on ImageMagick for image processing.


What immediate steps should I take to mitigate this vulnerability?

Update ImageMagick to version 7.1.2-8 or later, as this version contains the patch that fixes the denial-of-service vulnerability caused by unsigned integer underflow and division-by-zero in the CLAHEImage function.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart