-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEGV on specially crafted JPEG - 11f6acf7 #141
Milestone
Comments
I am getting a "Premature end of input file" error with the given input (using OS X 10.10.1). |
Confirmed md5 sum from my end.
I wouldn't be surprised to see it exit gracefully on OSX, Windows, Solaris or FreeBSD. Sometimes I run into issues that are compiler or library specific. |
dcommander
referenced
this issue
in kornelski/libjpeg-turbo
Aug 14, 2015
Add checks in PPM text file reading to make sure values are within the specified range.
dcommander
pushed a commit
to libjpeg-turbo/libjpeg-turbo
that referenced
this issue
Aug 14, 2015
Add checks to ensure values are within the specified range. Fixes mozilla/mozjpeg#141, closes PR #8
7er
pushed a commit
to imazen/libjpeg-turbo
that referenced
this issue
Sep 17, 2015
Add checks to ensure values are within the specified range. Fixes mozilla/mozjpeg#141, closes #8
lilith
pushed a commit
to imazen/libjpegturbo
that referenced
this issue
Oct 12, 2015
Add checks to ensure values are within the specified range. Fixes mozilla/mozjpeg#141, closes libjpeg-turbo#8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Mozilla Team,
Through some fuzzing with AFL I found that cjpeg from mozjpeg 2.1 would SEGV on this 33-byte JPEG.
Github wouldn't let me attach it (oops)
https://www.dropbox.com/s/g1dl3knukp2nopq/11f6acf7?dl=0
To reproduce:
cjpeg -quality 50 -outfile /dev/null 11f6acf7
Gdb output:
System Details:
AMD64
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Found with the fuzzer American Fuzzy Lop ( http://lcamtuf.coredump.cx/afl/ )
The text was updated successfully, but these errors were encountered: