Slashdot Log In
Gaining System-Level Access To Vista
Posted by
kdawson
on Monday May 26, @12:51AM
from the seems-too-simple-somehow dept.
from the seems-too-simple-somehow dept.
An anonymous reader writes "This video shows a method by which a user can use a Linux distro called BackTrack to gain system access to Windows Vista without logging into Windows or knowing the username or password for any accounts. To accomplish this, the user renames cmd.exe to Utilman.exe — this is the program that brings up the Accessibility options for users without sight or with limited vision. The attack takes advantage of the fact that the Utility Manager can be invoked before the user logs into the system. The user gains System access, which is a level higher than Administrator. The person who discovered this security hole claims that XP, 2000, 2003 and NT are not vulnerable to it; only Windows Vista is."
Related Stories
Firehose:Another Security Problem for Vista by Anonymous Coward
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Cancel.... (Score:5, Funny)
Cancel or Allow...
Reply to This
physical access == game over (Score:5, Insightful)
Reply to This
Re:physical access == game over (Score:5, Insightful)
Reply to This
Parent
Re:physical access == game over (Score:5, Informative)
Physical access does always mean game over, bruting(most people keep thier FDE passwords around 4 characters) and the possibility of plain text attacks exist on certain blocks.
The interesting thing is that the utility for helping impaired people is run as SYSTEM when it really doesn't have to be. I had wondered this and thought about doing the same hack before ever even seeing this video, however didn't ever bother to do it, the possibility of messing something up and having to revert it after just seemed too annoying to me.
Reply to This
Parent
Re:physical access == game over (Score:5, Insightful)
My hunch would be that the utility has to insert some system level hooks into Windows in order to read text from every widget (window, control, or whatever you call them) in the system. This is why it needs elevated privileges.
But the whole article is stupid. I "hacked" into my coworker's Win2000 installation almost decade ago. He was on holiday and we needed something from his PC. I downloaded nice little program from the internet, copied it to disk, booted it and changed admin password. Then we just log on to his system using the new password. Wow! Maybe I should post an article to Slashdot about this!
Reply to This
Parent
Re:physical access == game over (Score:5, Interesting)
No kidding. I once "hacked" into a Linux machine that had an unknown root password by booting off a live CD, sudo bashing to become root, and then it's just mount, chroot and passwd to reset the root password. (I could have also manually edited /etc/shadow but this was easier.)
Linux is horribly insecure! I was able to reset the root password with just a live CD and complete access to the machine!
Now of course if the hard drive had been encrypted, this "attack" wouldn't have worked. (Although in this case at least, a different attack would have worked: reinstalling the OS. Resetting the root password was faster. The data on the machine wasn't important. We just needed a working Linux installation with a known root password.)
Reply to This
Parent
Re:What idiots modded this up? (Score:5, Informative)
Reply to This
Parent
Re:physical access == game over (Score:5, Informative)
Reply to This
Parent
Re:physical access == game over (Score:5, Informative)
The article wouldn't have been newsworthy if it had merely said "Vista just as vulnerable, nothing new." Especially since the old tricks are often the first things tried with the new OS.
Reply to This
Parent
Re:physical access == game over (Score:5, Interesting)
And what do you suppose is going to stop the attacker from overwriting whatever program performs this validation, absent full-disk encryption coupled with a hardware security module? (And even then, what if they take a soldering iron to the TPM?)
Face it, if an attacker already has physical access to a system -- to the extent that he can run his own Linux OS on it and mess with the contents of its disks -- then that computer is already, entirely owned. This is true for Linux, it's true for OS X, it's true for BSD, and it's true for Windows. That's just the way computers work.
The only iceberg here is the massive crashing reality that a physically unsecured computer system is, well, insecure. Surprise.
Reply to This
Parent
Is this how it was planned? (Score:5, Funny)
Reply to This
Re:Is this how it was planned? (Score:5, Insightful)
Not really, the kernel is just a file or two. If you insist, then rename init to something else (e.g. a shell) and you'll get a similar effect on Linux. Or modify the inittab to run a logged-in root shell on one of the vty's. If you really think this is some special OMG VISTA IS SO INSECURE COMPARED TO EVERYTHING ELSE flaw, then you don't understand the "problem" at all.
However I have to wonder: once you have access to the filesystem, why exactly would you bother booting into Vista and getting yourself a privileged cmd.exe? Why not just access whatever data you want from the other OS? Or does "unencrypted hard drives can be read and modified using other computers" not make a good enough headline?
This whole thing is so completely and utterly pointless it's probably created a black hole.
Reply to This
Parent
Physical Security (Score:5, Insightful)
This demonstrates that it's almost impossible to secure a machine when an attacker has unrestricted physical access. Any OS is vulnerable somehow. There are a few things that can be done (like encrypting the entire system partition), but mostly solutions are limited to restricting who has physical access.
Reply to This
PANIC (Score:5, Insightful)
Reply to This
Re:PANIC (Score:5, Funny)
Reply to This
Parent
If you can write the raw disk... (Score:5, Insightful)
Really. If you have enough access to the machine to boot your own OS and rewrite the disk, of course you can take over the machine.
Now if someone manages to do this from the outside, that's news.
Reply to This
Oh... (Score:5, Informative)
Reply to This
DUH..... this works in 2000 and xp as well (Score:5, Informative)
Reply to This
This is news? (Score:5, Informative)
Linux distro named BackTrack? Who is this kdawson and how is he such a fucking idiot? All the "elite haxors" in the video are doing are mounting the Windows filesystem in offline mode and doing two simple file operations. Again, how is this news and why is slashdot consistently posting more crap these days? Slashdot: morons for editors, shit that doesn't matter (anymore).
Reply to This
Mastercard Ad (Score:5, Funny)
Reply to This
Disk access? (Score:5, Insightful)
Reply to This
This isn't a real security hole. (Score:5, Insightful)
Definition of a security hole : A security hole allows you to gain system access when you don't have system access in the first place.
Reply to This
This could be useful (Score:5, Insightful)
Reply to This
Re:WTF? (Score:5, Insightful)
Wow, if I boot a *nix machine with a rescue disk (assuming /sbin isn't encrypted) I can replace all sorts of apps that run as root with my own!
danger will robinson.
Seriously, as many problems as I have with Microsoft's past security practices, this does not look like anything.
Reply to This
Parent
Re:WTF? (Score:5, Insightful)
> something as root before login is still incredibly
> stupid.
Every Unix/Linux system runs "something as root" before login. You should look at "top" some time and see what pid number 1 is and who ran it.
Reply to This
Parent