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

List of Supported Vulnerabilities #3

Closed
dgrahn opened this issue Aug 22, 2018 · 1 comment
Closed

List of Supported Vulnerabilities #3

dgrahn opened this issue Aug 22, 2018 · 1 comment

Comments

@dgrahn
Copy link

dgrahn commented Aug 22, 2018

All,

Is there a list of which vulnerabilities LAVA can add?

Thanks!

@AndrewFasano
Copy link
Member

For now, all the bugs we add focus on corrupting pointers. We can corrupt them as they're dereferenced or when they're passed as arguments to a function. They're conditionally corrupted depending on a trigger or set of triggers matching some constraints.

All the code to do this is in tools/lavaTool/include.

For more information, check out our paper. We've made some improvements since then, but the classes of vulnerabilities we support hasn't changed much.

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

2 participants