CVE-2021-3156: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(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…“) |
|||
| Zeile 13: | Zeile 13: | ||
;Erwartung | ;Erwartung | ||
*Root-Shell erhalten. | *Root-Shell erhalten. | ||
| + | ===Hinweise=== | ||
| + | *Exploit kann je nach libc-Version angepasst werden müssen. | ||
| + | *Bei Erfolg direkte Root-Rechte. | ||
Version vom 8. Mai 2026, 13:51 Uhr
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.
Hinweise
- Exploit kann je nach libc-Version angepasst werden müssen.
- Bei Erfolg direkte Root-Rechte.