W3bbo wrote:
 |
Bas wrote:
 |
W3bbo wrote:
The rest of us just grin and bear it. I figure we'll eventually get malwares spoofing the UAC prompt |
What would that achieve? |
Once a malware has your plaintext credentials it can hypothetically do anything, 'nuff said.
1. For 90% of the population, who will run as a member of the Administrators group, UAC doesn't even ask for credentials (it's just a continue button).
2. Even with the username and password of an administrator code can't get elevated permissions without first getting a real UAC dialog. Runas alone will not work unless it's the built-in Administrator account (which is disabled by default). They can do all sorts of other nasty stuff with your credentials (impersonate you on the network, that sort of thing), but they can't elevate without actual user consent.
3. This is like the billionth time I've explained this on C9 alone.
EDIT:
This article explains very nicely in its first few paragraphs what UAC does under the covers. If some malware uses runas with the credentials of an admin, the new process will still get a filtered token. To elevate you need a real UAC dialog, there's no other way (short of any bugs in UAC, of course).