-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
house_of_rabbit #61
Comments
There is already a PoC in the webpage itself (just in case you haven't seen it): House of Rabbit. |
I have been doing further analysis on this and it is a very similar vector to the house of force in the sense that it will trick the allocator to let us do a malloc of a huge size which will wrap around to our desired position. |
House of rabbit won't be included here because there is some POC on the internet or that the attack is impractical? Asking because I've found a POC of another (very interesting for me) attack. |
No, I simply didn't had the time to deal with it yet. In general there is nothing that would speak against including it, if it is a novel way of exploiting the heap. However, I'm not super happy about attacks like house_of_orange, because even though they are super awesome techniques, they result from some specific exploit case and include multiple techniques to achieve certain states and most of them are not really novel by themselves. Still they are super fun and astonishing attacks, but maybe we should split them up more clearly to fit better into the idea of how2heap. |
Saw this today: http://shift-crops.hatenablog.com/entry/2017/09/17/213235
Will try to create an example here when I find the time
The text was updated successfully, but these errors were encountered: