ImageMagick has memory leak in msl encoder
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/msl.c. In theWriteMSLImagefunction of themsl.cfile, resources are allocated. But the function returns early without releasing these allocated resources.References