Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.|