out-of-bounds read in MagickCore/memory.c:708
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
imagemagick (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This bug was found while fuzzing ImageMagick with afl-fuzz
Tested on ImageMagick git commit 26ac8585e46188a
Command: magick id:000419,
=======
==21785==ERROR: AddressSanitizer: heap-buffer-
READ of size 128 at 0xb5f02440 thread T0
#0 0x80b28f5 in memcpy (/usr/local/
#1 0x814f571 in CopyMagickMemory /home/user/
#2 0x857643b in WritePDBImage /home/user/
#3 0x89633b8 in WriteImage /home/user/
#4 0x8966d9c in WriteImages /home/user/
#5 0x9230a7f in CLINoImageOperator /home/user/
#6 0x9238891 in CLIOption /home/user/
#7 0x8fc3893 in ProcessCommandO
#8 0x8fc5d15 in MagickImageCommand /home/user/
#9 0x8fca1f9 in MagickCommandGe
#10 0x80ddf3d in MagickMain /home/user/
#11 0x80ddf3d in main /home/user/
#12 0xb74b1a82 in __libc_start_main /build/
#13 0x80ddd64 in _start (/usr/local/
0xb5f02440 is located 0 bytes to the right of 256-byte region [0xb5f02340,
allocated by thread T0 here:
#0 0x80c6991 in malloc (/usr/local/
#1 0x814e9ea in AcquireMagickMemory /home/user/
#2 0x814e9ea in AcquireQuantumM
#3 0x89633b8 in WriteImage /home/user/
#4 0x8966d9c in WriteImages /home/user/
#5 0x9230a7f in CLINoImageOperator /home/user/
#6 0x9238891 in CLIOption /home/user/
#7 0x8fc3893 in ProcessCommandO
SUMMARY: AddressSanitizer: heap-buffer-
Shadow bytes around the buggy address:
0x36be0430: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be0440: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be0450: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be0460: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00
0x36be0470: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x36be0480: 00 00 00 00 00 00 00 00[fa]fa fa fa fa fa fa fa
0x36be0490: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be04a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be04b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be04c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x36be04d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap right redzone: fb
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
ASan internal: fe
==21785==ABORTING
Changed in imagemagick (Ubuntu): | |
status: | New → Confirmed |
input file to trigger crash