
This repo hosts TUKRU's Linux Privilege Escalation exploit (CVE-2021-22555). It demonstrates gaining root privileges via a vulnerability. Tested on Ubuntu 5.8.0-48-generic and COS 5.4.89+. Use responsibly and ethically.
This repo hosts TUKRU's Linux Privilege Escalation exploit (CVE-2021-22555). It demonstrates gaining root privileges via a vulnerability. Tested on Ubuntu 5.8.0-48-generic and COS 5.4.89+. Use responsibly and ethically. CVE-2021-22555: Linux Privilege Escalation Exploit
This repository contains a Linux Privilege Escalation exploit for the CVE-2021-22555 vulnerability. The exploit leverages a vulnerability in the Linux kernel to escalate privileges.
This code is for educational and ethical testing purposes only. Misuse of this software can lead to criminal charges. The authors and contributors are not responsible for any damages caused by the misuse of this software.
git clone https://github.com/tukru/CVE-2021-22555.git
cd CVE-2021-22555
gcc -o exploit exploit.c
Run the compiled binary with necessary privileges:
./exploit
Contributions are welcome. Please open an issue or submit a pull request.