Guest Steve Thackery Posted September 28, 2008 Posted September 28, 2008 The following article: http://blogs.techrepublic.com.com/itdojo/?cat=3 ....shows a way of running UAC-restricted programs without a UAC prompt. Basically, you create the restricted program as a task in Task Scheduler, set it to "Run with highest privileges", and then create a shortcut to the task. From then on you can run the program without the UAC prompt. Regardless of what you think about UAC, doesn't this sound like a fairly serious security breach? Bearing in mind that Microsoft have made a software tool available for UAC-enabling old applications on a case-by-case basis, it sounds like they didn't realise you could do it much more simply using Task Manager. I can imagine malware might be able to set up a new task in Task Manager, with the highest privileges, and run hostile code without the user being prompted. I'm no expert on Vista's security mechanisms, but do you guys think this could be a security hole? Do you expect Microsoft to plug this particular "feature"? SteveT Quote
Guest barman58 Posted September 28, 2008 Posted September 28, 2008 Steve Thackery;847441 Wrote: <span style="color:blue"> > The following article: > > 'IT Dojo | TechRepublic.com' > (http://blogs.techrepublic.com.com/itdojo/?cat=3) > > ....shows a way of running UAC-restricted programs without a UAC > prompt. > Basically, you create the restricted program as a task in Task > Scheduler, > set it to "Run with highest privileges", and then create a shortcut to > the > task. > > From then on you can run the program without the UAC prompt. > > Regardless of what you think about UAC, doesn't this sound like a > fairly > serious security breach? Bearing in mind that Microsoft have made a > software tool available for UAC-enabling old applications on a > case-by-case > basis, it sounds like they didn't realise you could do it much more > simply > using Task Manager. > > I can imagine malware might be able to set up a new task in Task > Manager, > with the highest privileges, and run hostile code without the user > being > prompted. > > I'm no expert on Vista's security mechanisms, but do you guys think > this > could be a security hole? Do you expect Microsoft to plug this > particular > "feature"? > > SteveT</span> Hi Steve, As the UAC operates on task scheduler anyway I think the hole is plugged. the method you mention is a way for an admin to provide access to UAC controled apps to a standard user without providing a password. you still have to go through the UAC to set it up. hope this clarifies -- barman58 Regards, Nigel the beginning of knowledge is the discovery of something we do not understand.,- frank herbert Quote
Guest Steve Thackery Posted September 28, 2008 Posted September 28, 2008 > The method you mention is a way for an admin to provide access<span style="color:blue"> > to UAC controled apps to a standard user without providing a password. > you still have to go through the UAC to set it up.</span> OK, so you're saying that malware that attempted to set up such a task would itself trigger the UAC prompt? That makes sense. I hope you are right and that there aren't any workarounds. I'm one of the few people on the planet who actually appreciates UAC. I'm only too pleased that Vista warns me when something with security implications is about to happen. SteveT Quote
Guest barman58 Posted September 28, 2008 Posted September 28, 2008 Hi steve, Yes that's the way it I believe it operates, the UAC requires user input and the disabling of the desktop (Screen Blanking) means that malware cannot simulate this input. I too am a believer in the UAC what we need now is for software developers to work to the regime and not write user programs to require Admin rights, which is where a lot of the disstisfaction with UAC comes from. This requirement was within the Spec for XP (just not implemented) so they have no real excuse after all this time. Vista's implementation of the spec will push then in the right direction but I won't be holding my breath. Until this requirement is met Admins who work in the real world will have to resort to these type of workrounds -- barman58 Regards, Nigel the beginning of knowledge is the discovery of something we do not understand.,- frank herbert Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.