|
Guest
|
 |
Posted: Thu Apr 24, 2008 8:37 am |
|
 |
 |
 |
 |
I was playing with the matousec leaktests for firewalls and found sss.exe able to logout from sandbox. Please check:
http://www.matousec.com/downloads/ssts.zip - bin\level 4\sss.exe
|
|
|
|
tzuk
| Joined: 22 Jun 2004 |
| Posts: 15008 |
|
|
 |
Posted: Thu Apr 24, 2008 11:45 am |
|
 |
 |
 |
 |
I checked. The logoff is permitted because unlike poweroff/shutdown/reboot requests, Windows does not consider logoff a privileged (or administrative) operation. That's very reasonable -- you would not expect to have to be administrator just to logoff your session.
I could possibly add more system hooks to prevent this, but that would be new code in Sandboxie, because the poweroff/shutdown/reboot protection at this time is done by simply discarding the needed privilege, not by hooking anything.
|
|
_________________ tzuk
|
|
Guest
|
 |
Posted: Thu Apr 24, 2008 1:35 pm |
|
 |
 |
 |
 |
Thanks for answer. I though the log out protection is already implemented just not perfect,
because when i ran shutdown -l or logoff from sandboxed cmd i got "denied attempt" message from Sandboxie.
|
|
|