Skip to content
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

Add a section to chapter 2 on system call interposition, ASLR and related mitigations #199

Open
g-kouv opened this issue May 15, 2023 · 0 comments

Comments

@g-kouv
Copy link
Collaborator

g-kouv commented May 15, 2023

On #164, @lucic71 mentioned pinsyscall(2) from OpenBSD as an additional mitigation against code reuse attacks.

It'd be worthwhile to add a section describing mitigations beyond CFI that aren't just compiler-based, like the above mentioned pinsyscall, Linux's seccomp (and similar features in other systems, system call interposition more generally), a more detailed view of ASLR and so on. We can track ideas for this section here.

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

No branches or pull requests

1 participant