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

Consider section on ABI vulnerabilities #88

Open
sam-ellis opened this issue Feb 16, 2022 · 1 comment
Open

Consider section on ABI vulnerabilities #88

sam-ellis opened this issue Feb 16, 2022 · 1 comment
Labels
content New content for the book

Comments

@sam-ellis
Copy link
Collaborator

Consider section on ABI vulnerabilities. The premise is that some computing systems provide a security enclave, for example, Arm TrustZone and Intel SGX. When such an enclave exists there is usually a way to call from outside to inside or vice versa, and this requires care at ABI level to ensure that outside cannot unduly influence inside and cannot reveal private state of inside. There have been cases where the security has not been sufficiently enforced, for example:

If the topic is accepted, we shall need to decide where it best fits. At the moment, in the Other Security Topics section is a reasonable place. Other suggestions welcome.

@g-kouv
Copy link
Collaborator

g-kouv commented Feb 24, 2022

This sounds like a very important topic and we should absolutely include it.

I agree that Other Security Topics seems like the best place at the moment, but this seems to have strong connections to the Memory Vulnerabilities chapter too.

@kbeyls kbeyls changed the title Consider section on ABI vulnerbilities Consider section on ABI vulnerabilities Jan 4, 2023
@kbeyls kbeyls added the content New content for the book label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content New content for the book
Projects
None yet
Development

No branches or pull requests

3 participants