Bugzilla – Bug 353
Sudo isn't asking for password in Ubuntu9's dialog Run Command
Last modified: 2010-08-02 15:04:53 MDT
When it's pressioned the keys ALT + F2 in Ubuntu 9 the dialog Run Command is opened. If the command - sudo <application> - is called the sudo is executed without ask for password. That is a bug in security.
I'm guessing this has to do with commands not associated with a tty all using the same time stamp file in sudo versions prior to 1.7.3. For sudo 1.7.3 and above if there is no tty (such as in a graphical application), sudo will always ask for a password.