Monthly Archives: September 2016

mupdf: mujstest: strcpy-param-overlap in main (jstest_main.c)

Description: Mujstest, which is part of mupdf is a scriptable tester for mupdf + js. A fuzzing revealed a strcpy-param-overlap. The complete ASan output: # mujstest $FILE ==26843==ERROR: AddressSanitizer: strcpy-param-overlap: memory ranges [0x0000013c5d40,0x0000013c62ed) and [0x0000013c6285, 0x0000013c6832) overlap #0 0x473129 in … Continue reading

Posted in advisories, security | Leave a comment

mupdf: mujstest: global-buffer-overflow in main (jstest_main.c)

Description: Mujstest, which is part of mupdf is a scriptable tester for mupdf + js. A fuzzing revealed a global buffer overflow write. The complete ASan output: # mujstest $FILE ================================================================= ==2244==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000013c6140 at pc 0x000000473526 … Continue reading

Posted in advisories, security | Leave a comment

mupdf: mujstest: global-buffer-overflow in my_getline (jstest_main.c)

Description: Mujstest, which is part of mupdf is a scriptable tester for mupdf + js. A fuzzing revealed a global buffer overflow write. The complete ASan output: # mujstest $FILE ==1278==ERROR: AddressSanitizer: global-buffer-overflow on address 0x0000013c7280 at pc 0x0000004fa432 bp … Continue reading

Posted in advisories, security | Leave a comment

mupdf: use-after-free in pdf_to_num (pdf-object.c)

Description: mupdf is a lightweight PDF viewer and toolkit written in portable C. A fuzzing through mutool revealed a use-after-free. The complete ASan output: # mutool info $FILE ==5430==ERROR: AddressSanitizer: heap-use-after-free on address 0x60300000ea42 at pc 0x7fbc4c3824e5 bp 0x7ffee68ead70 sp … Continue reading

Posted in advisories, security | Leave a comment

mupdf: mutool: infinite loop in gatherresourceinfo (pdfinfo.c)

Description: mupdf is a lightweight PDF viewer and toolkit written in portable C. A fuzzing through mutool revealed an infinite loop in gatherresourceinfo if mutool tries to get info from a crafted pdf. The output is a bit cutted because … Continue reading

Posted in advisories, security | 3 Comments

libav: divide-by-zero in sbr_make_f_master (aacsbr.c)

Description: Libav is an open source set of tools for audio and video processing. A fuzzing with an mp3 file as input discovered a divide-by-zero in sbr_make_f_master. The complete ASan output: # avconv -i $FILE -f null – avconv version … Continue reading

Posted in advisories, security | Leave a comment

libav: invalid memory access in ff_put_pixels8_xy2_mmx (rnd_template.c)

Description: Libav is an open source set of tools for audio and video processing. A fuzzing with an mp3 file as input discovered an invalid memory access in ff_put_pixels8_xy2_mmx. The complete ASan output: # avconv -i $FILE -f null – … Continue reading

Posted in advisories, security | Leave a comment

libav: invalid memory access in put_no_rnd_pixels8_xy2_mmx (rnd_template.c)

Description: Libav is an open source set of tools for audio and video processing. A fuzzing with an mp3 file as input discovered an invalid memory access in put_no_rnd_pixels8_xy2_mmx. The complete ASan output: # avconv -i $FILE -f null – … Continue reading

Posted in advisories, security | 4 Comments

graphicsmagick: memory allocation failure in MagickMalloc (memory.c)

Description: Graphicsmagick is an Image Processing System. After the first round of fuzzing where I discovered some slowness issues that make the fuzz hard, the second round revealed a memory allocation failure. The complete ASan output: # gm identify $FILE … Continue reading

Posted in advisories, security | Leave a comment

graphicsmagick: memory allocation failure in ReadPCXImage (pcx.c)

Description: Graphicsmagick is an Image Processing System. After the first round of fuzzing where I discovered some slowness issues that make the fuzz hard, the second round revealed a memory allocation failure. The complete ASan output: # gm identify $FILE … Continue reading

Posted in advisories, security | Leave a comment