Image Magick has a Memory Leak in coders/ashlar.c
Moderate severity
GitHub Reviewed
Published
Feb 23, 2026
in
ImageMagick/ImageMagick
•
Updated Feb 24, 2026
Description
Published by the National Vulnerability Database
Feb 24, 2026
Published to the GitHub Advisory Database
Feb 24, 2026
Reviewed
Feb 24, 2026
Last updated
Feb 24, 2026
Memory leak exists in
coders/ashlar.c. TheWriteASHLARImageallocates a structure. However, when an exception is thrown, the allocated memory is not properly released, resulting in a potential memory leak.References