-
Notifications
You must be signed in to change notification settings - Fork 73
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
libpff_item_tree_create_node 4 byte read of cached out value #61
Labels
Comments
So it looks like libpff_item_tree_create_node was not fully refactored yet as part of #3. Which seems to cause a cache miss while reading
|
joachimmetz
changed the title
AddressSanitizer: heap-use-after-free at libpff_item_tree.c:816
libpff_item_tree_create_node 4 byte read of cached out value
Jul 13, 2018
joachimmetz
added a commit
that referenced
this issue
Jul 13, 2018
Addressed in effae88 |
This was referenced Jul 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AddressSanitizer: heap-use-after-free at libpff_item_tree.c:816
POC files:
https://github.com/ntu-sec/pocs/blob/master/libpff-4938b7a/crashes/huaf_libpff_item_tree.c%3A816_1.input.txt
https://github.com/ntu-sec/pocs/blob/master/libpff-4938b7a/crashes/huaf_libpff_item_tree.c%3A816_2.input.txt
ASan output:
https://github.com/ntu-sec/pocs/blob/master/libpff-4938b7a/crashes/huaf_libpff_item_tree.c%3A816_1.err.SIG06
https://github.com/ntu-sec/pocs/blob/master/libpff-4938b7a/crashes/huaf_libpff_item_tree.c%3A816_2.err.SIG06
The text was updated successfully, but these errors were encountered: