Lind-Project / lind_project

Lind: Secure Lightweight Adaptive Isolation
https://hub.docker.com/r/securesystemslab/lind
Apache License 2.0
23 stars 8 forks source link

Compare Vulnerabilities to Pop Paths Data #263

Open rennergade opened 2 years ago

rennergade commented 2 years ago

Now that @TristanB22 has compiled our pop paths and reachable data. We should find at least 20 vulns (from here) that appear in our kernel version (5.11) and compare them to see if they appear in popular or reachable (or unreachable?).

rennergade commented 2 years ago

@TristanB22 shared this document of 40 vulns he found.

rennergade commented 1 year ago

@justyoyo123 is going to take the pop paths data that Tristan's new model generates, and try to automate the vulnerability comparison.

He can scrape the vulnerability database using beautiful soup, and use that in conjunction with the kernel source code to figure out line numbers for vulnerabilities. That list can then be compared with the generated pop paths data for matches.