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
in miniz_tinfl.c 398 has an infinite loop,sym2 and counter always equal 0
i use example3 to test
poc: poc
The text was updated successfully, but these errors were encountered:
Thanks for testing!
I had a look at it and I am not sure if this is a problem. It still produces output. So it is like a infinite ZIP bomb.
Sorry, something went wrong.
It is an issue. If an attacker supplies a crafted archive, he can cause a denial-of-service because the decompression never halts. This miniz vulnerability is known as CVE-2018-12913.
No branches or pull requests
in miniz_tinfl.c 398 has an infinite loop,sym2 and counter always equal 0
i use example3 to test
poc:
poc
The text was updated successfully, but these errors were encountered: