You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
ImageMagick: Heap Buffer Over-read in WaveletDenoise when processing small images
Moderate severity
GitHub Reviewed
Published
Feb 24, 2026
in
ImageMagick/ImageMagick
•
Updated Feb 27, 2026
A heap buffer over-read vulnerability occurs when processing an image with small dimension using the -wavelet-denoise operator.
==3693336==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x511000001280 at pc 0x5602c8b0cc75 bp 0x7ffcb105d510 sp 0x7ffcb105d500
READ of size 4 at 0x511000001280 thread T0
The product reads from a buffer using buffer access mechanisms such as indexes or pointers that reference memory locations after the targeted buffer.
Learn more on MITRE.
A heap buffer over-read vulnerability occurs when processing an image with small dimension using the
-wavelet-denoiseoperator.References