-
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) #342
Comments
Thanks @afosscontact for this report.
What is assimp ?
The function |
I was sorry. |
Thank you for the fast fix |
If you are enabled, you want to be issued under the name Autofuzz. |
@junsik-kim0 are you a bot ? |
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 "Utf8.SingleByte".
This may cause problems in the use of libraries
How To Reproduce
=================================================================
==6613==ERROR: AddressSanitizer: SEGV on unknown address 0x00009f33a90c (pc 0x000000818140 bp 0x7ffe542fc530 sp 0x7ffe542fc4f0 T0)
==6613==The signal is caused by a READ memory access.
#0 0x818140 in htp_utf8_decode libhtp/htp/htp_utf8_decoder.c:109:19
#1 0x6dbe3a in Utf8_SingleByte_Test::TestBody() libhtp/test/test_utils.cpp
Platform (please complete the following information):
OS: Ubuntu 18.04
libhtp_bug1.tar.gz
The text was updated successfully, but these errors were encountered: