-
Notifications
You must be signed in to change notification settings - Fork 115
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
Bug report on libhtp( AddressSanitizer: SEGV) #343
Comments
@afosscontact assimp? |
I was sorry. |
Thanks. How did you find this bug ? |
By the way, side note for myself later, this is a good candidate for a CodeQL query... |
Thank you for the fast fix |
If you are enabled, you want to be issued under the name Autofuzz. |
Fixed by #344 |
Describe the bug
A bug was found within the libhtp. Though it might not be an intended use of the relevant API, the bug can still produce critical issues within a program using libhtp. It would be best if the affected logic is checked beforehand.
The bug was found with a fuzzer based on the function "List.Expand1".
This may cause problems in the use of libraries
How To Reproduce
==109414==ERROR: AddressSanitizer: SEGV on unknown address 0x7f023ae35468 (pc 0x0000007f2bb6 bp 0x7fff09e0b5f0 sp 0x7fff09e0b5d0 T0)
==109414==The signal is caused by a READ memory access.
#0 0x7f2bb6 in htp_list_array_get libhtp/htp/htp_list.c:106:25
#1 0x741808 in List_Expand1_Test::TestBody() libhtp/test/test_utils.cpp
Platform (please complete the following information):
OS: Ubuntu 18.04
libhtp_bug2.tar.gz
The text was updated successfully, but these errors were encountered: