Skip to content

Add the house of Io attack #210

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Liikt
Copy link

@Liikt Liikt commented Jun 19, 2025

House of Io has been described in this blog article.

It's an attack which bypasses the safe-linking by abusing the fact that pointers in the tcache management struct are not protected.

This attack only works in libc versions 2.29 - 2.33, as in those versions the key for a free'd tcache chunk is the pointer to the management struct. Afterwards the key is a random value.

As it was missing I thought of implementing the PoC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant