-
Notifications
You must be signed in to change notification settings - Fork 242
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
A heap-buffer-overflow in maxminddb.c:2019:13 #236
Comments
Thanks! Nice find. Which fuzzer did you use to find this? |
It is a modified version of AFL. I think you can use AFL to test your code, because AFL can also find such bug. |
oschwald
added a commit
that referenced
this issue
Aug 5, 2020
oschwald
added a commit
that referenced
this issue
Aug 5, 2020
1.4.3 has been released with a fix for this. |
the issue got CVE-2020-28241 assigned |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System info
Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), mmdblookup (latest master e6e63a)
Configure
CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure --enable-static
Command line
./bin/.libs/lt-mmdblookup --ip 127.0.0.1 --file @@
AddressSanitizer output
POC
heap-overflow-dump_entry_data_list-maxminddb-2019.zip
The text was updated successfully, but these errors were encountered: