Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Security Hole In Windows 7 UAC

Posted by kdawson on Mon Feb 02, 2009 05:03 AM
from the cancel-or-allow dept.
An anonymous reader writes "A prolific blogger is warning of a possible security hole in the latest beta version of Windows 7. Long Zheng has posted both a description and a proof of concept for an issue that could allow an attacker to skirt the User Account Control component in the new version of Windows. The problem, explains Zheng, is that UAC itself is controlled through system settings. This can allow an attacker to completely disable the protections without user notification. Zheng notes that the issue can be easily fixed by changing the UAC setting to notify users when Windows settings are altered, and that Microsoft could remedy the problem by prompting the user when the UAC setting is altered."
+ -
story

Related Stories

[+] Microsoft Caves, Will Change UAC In Windows 7 249 comments
CWmike writes "Reacting to intense criticism of an important security feature in Windows 7 (which we discussed a few days back), Microsoft today said it will change the behavior of User Account Control in Windows 7's release candidate. In a blog post, two Microsoft executives responsible for Windows development, John DeVaan and Steven Sinofsky, said 'We are going to deliver two changes to the Release Candidate that we'll all see. First, the UAC control panel will run in a high integrity process, which requires elevation. Second, changing the level of the UAC will also prompt for confirmation.' They said the changes were prompted by feedback from users, including comments on an earlier post Thursday by DeVaan in which he defended the modifications Microsoft made to UAC in Windows 7."
[+] Technology: UAC Whitelist Hole In Windows 7 496 comments
David Gerard writes "Microsoft tried to make Vista secure with User Access Control (UAC). They relaxed it a bit in Windows 7 because it was such a pain in the backside. Unfortunately, one way they did this (the third way so far found around UAC in Windows 7) was to give certain Microsoft files the power to just ... bypass UAC. Even more unfortunately, one of the DLLs they whitelisted was RUNDLL32.EXE. The exploit is simply to copy (or inject) part of its own code into the memory of another running process and then telling that target process to run the code, using standard, non-privileged APIs such as WriteProcessMemory and CreateRemoteThread. Ars Technica writes up the issue, proclaiming Windows 7 UAC 'a broken mess; mend it or end it.'"
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • "Gerald" (Score:5, Funny)

    by plasmacutter (901737) on Monday February 02 2009, @05:09AM (#26692117) Journal

    Everyone knows from recent news that microsoft has removed the innards of windows 7 and replaced them with "gerald", a lovable computer literate field mouse.

    Gerald is cheap, congenial, and zippy, but unfortunately has very poor judgment.

  • by Anonymous Coward on Monday February 02 2009, @05:09AM (#26692119)

    This was discussed elsewhere (heise.de) earlier...

    Short answer: this only works iff you are logged in as Administrator already...

    Prompting the user when this setting is altered is quite worthless - if I have a script on my computer that can simulate keypresses and mouse clicks *nothing* will hinder it to click on "I've read the warning". Even adding captchas/moving the warning around/whatever will only be a fake-solution that will only work 'till there's a better script.

    • by Anonymous Coward on Monday February 02 2009, @05:53AM (#26692331)

      if I have a script on my computer that can simulate keypresses and mouse clicks *nothing* will hinder it to click on "I've read the warning"

      That's completely wrong. The entire point of the UAC prompt is that it can't be automatically dismissed by simulated user input. The UAC prompt runs on a separate virtual desktop from everything else (which is why it flickers), and the kernel enforces that only real user input can touch it, and you can't run your own code in the kernel without going through a UAC prompt, so it's secure.

      If this guy is right and UAC can be disabled without user input, then the entire UAC system instantly becomes pointless. Saying that you shouldn't be running as administrator is stupid; UAC's purpose was to make it safe to use administrator accounts. If you can't do that, then UAC has failed. Anyway, Administrator accounts are the default and therefore what 99% of users are going to be using.

      • by nstlgc (945418) on Monday February 02 2009, @06:11AM (#26692423)

        Saying that you shouldn't be running as administrator is stupid; UAC's purpose was to make it safe to use administrator accounts.

        Uh no. UAC's purpose is to make it possible (in practice) not to use administrator accounts. Pretty much the complete opposite.

        • by Anonymous Coward on Monday February 02 2009, @06:44AM (#26692567)

          I'm afraid you're wrong. When UAC is on programs you execute are run under your user account which is normally (by default) a member of the Administrators group. However, the programs are run in a special mode where they are prevented from actually using most of the administrative rights granted to your account. (You can read all about it in Wikipedia [wikipedia.org].) When a UAC prompt comes up you don't have to type a password because you're not logging in to a different account; you're just granting permission to use the full administrative rights your account already has.

          It is also possible to use UAC from a non-administrator account. In this mode you must type a password every time a UAC prompt comes up, instead of just clicking "continue". Few people do this because it is not the default setup and it's even more annoying than regular UAC.

            • by coryking (104614) * on Monday February 02 2009, @08:46PM (#26703397) Homepage Journal

              That is 100% not true. Your user account *is running as a regular user* no matter what group it is in. It doesn't matter if you are in the admin group (unless you stupidly disable UAC, in which case you basically run as root).


              "UAC" = "sudo [program name]"
              "Vista, Administrator Group" = "your account is in /etc/sudoers with 'username = NOPASSWD: [your program]'"
              "Vista, non admin group" = "sudo [program name] with password, but that depends on the group policy... "

              Your highly moderated post is 100% mis-information and is *not true*. YOU ARE NOT RUNNING AS ROOT UNTIL YOU ELEVATE VIA UAC!!

      • by Darkon (206829) on Monday February 02 2009, @06:29AM (#26692505)

        Anyway, Administrator accounts are the default and therefore what 99% of users are going to be using.

        And only when Microsoft change this will Windows be half way towards being secure.

        • by Kjella (173770) on Monday February 02 2009, @07:55AM (#26692957) Homepage

          The real problem, and one that doesn't have a good techincal or sociological fix, is that most windows users are doing administration duties that far exceed their skills. Users get confronted with all sorts of dialogs they don't understand but just want to get on with it. I bet you, that if you popped up a page to someone saying "This video needs a newer version of flash" and redirected them to some completely bogus page that gave them a plugin with a completely bogus signature most people would go ahead and install it anyway. What is the latest version anyway? Couldn't even remember who makes it, and those companies keep on merging and rebranding and whatnot. No amount of UAC, or running as an unprivilidged user could possibly fix that because they are the ones with the admin keys and they're handing them out too easily.

          Most users don't understand trust, they want to see a nice little lock icon telling them this site is safe, this site is bad. Same goes for plugins. Same goes for software. If you try educating them they'll just go blank *bad thing* *bad thing* *REALLY bad thing* but they won't understand and just want the simple answer. There's some very professional looking sites out there that appear to give you good software. They often even look better than the real deal because the frauds are all about appearances while the real sites focus on delivering good software, no offence intended. While it does amount to some degree of security scissors, most users would be better of if they only downloaded from safe, verified sources of software and plugins. If only Linux would stop asking all the other technical questions, the repository model would be much better for these people. It's not the end-all and be-all of security but it concentrates 99% of the superuser tasks in one place and makes it that much harder for some random application to throw up a superuser prompt.

          • by rhsanborn (773855) on Monday February 02 2009, @09:18AM (#26693717)
            Something they've been trained to do as a result of shortcuts and hacks used by applications written for Windows for years. I'm reasonably sure a check book balancing application shouldn't need administrator privileges to run, but so many applications are written that way, probably a little because it's easier, and a little because so many people use administrator accounts that it doesn't matter.

            Microsoft is in a tough position with regards to this. A large portion of the annoyance with Vista was 1) compatibility, which stemmed from bad time frames and poor vendor interaction, admitted, but also from enforcing proper security and structure that they hadn't done, that broke poorly written code. 2) from UAC going off very frequently due to applications constantly trying to elevate their privileges which is in most cases unnecessary.
          • Re: (Score:3, Insightful)

            by Darkon (206829)

            Which was done with Vista.

            No it doesn't. If you install Vista with all the defaults then you are a member of the Administrators group. You still have to go out of your way if you want to start out with a plain old unprivileged user.

            • by drsmithy (35869) <drsmithy.gmail@com> on Monday February 02 2009, @08:23AM (#26693113)

              No it doesn't. If you install Vista with all the defaults then you are a member of the Administrators group. You still have to go out of your way if you want to start out with a plain old unprivileged user.

              "Administrator" in Vista is not the same as "Administrator" in earlier versions. It is akin to be being an 'admin' in OS X or Ubuntu - it just means you can elevate your privileges if required, not that you can do whatever you please.

              • by mpeskett (1221084) on Monday February 02 2009, @08:55AM (#26693443)

                When has a windows administrator account ever meant that you could do whatever you please?

                I'm sat here right now, running an admin account on XP, and if I try to delete the "Desktop" folder in my own account, I can't. It tells me "Desktop is a Windows system folder and is required for Windows to run properly. It cannot be deleted". Never mind the fact that I've changed the location of that folder by fiddling with the registry to put it on a separate hard drive, the redundant copy on C:\ is still protected against deletion.

                Contrast this against the stories about *nix systems where some fool runs rm -rf as admin and it only stops deleting things when it deletes the delete command itself... that is being allowed to do whatever you want.

                • by mario_grgic (515333) on Monday February 02 2009, @09:24AM (#26693801)

                  Well it's not that simple. On OS X for example you can be an administrator and you still can't delete system files. You need to be root to do that. Also, in OS X you can not create "root account", and login into your session as root. It is simply not allowed and impossible to do. On Linux you can.

                  So for that hypothetical admin user to delete everything he would have to first become root (either by doing sudo, or starting a root shell, being authenticated first) and then executing rm -rf /

                  So, to recap, being an Administrator and just executing rm -rf / will not delete system files.

                  • by drsmithy (35869) <drsmithy.gmail@com> on Monday February 02 2009, @10:54AM (#26694929)

                    Also, in OS X you can not create "root account", and login into your session as root. It is simply not allowed and impossible to do.

                    sudo su -

                    Congratulations, you're logged in as root.

                    sudo passwd

                    Even more congratulations are due, you now have the ability to login from the login window as root.

                    So, to recap, being an Administrator and just executing rm -rf / will not delete system files.

                    Actually, on an OS X system there are (or were, I haven't looked for a while) a lot of system-level files (including a lot of stuff in /Applications, like Installer.app) that are writable by any 'admin' user. So even without elevating, an 'admin' user could do a lot of damage to an OS X machine.

    • by drsmithy (35869) <drsmithy.gmail@com> on Monday February 02 2009, @07:24AM (#26692777)

      Prompting the user when this setting is altered is quite worthless - if I have a script on my computer that can simulate keypresses and mouse clicks *nothing* will hinder it to click on "I've read the warning".

      You mean apart from the inability of your script to interact with the separate Desktop that UAC prompts occur on ?

      • by Jeremy Visser (1205626) <jeremy@visser.gmail@com> on Monday February 02 2009, @08:34AM (#26693209) Homepage

        You mean apart from the inability of your script to interact with the separate Desktop that UAC prompts occur on ?

        Right on the money.

        I use Synergy 2 [sourceforge.net], which lets me control my keyboard and mouse from another computer over the network. It's functionally no different to a keypress simulator like the G.P. mentioned.

        When using Synergy, I cannot use the remote mouse and keyboard to accept UAC prompts. I have to move to the local machine and physically click the button locally for it to work. Same goes for administrative apps -- if an app is running with administrative privileges, Synergy cannot register clicks on the privileged window. Unless I run Synergy itself as an administrator.

      • by denis-The-menace (471988) on Monday February 02 2009, @09:52AM (#26694107)

        Easier said than done.
        Many developers are lazy and create apps that only work if the USER is an administrator. Other times it will only work if the user that installed the app is the USER (Again, need administrator to install it in the first place!).

        BTW: Fixing this is my bread and butter.

  • by jamesmcm (1354379) on Monday February 02 2009, @05:09AM (#26692121)
    The beta worked perfectly!
    Even the malware will be ready for Windows 7!
  • by DavidR1991 (1047748) on Monday February 02 2009, @05:10AM (#26692127) Homepage

    MS have already said that this flaw is "by design" to stop the appearance of too many UAC prompts when users alter their own system settings

    http://www.istartedsomething.com/20090131/microsoft-dismisses-windows-7-uac-security-flaw-insists-by-design/ [istartedsomething.com]

    • Re: (Score:3, Insightful)

      From Microsoft's reply:

      * The only way this could be changed without the userâ(TM)s knowledge is by malicious code already running on the box.

      * In order for malicious code to have gotten on to the box, something else has already been breached (or the user has explicitly consented)

      What exactly is UAC then trying to protect people against? If protecting against malicious code isn't in the requirements, then it seems pretty useless.

      • by mwlewis (794711) on Monday February 02 2009, @06:18AM (#26692447)
        Isn't that exactly what you quoted? If it's possible for malware to do this on your machine, then somehow it's already gotten past UAC, whether by some other hole, or by the user allowing it. What, exactly, do you suppose UAC is supposed to do in that case?
          • Re: (Score:3, Insightful)

            by MrNaz (730548) *

            There is no way to properly prevent further attacks once a box is compromised. That's the nature of being compromised.

    • by cgenman (325138) on Monday February 02 2009, @06:04AM (#26692395) Homepage

      I kind of agree with the less-is-more approach to end user interactions. I get a lot of clients who have learned to cope with the modern click-prompt overload by simply clicking somewhat randomly on everything that comes up in front of them. Frequently, this leads to disabling some vitally important part of their computer in a way that any person who actually read prompts would have easily avoided.

      Sadly, the less computer savvy you are, the more likely you are to be constantly deluged with upgrade prompts from Adobe, install requests for Safari from Apple, and the multitude of prompts when Hewlett Packard's genuinely awful drivers crash. Prompts to continue subscriptions to Symantec, upgrade to the latest acrobat, log in to windows messenger, etc. And, of course, each separate component has its own prompts. "Click here to upgrade. I see you've clicked here to upgrade, would you like me to go to the internet and upgrade? Upgrade will begin when you click the OK button below. Upgrading... Upgrade has completed, click OK below to continue. Thank you for upgrading, please visit unintelligiblylongwebsite.com/pagenobodywilleverclickon.html to give us feedback on this process. Press Dismiss below to return to the installer. Thank you for returning to the installer. If you are satisfied with this interaction, press OK below."

      90% of users have no idea what their computer is doing, or should be doing, under the hood. If they weren't already suffering from click-fatigue, they wouldn't be the right people to decide on technical issues anyway.

      Obviously, it shouldn't be possible to disable UAC without actually getting a UAC prompt. But in general, UAC is an annoying system that most users completely tune out. Instead of hightening user knowledge, it simply drowns out any real issues.

      • by Jurily (900488) <jurily@@@gmail...com> on Monday February 02 2009, @05:53AM (#26692329)

        That's the problem with UAC. Too many prompts and users will just get frustrated and either disable it or blindly hit Ok.

        I disagree. I used Vista exclusively for 5 months, and I only ever got a UAC question when I was trying to change some system settings, and that one time when I didn't, it turned out to be a trojan.

        It's not that hard to anticipate a UAC question, really. Just ask yourself: "Would Linux require root for this?"
        Actually, UAC is much more permissive.

        And the people who get frustrated with it, shouldn't have admin rights in the first place.
        Sure, the initial setup and configuration is packed with these, but it's worth it.

        • Re: (Score:3, Interesting)

          by Nursie (632944)

          UAC is horrible.

          Please, it's not just sudo, it's heap of other crap too. It's "I stopped these things from being launched at startup and there's no way to override this behaviour".

          It's "I'm silently going to re-route any writes to the C:\Program Files\X directory to a virtual subdirectory under the user account, so that users can see different versions of files when looking in the same place".

          It's a lot of annoying, unnecessary and unchangeable crap. That's why I switched it off anyway.

          YMMV, you may not wan

          • Re: (Score:3, Informative)

            by nstlgc (945418)

            Please, it's not just sudo, it's heap of other crap too. It's "I stopped these things from being launched at startup and there's no way to override this behaviour".

            Your application is trying to be launched at startup in an fishy way. For some reason, my apps are not. HMM.

            It's "I'm silently going to re-route any writes to the C:\Program Files\X directory to a virtual subdirectory under the user account, so that users can see different versions of files when looking in the same place".

            There's no good reason for writing there, and doing so is exactly what messed up "running as an administrator" in XP and below. Ask the author of your application to make it less retarded.

            It's a lot of annoying, unnecessary and unchangeable crap. That's why I switched it off anyway.

            Is it? I've seen many, many ways to reduce or even eliminate the warnings, even without turning of UAC. It's almost like you're being proud of being an idiot.

            YMMV, you may not want an ext2 driver (not MS signed/approved!) launched at system startup, and you may not ever want to edit any configuration files stored in program files (or never launch processes as another user) but I consider those pretty important.

            Yes, I'd prefer that they would install like normal driver

            • by Nursie (632944) on Monday February 02 2009, @06:34AM (#26692525) Homepage

              "Your application is trying to be launched at startup in an fishy way. For some reason, my apps are not. HMM."

              No, my application is not signed or recognised by MS, who believe they should have the final say over these things. A nice little box pops up saying "your system administrator has set policies to stop these things running at startup" and allowing you to click on them to start them up.

              *I* am the system administrator and there was no way I could find to stop this behaviour, despite looking in all the UAC dialogs.

              "There's no good reason for writing there,"

              Says who? Why is it wrong to keep configuration files, which are changed very infrequently, in with the program? And if you feel that strongly, why not actually stop me writing there instead of mapping it somewhere else without telling me? At the moment, if I alter a file for (say) a service, I get no warning and no indication of anything other than a successful write to the file, but whichever account the service runs as sees something different. Unacceptable behaviour.

              "doing so is exactly what messed up "running as an administrator" in XP"

              No, what messed up "running as administrator" was "running as administrator". I don't need to write to program files to fuck up your system, if anything you run has admin privileges.

              "Is it? I've seen many, many ways to reduce or even eliminate the warnings, even without turning of UAC."

              Where did I complain about warnings?
              I don't give a crap about warnings.

              "It's almost like you're being proud of being an idiot."

              And it's almost like you can't read.

              "if you're still on 32bit Windows, this is not even a problem."

              This is all on Vista 32 bit.

              But it kinda confirms my thought that you were running vague software written by Linux people for Windows.

              And what *exactly* do you mean by that? WTF is wrong with software not written by a company big enough to pay MS to get things signed? Shouldn't I, as an educated power user, be able to decide to run what I want?

              Why shouldn't I have the flexibility to run windows with the UAC security turned on (so I get warned about unautorised system changges), but be able to add startup exceptions of my choosing?

              It's a clusterfuck, it's a bad hack which fails to leave any room for flexibility, whilst at the same time implementing dodgy compromises in the name of backward compatibility.

              • Re: (Score:3, Insightful)

                by macs4all (973270)

                "There's no good reason for writing there,"

                Says who? Why is it wrong to keep configuration files, which are changed very infrequently, in with the program? And if you feel that strongly, why not actually stop me writing there instead of mapping it somewhere else without telling me? At the moment, if I alter a file for (say) a service, I get no warning and no indication of anything other than a successful write to the file, but whichever account the service runs as sees something different. Unacceptable behaviour.

                Um, isn't that exactly what happens in OS X with Preferences?

                In OS X (and *NIX???), USER preferences are stored in the USER's "Home" directory. That way, permissions to write the "Applications" directory can be more tightly controlled, AND the USER can be granted permission to write in a relatively safe place (safe "system-wise", that is).

                Far be it for me to laud anything MacroSuck does; but, to me, this "symlink" just appears to be MS's attempt to provide a modicum of security for system and applic

                  • by Foolhardy (664051) <csmith32@@@gmail...com> on Monday February 02 2009, @09:20AM (#26693737)

                    The preference files in the Windows user directories are hidden in arcane locations.

                    It took me 5 seconds to google some docs for user profile paths: User Data and Settings Management [microsoft.com]

                    Makes sense that the Outlook data would be in C:\Documents and Settings\\Program Data\Microsoft\Outlook but it's not.

                    Instead, the roaming stuff goes into:
                    C:\Documents and Settings\USERNAME\Application Data\Microsoft\Outlook
                    And the non-roaming stuff goes into
                    C:\Documents and Settings\USERNAME\Local Settings\Application Data\Microsoft\Outlook
                    Doesn't seem so awful.

                    The only way to ehfin find it is to back the stuff up! What if the computer crashed and I can't RUN outlook???? I'm hosed (this actually happened)

                    Copy the user profile over?

      • Re: (Score:3, Insightful)

        by Anonymous Coward
        they should really make the user account non admin by default, and fuck up all programs written by twelve years old kids each assuming to be the god of the machine. I did tried to use a non admin account, but almost no game worked correctly, even most of the non Microsoft applications tried to write garbage everywhere in the system; no really, the log file in the program folder or windows directory, the savegame in a profile stored beneath the installation directory....
  • by pm_rat_poison (1295589) on Monday February 02 2009, @05:18AM (#26692161)
    So, basically, what they did was build a big sturdy door (UAC) and put the treasure (system settings) behind it. Normally you need magic keys (certificates) to enter the door. Then, they built a button that unlocks the door from the outside. Wow!
  • by 51M02 (165179) on Monday February 02 2009, @05:37AM (#26692245) Homepage

    correctly.

    I mean, Linux and MacOSX (and others) have sudo for years, the original code dating back to 1980 according to Wikipedia.

    The concept is not new : type your password to gain access to some privileges. That way bots and virus can't do everything while you can still administrative tasks easily.

    My question is how hard is it to copy some 25 years old functionality (marketing it as brand new) and still don't get it right.

  • by rarel (697734) on Monday February 02 2009, @05:40AM (#26692257) Homepage
    From TFA: Microsoft could remedy the problem by prompting the user when the UAC setting is altered.

    ==============

    "It look like you're trying to alter the UAC settings, Cancel or Allow?"
    *click*
    "It looks like you've confirmed the change in UAC settings, Cancel or Allow?"
    *click*
    "The UAC settings have been altered, Cancel or Allow?"
    *click**click**click**click**click*-----INPUT DEVICE FAILURE

  • by jimicus (737525) on Monday February 02 2009, @05:40AM (#26692261) Homepage

    With Vista, there's no (official, at least) way to disable UAC except by a user actively going to Control Panel and disabling it.

    This breaks a lot of things - particularly a lot of stuff concerning scripted/automated installers.

    The obvious solution to this is to provide a way for a script to disable and enable UAC. But as soon as you do that, a lot of the protection offered by UAC disappears.

  • Pointless. (Score:3, Interesting)

    by janopdm (1292860) on Monday February 02 2009, @05:45AM (#26692291)
    Tell me about security holes after Microsoft fix the following UAC issues:
    1. Any process can perform a read on the whole system disregarding integrity levels.
    2. Any installer runs with full access to the system, allowing even kernel modifications.
    3. Any process can send a window message to any other process disregarding integrity levels.
    4. UAC uses heuristics to find out which privileges are required by each program.
  • UAC (Score:5, Funny)

    by essence (812715) on Monday February 02 2009, @05:54AM (#26692337) Homepage Journal

    all this talk of UAC makes me feel like playing some doom again.

  • Security in UAC (Score:5, Insightful)

    by SeaFox (739806) on Monday February 02 2009, @05:54AM (#26692343)

    The biggest security hole in Windows 7's UAC is the user.

  • by amirulbahr (1216502) on Monday February 02 2009, @06:01AM (#26692375)
    but is certainly no security expert [istartedsomething.com].
  • Watchmen (Score:3, Funny)

    by Thanshin (1188877) on Monday February 02 2009, @06:01AM (#26692377)

    But... Who controls the user acces to the user access control?

  • by timmarhy (659436) on Monday February 02 2009, @06:10AM (#26692411)
    people if that's not a big big warning sign i don't know what is. you know what this guy has discovered? if you login as administrator, attackers can do the same things you can.

    This is no different to me browsing the web as root in linux and running any shit that pops up

  • Anonymous submitters (Score:5, Interesting)

    by macraig (621737) <mark...a...craig@@@gmail...com> on Monday February 02 2009, @06:10AM (#26692419) Homepage

    I wonder if Slashdot should allow anonymous article submissions? Isn't it useful information to know if the submitter is also the subject of the article or its reference source? Shouldn't we be allowed to know that, so we can better judge the credibility of the article and its source(s)? Transparency is ALWAYS good.

    What if the anonymous reader who submitted this was Roland P.? Wouldn't we wanna know that?

  • Hmmm (Score:3, Insightful)

    by Mr_Silver (213637) on Monday February 02 2009, @06:29AM (#26692501)

    Seems like an odd bit of "by design".

    Unless i'm mistaken, I (as a user) could download an application and run it on the mistaken assumption that my UAC settings would alert me if anything suspicious is going to happen.

    The application could then drop my security level to the lowest possible (without me knowing) and then start silently installing a bunch of other stuff with no UAC prompts. If it was particulary careful, it could then reset the UAC level back to the what it was before it started.

    I'm now completely compromised without the slightest indication that anything suspicious happened.

  • by Peaker (72084) <gnupeaker@@@yahoo...com> on Monday February 02 2009, @07:42AM (#26692883) Homepage

    If you look at the computer as a whole, it is incredibly stupid that after the user selects some option, the computer will pop up a dialog asking the user if he is indeed the one who selected this option.

    I realize the series of historic accidents that led to this absurd situation - but couldn't they figure out a better way that does not make the computer behave so incredibly stupidly?

  • UAC isn't "security" (Score:5, Interesting)

    by argent (18001) <peterNO@SPAMslashdot.2006.taronga.com> on Monday February 02 2009, @08:49AM (#26693373) Homepage Journal

    UAC is a hack to deal with the problem that the Win32 API is full of inherent security holes that would require changing lots third-party software to fix. So they put a prompt up if a program is about to use one of the features that contain or implement part of one of these security holes.

    The only real way to fix it is to implement a designed-for-security API and designate Win32 and everything based on it "legacy", only run in a sandbox.

    Which is what Windows 7 was rumored to be, a couple years ago.