https://github.com/maxking/linux-vulnerabilities-10-years
My MS thesis on survey of a decade fo Linux Kernel CVEs, their categories and various mitigations that exist.
https://github.com/maxking/linux-vulnerabilities-10-years
Last synced: 6 months ago
JSON representation
My MS thesis on survey of a decade fo Linux Kernel CVEs, their categories and various mitigations that exist.
- Host: GitHub
- URL: https://github.com/maxking/linux-vulnerabilities-10-years
- Owner: maxking
- License: cc-by-sa-4.0
- Created: 2018-09-29T01:12:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T17:02:24.000Z (over 7 years ago)
- Last Synced: 2025-01-20T22:51:03.495Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 1.79 MB
- Stars: 155
- Watchers: 11
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: A Decade of Linux Kernel Vulnerabilities, their Mitigation and Open Problems
This repository contains source for my Master's Thesis on different types of
Linux Kernel Vulnerabilities that exist today. It consists of a survey of ~10
years of Linux Kernel CVEs (2007-2016), divides them into various broad
categories of Vulnerabilities and includes existing mitigation for them.
While the mitigation aren't exhaustive, they are sampled from both Research
Literature and industry i.e. existing code in Linux Kernel, out-of-tree patches
etc. It also includes various tools that can be used to analyze and detect
various kind of Vulnerabilities.
* How to read this content?
The entire thesis is divided into 5 chapters, first 3 of which are related to
Linux Kernel Vulnerabilities. 4th chapter talks about Return Oriented
Programming attacks. 5th Chapter concludes with what classes of vulnerabilities
do and don't have any pro-active solution for them.
You can browse [[thesis.org][a copy in the repository]] or have a look at the [[thesis.pdf][PDF]]. PDF has
slightly better formatting and comes with complete references.
* License
A Decade of Linux Kernel Vulnerabilities, their Mitigation and Open Problems (c) by Abhilash Raj
The contents of this repository are licensed under a Creative Commons
Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work. If not, see
.