|
|
|
|
|
by mhogomchungu
4351 days ago
|
|
TrueCrypt in linux has a serious security issue discussed below and i hope you guys will address this. TrueCrypt has a serious security bug that allows a person who can mount TrueCrypt volumes to get root shell or run any command as root user because it mount its volumes with "suid" option instead of "nosuid" option. You can get the below program to test locally if you have a linux box around. http://pastebin.com/vT4G7nU0 |
|
If you can do this, you already have root access. If you have root access, then you don't need dirty tricks to get root access.
Additionally, in the three minutes that I spent searching, I found a bunch of evidence that indicated that TrueCrypt volumes mounted through FUSE are mounted with the nosuid option. (Ferinstance, search for 'nosuid' here: http://www.reddit.com/r/archlinux/comments/1fcwvr/truecrypt_... )