Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dubniczky/kernel-exploits
Kernel exploits consisting mostly of privilege escalation attacks against core components of Linux distribtions
https://github.com/dubniczky/kernel-exploits
cve exploit linux linux-exploits linux-kernel
Last synced: 5 days ago
JSON representation
Kernel exploits consisting mostly of privilege escalation attacks against core components of Linux distribtions
- Host: GitHub
- URL: https://github.com/dubniczky/kernel-exploits
- Owner: dubniczky
- Created: 2022-08-14T10:35:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T15:01:55.000Z (8 months ago)
- Last Synced: 2024-06-22T22:55:36.077Z (8 months ago)
- Topics: cve, exploit, linux, linux-exploits, linux-kernel
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Unix Kernel Exploits
A repository for kernel exploits consisting mostly of privilege escalation attacks against core components of UNIX distributions.
## Guidelines
1. The exploit cannot contain pre-compiled code.
2. Each of the compilation and running steps must be documented.
3. The exploited applications must be part of a default distribution installation.
4. All exploits must have an assigned issue, which will not be closed (for discussion purposes).## Table of Exploits
|Issue|Time Added|Location|CVE|Description|
|---|---|---|---|---|
|#1|`2022-04-09`|[ld_preload](./ld_preload)||**Privilege escalation** using preload shared object.|
|#2|`2022-04-09`|[pkexec-0.105](./pkexec-0.105)|[CVE-2021-4034](https://www.cve.org/CVERecord?id=CVE-2021-4034)|**Privilege escalation** using pkexec buffer overflow.|