-
Notifications
You must be signed in to change notification settings - Fork 52
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
Bus error in __zzip_parse_root_directory (in zzip/zip.c:482) [CVE-2018-7726] #41
Milestone
Comments
This was assigned CVE-2018-7726. |
gdraheim
added a commit
that referenced
this issue
Mar 13, 2018
gdraheim
added a commit
that referenced
this issue
Mar 13, 2018
fixed - checking rootseek to be positive |
done. |
gdraheim
changed the title
Bus error in __zzip_parse_root_directory (in zzip/zip.c:482)
Bus error in __zzip_parse_root_directory (in zzip/zip.c:482) [CVE-2018-7726]
Mar 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In ZZIPlib v0.13.68, there is a bus error caused by the __zzip_parse_root_directory function of zzip/zip.c. attackers could leverage this vulnerability to cause a denial of service via a crafted zip file.
To reproduce the issue, run: ./zzdir $POC:
POC FILE:https://github.com/fantasy7082/image_test/blob/master/c005-bus-zzip_parse_root_directory
The text was updated successfully, but these errors were encountered: