Slashdot Mirror


Crack Windows XP With... Windows 2000

An anonymous reader writes "According to this story seen on Brian's Buzz on Windows, access to a Windows 2000 CD is all that is needed to bypass all (well, most) Windows XP security features. An attacker can boot up XP and start the Windows 2000 Recovery Console which allows them to operate as any user, even Administrator, without requiring them to enter a password. This method even allows someone to copy files to removable media, something which normally the Administrator can't even do in the Recovery Console."

401 comments

  1. So what? by nweaver · · Score: 5, Insightful

    It is generally assumed that if you have console access to the machine, you can breach the security and acquire root. Many systems allow you to do this, deliberately.

    You can make a nice Linux boot-floopy or boot-cd to do the same thing.

    --
    Test your net with Netalyzr
    1. Re:So what? by sporty · · Score: 0

      But isn't win2k supposed to be a secure un-networked machine determined by the gov't? And like, completely secure as well?

      --

      -
      ping -f 255.255.255.255 # if only

    2. Re:So what? by Anonymous Coward · · Score: 0

      But under Linux, you can implement several strategies to disallow such an action.

      But, I asume, you already know that ...

    3. Re:So what? by xswl0931 · · Score: 1

      No machine, network or not, that allows access to something other than the keyboard is secure.

    4. Re:So what? by NetJunkie · · Score: 1

      I assume you mean the C2 cert. This assumes physical security. It's hard for an OS to know it's behind a locked door.

    5. Re:So what? by Anonymous Coward · · Score: 2, Insightful
      Anyone knows this man, if the enemy touches your computer, it's not your computer anymore.

      I don't want to sound like a flamer, but WTF is this doing on /. timothy?

      This whole article is a flamebait.

      In other news, if you leave your top of the line mercedes with the most sophisticated anti-burglary system in the world, with keys in the ingnition in the middle of the bronx, it WILL get stolen.

    6. Re:So what? by Anonymous Coward · · Score: 0

      Name one, then I will tell you how to get around it.

    7. Re:So what? by yamla · · Score: 1

      Encrypt all your Linux filesystems.

      --

      Oceania has always been at war with Eastasia.
    8. Re:So what? by lonoak · · Score: 4, Interesting

      In Linux (also in win) you have many different ways to protect your partitions:

      http://koeln.ccc.de/archiv/drt/crypto/linux-disk.h tml

      I think that the difference is important; in Linux everybody know the way to mount partitions and retrieve/change the info inside them. In windows it's suppossed you can't do that.

    9. Re:So what? by Anonymous Coward · · Score: 0

      Disallow root (PAM) to logon through init 1 console. No floppy drive in that machine.

    10. Re:So what? by blibbleblobble · · Score: 2, Interesting

      Which leads to a question I've wondered about for a long time:

      Why is the /home/ filesystem not by default encrypted with the users' passwords?

      Admittedly this could be rather a processor-strain on servers with thousands of users, but for machines where you don't want people to be able to login to your account with a bootdisk, isn't this rather an oversight?

    11. Re:So what? by BlueUnderwear · · Score: 1
      Disallow root (PAM) to logon through init 1 console. No floppy drive in that machine.

      Not enough. You can still type linux init=/bin/sh at the boot prompt (or an equivalent command line if you use grub).

      To properly protect your machine:

      1. Set a Lilo password
      2. And also set a BIOS password (or else sb just brings a boot floppy)
      3. And also padlock the case (or else sb just pops out the CMOS battery to remove the BIOS password).
      --
      Say no to software patents.
    12. Re:So what? by NineNine · · Score: 4, Insightful

      Yes, which is why this flaw supposedly exists in XP. It does not exist in W2K.

    13. Re:So what? by dattaway · · Score: 3, Interesting

      Why is the /home/ filesystem not by default encrypted with the users' passwords?

      This wouldn't be a bad idea if we made use of the chattr option to set the encropytion bit for files or directories. This could be set as default for the user's home directory and could be toggled off for non sensitive material.

      I see a HOWTO brewing...

    14. Re:So what? by Forgotten · · Score: 4, Insightful

      At best you can slow someone down. You have to have the key somewhere in order to mount the filesystem. If I have access to the media, I can find it. If it's in flash ROM somewhere, I can still find it. If it's in the CPU itself, TCPA-style, with physical access I can still eventually find it. Unless the system's only access to its own key is some sort of quantum-encrypted optical fibre, I can eventually reproduce the same access required to actually use the data. And there's an important point here which pervades all of information security - the system cannot discern the difference between legitimate and illegimate uses, because the illegitimate user can imitate the legitimate one to any degree required (further because the difference between them is social, not technical). This is true of a buffer overflow as of breaking in to a hosting facility and removing a hard drive.

      Physical access means complete access, particularly where the attacker has the ability to interrupt the system's operation (as here, where a reboot is implied). This is why information security necessarily comprises physical security (and lets not even get into social engineering attacks while the system is already running.

      Encrypted filesystems are useful for archival storage and transport of data, though. The problem starts, as always, when you want to take them out of the vault in the concrete block at the bottom of the lake and actually use them. ;)

    15. Re:So what? by Saint+Stephen · · Score: 1

      Windows has encrypting filesystem built in, which if you store your private keys on something like a smartcard will be secure if attacker has physical access to the drive.

      If you have secure data or source code on your drive, you should set that bit. It's under File Attributes (Advanced), like Compressed.

    16. Re:So what? by sporty · · Score: 1

      Hrm.. I wonder if someone has tried to get the reverse to work yet.

      btw, get on efnet sometime, slashdot channel.

      --

      -
      ping -f 255.255.255.255 # if only

    17. Re:So what? by Dunkalis · · Score: 2, Insightful

      Debian will let you use init=/bin/sh, but IIRC, it still asks for the root password. This is negated with something like Knoppix or another boot disc, since you still have the chroot utility.

      No system can be 100% secure if someone can gain physical access to any machine. Your tips are good, but I have another one: only allow root logons from a single terminal. Lock this in a room in which only the sysadmin has access. Even better, remove the floppy and CD-ROM drive from this machine. About as secure as physically possible.

      --
      Slashdot is a waste of time. I enjoy wasting time.
    18. Re:So what? by Anonymous Coward · · Score: 0

      It would be a hell to change password, if your data is encrypted with your old. However, it's quite easy to use cfs to make a directory for important information, and save everything you don't want others to read there. My experience is by the way that encrypted filesystems do take quite much resources.

    19. Re:So what? by yamla · · Score: 1

      Even quantum encryption is susceptable to man-in-the-middle attacks. The difference, of course, is that the man-in-the-middle attacks the public channel in quantum encryption and there's no requirement for a secret channel, unlike symmetric encryption. Public-key encryption relies on a public channel and relies on it being too difficult to factor large numbers.

      --

      Oceania has always been at war with Eastasia.
    20. Re:So what? by Door-opening+Fascist · · Score: 0

      Why bother? Nothing, not even encryption, beats physical security. Put a nice strong lock (keyed, number pad, biometric, whatever) on the server room door, give out access on a need-to-have basis, and you've bought more security than encryption can get you, without any of the performance hits.

    21. Re:So what? by afidel · · Score: 4, Insightful

      No it is NOT assumed that partitions can not be mounted, in fact it has been possible to use NTFS for DOS drivers from sysinternals to mount partitions since NT4. That is why if you want security you turn on EFS and encrypt any important directories.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    22. Re:So what? by ninjadoug · · Score: 1

      top of the line mercs don't have ignition keys.

    23. Re:So what? by shamilton · · Score: 5, Insightful

      This is nothing more than a red herring. If somebody has physical access to your box, then your security has been breached. Passwords aren't going to protect you from having your hard drive removed. An encrypted filesystem, however, will.

      sh

      --
      "[A] high IQ is like a Jeep; you will still get stuck, just farther from help!" --Just d' FAQs, c.g.a
    24. Re:So what? by cmacb · · Score: 1
      "The problem starts, as always, when you want to take them out of the vault in the concrete block at the bottom of the lake and actually use them."

      You're supposed to use a vault?
      ut-oh

    25. Re:So what? by Anonymous Coward · · Score: 0

      1. Set a Lilo password

      2. And also set a BIOS password (or else sb just brings a boot floppy)

      3. And also padlock the case (or else sb just pops out the CMOS battery to remove the BIOS password).

      I've assumed those as a basic security precautions

    26. Re:So what? by Kinthelt · · Score: 3, Insightful

      Because then you'd have to keep the user's password in memory. Somebody bad could then look at the memory location and determine the user's password.

      --

      "Evil will always triumph over good, because good is dumb." - Dark Helmet (Spaceballs)

    27. Re:So what? by Anonymous Coward · · Score: 0

      what if you have the memory manager protected on a user by user basis, like most operating systems in this century do?

    28. Re:So what? by slaker · · Score: 3, Informative

      Tried it this afternoon on one of my 2000 Servers and an XP Pro disc. I was greeted by a password prompt.

      The default local security policy on every XP box I have access to seems to require authentication, but at the same time, more than half of the XP boxes I have access to also have an admin-level account that does NOT have a password on it, at all.

      --
      -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
    29. Re:So what? by WhoDaresWins · · Score: 2, Insightful

      Linux (also in win) you have many different ways to protect your partitions:

      None of those ways are very easy to do for a normal user. But 2K/XP make that trivial to do using Properties->Advanced->Encrypt contents ... That uses public key cryptography and as long as you protect and save your key no one can easily steal your data.

      I think that the difference is important; in Linux everybody know the way to mount partitions and retrieve/change the info inside them. In windows it's suppossed you can't do that.

      Huh? You think its that hard to achieve something equivalent on Windows? It is trivial to get around the same thing in 2K also. Here is one simple way - just install another parallel install of 2K and boot into that as Admin, then you have access to all un-encrypted files on the other install (So how come none of the supposed /. alpha geeks could not figure that simple thing out?). So the CD protection is nothing at all. Most likely MS realised how futile all this was and made the XP CD simpler to do troubleshooting.

    30. Re:So what? by GMontag451 · · Score: 1

      Thats what buffer overflows in superuser level programs are for.

    31. Re:So what? by WhoDaresWins · · Score: 1

      Hrm.. I wonder if someone has tried to get the reverse to work yet.
      See my reply to your post's parent.

    32. Re:So what? by Anonymous Coward · · Score: 0

      You'd need to store the users encryption key for the disk, but not the password.

    33. Re:So what? by defile · · Score: 1

      Niether does my bottom of the line merc (c230k)

    34. Re:So what? by stripmarkup · · Score: 1

      If that was the case, you could not make any files readable or writable by other users. You could not have apache read the files in your public_html directory, for example. There are other disadvantages.

      --
      See charts for twitter trends on Trendistic
    35. Re:So what? by whereiswaldo · · Score: 1

      Nothing, not even encryption, beats physical security.

      It's safe to say most people's home computers are easy to physically access, wouldn't you say?

    36. Re:So what? by Anonymous Coward · · Score: 0

      Hum, how would you handle periodic PW changes? Every 6 month re-encrypt the users entire fs? Save every PW the user has used to create resident files?

    37. Re:So what? by tiny69 · · Score: 1
      This is nothing more than a red herring. If somebody has physical access to your box, then your security has been breached. Passwords aren't going to protect you from having your hard drive removed. An encrypted filesystem, however, will.
      BAWAHAHAHAHHAHA

      y00 k33p 7h1Nk1N6 7hA7, 3y3 0wN j00...
      --
      Go not unto/. for advice, for you will be told both yea and nay (but have nothing to do with the question)
    38. Re:So what? by Anonymous Coward · · Score: 0

      really??? what do they use?

    39. Re:So what? by segfault_0 · · Score: 1

      Whats the difference between a windows 2000 cd and a well crafted linux boot/rescue disk with the ntfs driver installed.

      You can do the same with linux from windows if you have a ext filesystem driver or browser application. None of the major player operating systems are without this flaw.

      --

      I was crazy back when being crazy really meant something. (Charles Manson)
    40. Re:So what? by timeOday · · Score: 1

      If they can become superuser and your files aren't encrypted, your password is of little use to them.

    41. Re:So what? by FyRE666 · · Score: 1

      Admittedly this could be rather a processor-strain...

      Yes, I'm thinking that since my home dir has over 30GB of data for a single user, it could take a little time to decrypt all that...

      Maybe the filesystem could have an extra bit which, if set, would cause the file to be saved encrypted, and would only decrypt against the owner's password. So the owner would have transparent access (aside from a slight pause on large files as they decrypt/encrypt) while anyone else -even root - would have no access. Hey, you'd no longer even need directory access restrictions ;-)

    42. Re:So what? by shepd · · Score: 2, Insightful

      What if the key is stored on a smartcard, copies of which are only given to authorized users?

      How does one steal the info from the HDD then? :-)

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    43. Re:So what? by VValdo · · Score: 1


      by whereiswaldo (459052)

      Right here ;)
      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    44. Re:So what? by Tony-A · · Score: 2, Insightful

      Ever have someone lose a password?

    45. Re:So what? by CharlesEGrant · · Score: 2, Informative

      While this exact bug may not apply to Windows 2000, there is a whole family of nearly identical attack schemes that apply to Windows 2000 (and LINUX and SOLARIS, and OS/2, and AS/400, and ...). For example were you aware that there are NTFS device drivers for MSDOS? Just pop a MSDOS boot floppy with this driver into your Windows 2000 box, and et voila, complete access to all the files on the hard disk.

      As so many have pointed out on this thread, you need to physically secure your machines, and if you have files that absolutely, positively must be kept confidenteial, you need to encrypt them.

    46. Re:So what? by user32.ExitWindowsEx · · Score: 1

      'linux single'.....hmmm...yeah, but only on Feb. 14th. :p

      --
      "Evil will always triumph because good is dumb." -- Dark Helmet
    47. Re:So what? by NFNNMIDATA · · Score: 1
      An encrypted filesystem, however, will.

      EFS is circumvented by this glitch, though...
    48. Re:So what? by mentin · · Score: 1
      This is not a bug at all. This is a desing decision, which is very sound from my point of view. Default system installation without using encripted file system is not protected against physical access. Same with [mostly] any other OS.

      If you are paranoid, use encripted file system. SysKey is also your friend, althought it is not a full solution.

      Palladium may also help when implemented, if you would like to use it.

      --
      MSDOS: 20+ years without remote hole in the default install
    49. Re:So what? by CharlesEGrant · · Score: 1

      Oh, I quite agree, it is a design decision and a sensible one. I've certainly been called on to rescue a number of systems where the root or admin password had been forgotten. However that doesn't stop it from being a "bug" in the broader sense of exhibiting undesired/unexpected behavior to the user. I think the underlying trouble is that user's requirements are contradictory.

      Users want their system to be secure, but they also want recovery after a disk crash or loss of an encryption key to be easy. This may turn a straighforward encryption problem into a complex key mangement system, difficult to administer, and possibly full of security holes.

    50. Re:So what? by shamilton · · Score: 1

      Is it? That sucks. I'd have thought the password would be part of the key.

      --
      "[A] high IQ is like a Jeep; you will still get stuck, just farther from help!" --Just d' FAQs, c.g.a
    51. Re:So what? by NFNNMIDATA · · Score: 1

      well, the administrator seems to have access to encrypted data by default on my machine. not sure how to disable that access or if it is possible...

    52. Re:So what? by CaptainAx · · Score: 1

      The encrypted filesystem isn't safe either unless you keep the secret key file with you. Your pass phrase won't be any match to a government cracking box.

    53. Re:So what? by PurpleFloyd · · Score: 1
      You treat this as if it were hard. A smartcard or USB/CompactFlash/SmartMedia device could hold a ludicrously large key. Even a tiny 4K-16K smartcard could hold keys practically unbreakable with any technology short of quantum computing.

      While I haven't done anything like this personally, I would imagine it would be fairly simple to set up a Linux box with the bare essentials to boot itself and access the EFS key, then run everything off the EFS itself.

      --

      That's it. I'm no longer part of Team Sanity.
    54. Re:So what? by shamilton · · Score: 1

      Err... more likely, the administrator can access the user's key.

      --
      "[A] high IQ is like a Jeep; you will still get stuck, just farther from help!" --Just d' FAQs, c.g.a
    55. Re:So what? by another_mr_lizard · · Score: 1

      By default the Administrator account has the Encrypted Data Recovery Agent attribute - it can be used to recover the data but not the keys....

      --
      "My parents were strict, but they never pitted me against livestock" - Doug Stanhope
    56. Re:So what? by Jugalator · · Score: 1

      And fortunately, both 2000 and XP has built-in support for such encryption. You can of course also use a BIOS password which might help. But regardless the security measures you take, I'd consider someone have physical access to your box having a great deal of access indeed.

      --
      Beware: In C++, your friends can see your privates!
    57. Re:So what? by tamyrlin · · Score: 1

      You could use some sort of one way hash function to get around the need to keep unencrypted passwords in memory.

      But what would you do when the user wants to change the password?

    58. Re:So what? by balloonhead · · Score: 1
      Lock your server in a bank vault, unplug th network connection. Get round that.

      --
      This idea was invented by Shampoo.
    59. Re:So what? by Caktus · · Score: 2, Insightful

      Don't use the password as encrypting key, just have the encrypting key in a file encrypted using your password.

    60. Re:So what? by ninjadoug · · Score: 1

      the system below, cut and pasted from a website. you could do the same for pc's but it's a bit overkill 'ELCODE The anti-theft protection of Mercedes-Benz cars has been perfected with the development of ELCODE (Electronic Code System), the intelligent access and drive authorisation system. At the center of this system is an electronic key with multiple functions and an ignition start switch which replaces the conventional ignition lock. ELCODE's intelligent access authorisation system uses the innovative electronic key as its main component. The key contains two transmitters, one for transferring invisible infrared data and the other for emitting radio waves. With this dual signal transmission feature, Mercedes-Benz engineers have ensured that the system has both optimal reliability and a larger transmitter range. The car owner transmits the radio or infrared signal by pressing one of the transmission buttons in the key, unlocking or locking the central locking by remote. This system also enables various other functions to be remote controlled by the key that could not be done with a conventional type of key. Some of these features include remote boot opening, remote opening of the car windows, and sunroof if equipped. To start the engine, the wedge shaped 'tongue' of the innovative key simply has to be inserted into the ignition start switch and briefly turned to the right once. Electronic systems control the start process autonomously until the engine starts running. However, before then, a split-second check is performed inside the ignition start switch, as the electronic circuitry automatically checks that the right key has been inserted. When the ignition has been switched on, a further test is performed, this time between the ignition start switch and the engine management system. This check is much more rigorous than the previous data check between the key and the ignition start switch and involves the engine computer asking the ignition start switch to solve a complex arithmetical problem. Both systems will run the problem simultaneously and the ignition start switch must come to the same result as the engine computer. If their solutions match, the starter motor is activated and the engine starts. As soon as the engine is switched off and the key is removed, the vehicle becomes immobilised and will not start again until the key recognition and the ignition start switch / engine computer tests are passed again. With technology this advanced, the vehicles owner can rest assured that their Mercedes-Benz will not be disappearing on them.'

    61. Re:So what? by LarsBT · · Score: 1

      Hell - what about changing your password. Guess you'll have to decrypt/encrypt all your data again....

    62. Re:So what? by div_2n · · Score: 1

      BIOS passwords are reset by removing the CMOS battery (in my experience). I hold out the possibility that some computers retain their settings without a CMOS battery.

    63. Re:So what? by Jens · · Score: 1
      "Linux (also in win) you have many different ways to protect your partitions:
      None of those ways are very easy to do for a normal user. But 2K/XP make that trivial to do ..."

      So you have never installed SuSE 7.x to 8.x anywhere? They ship this and you can enable it upon installation.

    64. Re:So what? by Anonymous Coward · · Score: 0

      That would work. Have the password script rehash the key file. No extra work on the user's part.

    65. Re:So what? by karlm · · Score: 1
      An encrypted filesystem, however, will.

      Some encrypted filesystems will. Note that the windows encrypted filesystem should not be considered one such filesystem. The default syskey setup stores the syskey to the HD. This gives attackers access to the LM hash of the password, which means a work factor of about 2**34 to recover any given password (unless using alt+KP sequences, which 99.99% of users do not), which then allows them to decrypt the private key used by the EFS. Therefore, consider EFS to be 35-bit encryption.

      Even with the syskey on floppy or typed into the terminal at boot time, the syskey is used in a flawed way, so XORing the encrypted LM hash with the encrypted NT hash gives you the same result as XORing them in unencrypted form, so cracking passwords takes some small constant multiple as long as if you had the unencrypted NT hash. User passwords suck. On my systems, I have some gpg-encrypted random pads (base64 encoded for mount -p 0) that are used for loop-AES256 keys. In order to mount the home directory on startup, I need to insert the floppy, cd /mnt/floppy, gpg -d sda2.key | mount -p 0 /dev/sda2, and I'm prompted for my gpg password (which is more than 15 characters long and contains non-base64 charcters). In this way, you can have a reasonable password policy because you know account lockout will be enforced (dealing with the lockout time is still faster than stealing the hard drive and bruit forcing AES256). If an offline attack against user's passwords would compromise data, you cannot count on the account lockout and must use a more strict password policy to get the same estimate of time required to mount an attack.

      --
      Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
    66. Re:So what? by voxel · · Score: 0

      Actually, an encrypted file system won't protect you from having your hard drive removed either.

      Unless you know about some super-magical physical encryption that prevents that :P

      --
      Modesty is one of life's greatest attributes
    67. Re:So what? by Anonymous Coward · · Score: 0

      All of my shells are patched to prompt for a password if they are init. (That's not hard to do..)

      If that's not enough for you, don't let your bootloader let you input kernel arguments.

    68. Re:So what? by superkjell · · Score: 1

      Exactly how would an encrypted filesystem protect you from having your hard drive removed? :)

    69. Re:So what? by BlueUnderwear · · Score: 1
      All of my shells are patched to prompt for a password if they are init. (That's not hard to do..)

      Yes, that's indeed not hard to do (just check whether getpid() is 1). However, it's also not very efficient:

      All an attacker would need to do is use init=/bin/vi instead, and shell-escape from there. Oh, so you patch vi as well... Great, then the attacker will just use one of the bazillion other programs that supports shell escapes, so are you going to patch all applications and utilities that are on your system?

      And even if you patch everything, what's to stop the attacker to conveniently leave a suitable program in /tmp before he reboots the machine?

      --
      Say no to software patents.
    70. Re:So what? by Anonymous Coward · · Score: 0

      EFS secures a system only for domain based accounts.

    71. Re:So what? by fizbin · · Score: 2, Insightful

      It'd probably be better to have a single key file which is encrypted with the user's password, and then all the files are encrypted with that key.

      Then, on password change, just re-encrypt the key file.

      However, there are other more significant technical obstacles with this proposal. I, for example, like my cron jobs to have access to my home directory.

    72. Re:So what? by phorm · · Score: 1

      The problem I see with this is... what happens when somebody forgets his/her password? Resetting it isn't going to give the files back...

    73. Re:So what? by Tsujigiri · · Score: 1

      So you have never installed SuSE 7.x to 8.x anywhere? They ship this and you can enable it upon installation.

      Mandrake also have this. Encryped file system is an option on the install. I think they added it in 8.1 or 8.2.

      --

      "I'll take the red pill. No! Blue! AAAaaaahhhhhhhhh"
      - Monty Python meets the Matrix

    74. Re:So what? by vandy1 · · Score: 1

      Quite a valid point... maybe it might be possible to set up an LDAP store, and store a key encrypted with a key encrypted with the sysadmin passwd... Would that work? (i.e., the sysadmin can recover your key for you)

      Just a thought

      Michael

    75. Re:So what? by Anonymous Coward · · Score: 0

      LM Hashes can be disabled and removed from the system (assuming no legacy NT boxes need to be connected), so EFS can no longer be considered to reduce to 35 bits and returns to its correct 156 bit level (assuming MS Enhanced crypto is installed - norm since SP2)

    76. Re:So what? by karlm · · Score: 1
      156 bits? Umm... DESX is 64+64 bits, but 8 of those are parity bits, so it's really 120 bit encryption. Or did they come up with some new goofy encrption algorithm that doesn't even use an integral number of bytes as its key?

      Anyway, my point is that as implemented by default, the EFS is really only about 35-bit encryption.

      The NT hash is also unsalted, greatly reducing the effort and space requirements for hosting a "master list" of passwords. The US government and certain companies are really stupid if they're not working on such a "master list". MD4 is pretty fast in software on 32-bit CPUs, so a nice big array of MIPS (either 32 or 64 bit versions) or Xscale CPUs would probably be much cheaper than Deep Crack. I think for under $50,000 and two years you could generate a lookup table for 99.9 % of the passwords out there.

      Unencrypted metadata can also be problematic in some instances. With loop-AES you can tell them you overwrote the parition with ranodm data 256 times, and they have know way of knowing if you're lying or you ran a script to destroy the data when they kicked down the door. Also, if I wanted, I could wite a perl script to poll /proc for the status of the "Internet Shopping" button on my keyboard (did this for my desktop picture) that would unmount /dev/hda7 and securely overwrite hda7_key.gpg at the touch of a button. You can't securely overwrite all of your encrypted files that quickly, but destroying my 256-bit AES keyfile is effectively as strong while being literally about a billion times faster.

      You're much better off using PGP-disk, or using a GPG-encrypted keyfile with loop-AES. Besides, both my root password and my GPG password are too long to be typed into the WinXP login screen. (Up to 128 characters, but it starts beeping at you after 14.)

      --
      Copyright Violation:"theft, piracy"::Anti-Trust Violation:"thermonuclear price terrorism"<-Overly dramatic language.
    77. Re:So what? by phorm · · Score: 1

      An encrypted key, which in turn encrypts the files? An intriguing thought. It doesn't need to be the sysadmin password even, just a private password key, which in turn could be used by a utility to rencrypt the files with a new crypt key should the user lose his/her password.

      Could put a lot of overheard in crypting/decrypting though, especially with large files - I'm not entirely sure about it. Makes me wonder about the encryption utils built into new hardware (DRM capable, etc) - it could be put to a non-evil use.

  2. How does this have anything to do with Security? by tsmit · · Score: 4, Insightful

    Anyone in the security industry worth their salt knows that physical security is the FIRST step to securing a box. If someone (hacker) can walk up to a machine a press the power button to force a reboot, you've already got a denial of service (if the machine is processing something important, that is). Anything beyond is just icing on the cake.

    --
    Yes, my girlfriend is a BitchX
  3. Non story by Pharmboy · · Score: 2, Insightful

    This is a non story. If you can sit in front of a linux box you can do the same thing. Just boot into maintenance/init 1 and go crazy.

    --
    Tequila: It's not just for breakfast anymore!
    1. Re:Non story by John+Hasler · · Score: 1

      Not that easy. With Debian, at least, you will be asked for the root password. If the machine is set to boot from HD and a BIOS password is set you will have to open the case.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    2. Re:Non story by Bishop · · Score: 1

      blah. The same can be said of winXP.

      Console access to any computer will grant complete control regardless of the OS.

    3. Re:Non story by Anonymous Coward · · Score: 0

      Console access to any computer will grant complete control regardless of the OS.


      To an extent yes, however as with any attempt at security damage limitation is what is important. All critical machines should have locking system units, should be in a locked rack, in a secured room of a guarded data centre!

      However for less important machines that someone may get physical access too, I would rather have a Linux system set not to boot from anything but the hard drive without a bios password ( perhaps to go as far as not having a floppy drive or CD drive if not required ), had additional boot arguments ( ie run level one ) disabled without a password. That had a locked case and encrypted file systems, than a winXP box that allowed anyone to quickly boot up of a win2k CD and log in as Administrator.


    4. Re:Non story by Pharmboy · · Score: 1

      Not that easy. With Debian, at least, you will be asked for the root password. If the machine is set to boot from HD and a BIOS password is set you will have to open the case.

      As to the BIOS password, yes, you would have to open the box, but (for instance) my Dell 1400sc has a hasp for a padlock, but it could easily be "snipped" and probably wouldn't be noticed immediately. I mean, how often do you inspect the back of your box? Bios passwords are like locks on a screen door ;) They are best at stopping honest people.

      I have never used Debian but assume you could still boot it off a floppy or bootable cd (any *nix) and just mount the hard drive partitions manually? (assuming bios allows an/or bios is compromised)

      Another quick question: If you use Debian, and forget your root password, wtf do you do if you can't bypass it in init 1? I have only forgotten my root password on one test server ONCE. Once is usually enough to break you of that habit.

      --
      Tequila: It's not just for breakfast anymore!
    5. Re:Non story by Anonymous Coward · · Score: 0

      It helps your self-esteem though, so it can't be all bad.

    6. Re:Non story by JohnFluxx · · Score: 1

      > If you use Debian, and forget your root password, wtf do you do if you can't bypass it in init 1? I have only forgotten my root password on one test server ONCE. Once is usually enough to break you of that habit.

      I don't follow - you do exactly like you say, and boot off a floppy and delete the entry in /etc/password. Why's that hard?

    7. Re:Non story by Tony-A · · Score: 1

      And there goes your uptime.

    8. Re:Non story by Pharmboy · · Score: 1

      I don't follow - you do exactly like you say, and boot off a floppy and delete the entry in /etc/password.

      I guess im just confused why debian would have it so you must use a password in init 1, when you CAN just go and delete the password off a floppy. I guess it IS a bit more secure that way, but a very small bit. Like i said, never used debian so that feature was new to me.

      --
      Tequila: It's not just for breakfast anymore!
  4. Silly Microsoft by goldid · · Score: 5, Interesting

    I have to agree with Microsoft that if the bad guys have physical access to your computer you have some serious problems. however, let's note this scenario.

    1. Important computer. Locked down
    2. Bad employee, always has to computer for job.
    3. Employee "works late" one night
    4. Employee brings in Win2K CD
    5. Employee hickjacks data to floppy unlogged
    6. Employee blackmails company or other bad thigns

    I am just amazed that what was secure in 2000 is less secure in XP.

    Good ol', silly Microsoft.

    1. Re:Silly Microsoft by NetJunkie · · Score: 1

      Why wasn't this important system in a locked room?

      You can do this with any system... Even Slashdot's precious Linux.

    2. Re:Silly Microsoft by Anonymous Coward · · Score: 1, Interesting

      Um, name me a single OS you can't do this with? In fact my copy of SuSE came with a "live FS" CD right out of the box that I can use to do this on virtually any Linux machine.

    3. Re:Silly Microsoft by Duds · · Score: 1

      And indeed you can do it to a linux system with a DOS bootdisk with Fdisk one.

      You won't get any files that way admittedly.

      Or if you have time, a DOS boot disk with drive image on and a spare HD.

    4. Re:Silly Microsoft by Anonymous Coward · · Score: 2, Interesting


      One of the first steps to securing a PC is to change the configuration to only boot only to harddisk, thus eliminate this risk.

    5. Re:Silly Microsoft by tshak · · Score: 2, Insightful

      5. Employee hickjacks data to floppy unlogged

      6. Employee finds out that data is all encrypted and is unable to use the data to his/her advantage.

      NTFS encryption is available, and much safer means of encrypting your files are also available. Encryption is your only defense against someone who has physical access to your machine.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    6. Re:Silly Microsoft by Anonymous Coward · · Score: 2, Interesting

      This is all true, but if the machine is important enough, it's likely to be monitored via SNMP (Openview, MOM, etc). Rebooting to a maintenance console is likely to have the machine show up as "unavailable" to the network for the time period that the shenanigans are going on. This will (well, should) be noticed by the IT staff.

      Chip H.

    7. Re:Silly Microsoft by Chester+K · · Score: 1

      I have to agree with Microsoft that if the bad guys have physical access to your computer you have some serious problems. however, let's note this scenario. ... Good ol', silly Microsoft.

      If you're worried about a rogue employee copying sensitive data off and taking it out the door, the number one rule is not to put that data on his machine in the first place. Even if there wasn't a simple way to override the local machine's security, it could always just physically be lugged out the door to be dissected at the thief's leisure.

      You can compromise a local machine like this, but it's not going to help you compromise the secured file server that all that sensitive data should be stored on.

      --

      NO CARRIER
    8. Re:Silly Microsoft by Forgotten · · Score: 1

      It's not unlogged. There was a reboot and a suspicious period of downtime (while B. Employee was monkeying around booted from CD). B. Employee may be able to fabricate a believable explanation for that, but then it just came down to the same thing it always did - if you don't trust that B. Employee is actually G. Employee, why did you give them server room access?

      Honestly, a company/government/whatever is just the people who make it up. If you can't trust them, you have much bigger problems than Windows (which is, um, really saying something).

    9. Re:Silly Microsoft by Anonymous Coward · · Score: 0

      0. Administrator with half of a clue implements a domain policy to encrypt the filesystem on all workstations.

      Without this step EVERY SINGLE OS ON THIS PLANET is breachable with the same exact method. The best thing you can do is lock it and try to hide the key (ala encryption.)

    10. Re:Silly Microsoft by Anonymous Coward · · Score: 0

      That is right, the IT staff have nothing better to do than to notice when a user's pc is unpluged from the network for a few minutes.

    11. Re:Silly Microsoft by Anonymous Coward · · Score: 0

      No.. its (4) Employee walks into server room with 20lb sledgehammer, smashes everything.
      (5) Company no longer has HR/Payroll information, Manufacturing system, Software source, etc. (except hopefully on backups).
      (6) Employee is arrested, is fined $100,000, spends 10 years in jail.

      Without *physical* security, you are hosed anyways, whether or not you can boot off some CD or floppy and get to the data.

  5. Windows has numerous security flaws but... by GreyWolf3000 · · Score: 4, Interesting

    This isn't one of them. If I have access to a box physically, I can destroy all of the content with a sledgehammer. I can also mount any partition for any operating system and start messing around. Ever tried booting into rescue mode in Windows? That works too. Use digital security means for digital access, physical means for physical access. That means a security guard and at the very least lock and key.

    --
    Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
  6. Always remember ... by GreatOgre · · Score: 2, Interesting

    that physical access is the best, and sometime the easiest, way to gain control of a computer.

    For the most part, I think this may have been more of an oversight on the software engineering team not to come up with all of the possibilities that one could try to gain access to the computer. Still, this should not even remotely be a possibility!!

  7. Boot'n'root by sql*kitten · · Score: 1

    An attacker can boot up XP and start the Windows 2000 Recovery Console which allows them to operate as any user, even Administrator, without requiring them to enter a password.

    Is this something you can't do to a Linux box with boot & root disks? Just mount / and you can do anything you want.

    The bottom line is, if you have physical access to the hardware, most OS-level security can be defeated. The only way to secure a machine that isn't under your physical control is by using always-encrypted filesystems. Anyone who writes software that deals with cash or sensitive information has known for decades that you never trust the client device, and you keep the servers in a secure facility, with armed guards if necessary.

    1. Re:Boot'n'root by zmooc · · Score: 1

      (At least with LILO) a boot disk is usually not required; just hold shift, press tab, choose image, enter image-name, append init=/bin/bash. Done. And nothing gets logged so when you're done just shut off the machine and nobody will even know you were there (unless they check when patyitions were last mounted).

      --
      0x or or snor perron?!
    2. Re:Boot'n'root by Anonymous Coward · · Score: 0

      Here's something I find funny about all these posts telling you to physically secure your box... with armed guards.

      Ummm, reality check? How many hackers do you know who can overpower UNARMED guards? Maybe one who's been eating his/her wheaties?

    3. Re:Boot'n'root by sql*kitten · · Score: 1

      Ummm, reality check? How many hackers do you know who can overpower UNARMED guards? Maybe one who's been eating his/her wheaties?

      For a million dollars, a lot of people will do a lot of things. A lot of corporate data is worth a lot more than that. And yes, I've been to facilities like that, and they're more common than you might think.

  8. And... ? by powerlinekid · · Score: 1, Informative

    If you have physical access to a machine you can crack it. This has been demonstrated before. I mean you could pop Knoppix in, mount the windows partition and copy files that way. If you don't want anyone accessing your files make sure you lock the damn machine down (physically and network wise).

    --

    can't sleep slashdot will eat me
  9. Not a big deal! by Longinus · · Score: 4, Informative
    You can do the same thing to Linux with a boot floppy. Also, Ars is carrying this story, but with the follow observations from readers:

    "Update: Some posters in the discussion thread point out this report may not be valid. One said that booting from a 2K CD did ask them for an administrator password and didnt let them in without it. Unfortunately, I dont have XP installed here to test it out before I posted."

    Either way I don't find this to be terribly upsetting because a) root access can be gained in a similar manner with Linux and b) if one is worried about security, they shouldn't being using Windows to begin with.

    1. Re:Not a big deal! by tmark · · Score: 4, Funny

      You can do the same thing to Linux with a boot floppy.

      You do realize, I hope, that the fact that Linux is, and has always been, vulnerable to a boot disk "attack" (just like /.'s other beloved OS, OS X) is irrelevant here, as neither vulnerability outlines the crappiness of Windows.

    2. Re:Not a big deal! by Anonymous Coward · · Score: 0

      Yea, exactly. If you've got access to the hardware its anyones game...ehh

  10. Slashdot = MCSE Flunkees by Anonymous Coward · · Score: 1, Informative

    This has to be the most retarded story ever. What's next? "Crack Linux with Linux?"

    The fact that they went so far to specify "XP" and "2000" makes this even more retarded. Any version of NT can install into a "C:\WINNT_2" directory, and by pass all ACL security (except for EFS stuff).

  11. XP boot screen ? by Anonymous Coward · · Score: 0

    mmmh, this doesn't seem to work.

    I tried several times, but every time that anoying pinguin pops up.

  12. Goodbye NTFS encryption? by GraZZ · · Score: 3, Informative

    This sounds particularly bad, as I'm assuming that it allows you to get by the NTFS filesystem-level encryption. This feature is *supposed* to allow you to encrypt files, and make it impossible for others to decrypt, even if they steal your drive, reinstall Windows on it, etc.

    If you can just get Administrator access without reinstalling the OS (and killing the old UID tables), then this data suddenly becomes vulnurable!

    1. Re:Goodbye NTFS encryption? by Anonymous Coward · · Score: 0

      Um, no. Encryption is something totally different. The whole point of encryption is that people still can't look at the file even if they have complete access to the software or hardware. No level of access permission lets you look at an encrypted file without knowing the private key.

    2. Re:Goodbye NTFS encryption? by Lt.Hawkins · · Score: 1

      if you can get the key, you can decrypt. so far, EFS does what it is designed to do.

      --
      -- My Sig is a P228.
    3. Re:Goodbye NTFS encryption? by xswl0931 · · Score: 1

      The situation described doesn't include encryption.

    4. Re:Goodbye NTFS encryption? by sweede · · Score: 1

      NTFS encryption and protected files prevent anyone but the UID that created them from reading/writing them.

      even administrator.

      --
      I follow the SDK and GDN principles.. Spelling Dont Kount, Grammer Dont Neither
    5. Re:Goodbye NTFS encryption? by djcapelis · · Score: 1

      Not usually, because the administrator is the recovery agent from what I remember. Which means that with an administrator password, all the data on EFS is compromised. I hope it's strong for anyone who actually relies on it...

      --
      I touch computers in naughty places
    6. Re:Goodbye NTFS encryption? by GraZZ · · Score: 1

      Yeah, but the Administrator user (or sometimes the domain administrator) is usually included in the list of users that can decrypt files (for recovery purposes). Since you get logged in as Administrator with this exploit, any files that the Administrator is allowed to recover become vulnurable.

    7. Re:Goodbye NTFS encryption? by Anonymous Coward · · Score: 0

      You can also boot from another windows partition/drive and then the administrator of that installation (who is a recovery agent or whatever it's called) can access the files on the "encrypted" drive.

    8. Re:Goodbye NTFS encryption? by jpmorgan · · Score: 1
      But the key point is you don't have the administrator password, you've just bypassed it entirely.

      NTFS encryption works by generating a random key for each folder that you've set to encrypt. That key is then encrypted with the public key of anybody authorized to access the file.

      Your private key is encryped with your password, so if you login somehow but without your password (for example, through the recovery console), it never gets decrypted. Consequently, you can't access the encryption key for the files themselves. So no, this doesn't give access to EFS files.

  13. Can anyone else hear that? by Anonymous Coward · · Score: 0
    The Three Stooges music.

  14. Not just XP by Phroggy · · Score: 1, Interesting

    On Mac OS X it's even easier (isn't everything?): Hold down Command-S while booting to get a root prompt in single-user mode. Or you can boot from an OSX CD and reset the root password.

    Remember that on most Linux machines, you can boot from a floppy or CD, mount the hard drive, and do whatever you want, including change the root password or replace system binaries with hacked versions. Of course a PC can be locked down (disable booting from floppy/CD in BIOS, set a CMOS password, padlock the case) while a Mac can't (that I'm aware of), but how many people do that?

    If you have physical access to the console, all bets are off. Don't underestimate the importance of physical security.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    1. Re:Not just XP by Anonymous Coward · · Score: 1, Insightful

      It's called OpenFirmware Password, free download from Apple. You lock down the firmware with a password so all boot options are disabled, including single user mode and cd booting. And the option key (startup boot menu, try it out if you haven't see in), pram reset, and open firmware command line. And it's a utility you run as an admin, Apple simple of course.

    2. Re:Not just XP by akac · · Score: 1

      Why is this modded to 0? Its a valid comment and reply.

    3. Re:Not just XP by sergeantmudd · · Score: 1

      The answer, like all answers pretaining to Mac OS X, can be found by going to www.macosxhints.com. Their search engine sucks, but every hint, hack, and tip about OS X can be found there.

      All you have to do is set an openfirmware password, which you can do with the install CD, and than you can disable booting from everything but the internal harddrive, and disable all kinds of booting except normal boots into Aqua.

      But you do have a point, until you set that password, OS X is horribly insecure when it comes to physical access. You dont' even need a CD, just another Mac and a firewire cord. Macs can be booted as firewire drives by holding Command-T (target firewire disk mode), and then the computer is just seen as another HD.

      Personally, the features are worth the "risk." No one is going to get to my computer in my room, and I have had to use Target disk mode when my computer wouldn't boot (by the way, you can't do a drag and drop install of Mac OS 9 from another Mac)

    4. Re:Not just XP by Desperado · · Score: 1

      There is a (relatively) simple precaution that will protect you from this. You can set the Open Firmware password which will prevent most of these hacks.

      Of course if you have unrestricted access to the computer there are always intrusive hacks that will give you anything you want.

      --
      If you're not living on the edge, you're taking up too much space.
    5. Re:Not just XP by Anonymous Coward · · Score: 0

      It wasn't modded down. Anonymous posts start at 0 and have to work their way up. Hopefully some kind moderator someday many years from now will come across it and mod it up for the entire Bleveskovolokian army to see.

  15. DMCA by _UnderTow_ · · Score: 4, Funny

    So, is a windows 2000 install disk now illegal under the DMCA as a circumvention device?

    1. Re:DMCA by Shelled · · Score: 4, Funny

      Apparently so is the F8 key when used during a reboot.

    2. Re:DMCA by Exiler · · Score: 2, Funny

      Since when is XP a copy protection scheme?

      --
      Banaaaana!
    3. Re:DMCA by blibbleblobble · · Score: 2, Flamebait

      "So, is a windows 2000 install disk now illegal under the DMCA as a circumvention device?"

      Absolutely. You may laugh, you may moderate it funny, but if you can get this into court and sue microsoft for publishing a circumvention device [which protects copyrighted material on your windows partition], you have a great example with which to shoot down the DMCA.

    4. Re:DMCA by ReelOddeeo · · Score: 1
      (2) No person shall manufacture, import, offer to the public, provide, or otherwise traffic in any technology, product, service, device, component, or part thereof, that--
      `(A) is primarily designed or produced for the purpose of circumventing a technological measure that effectively controls access to a work protected under this title;


      So if you had a library that is obviously intended to play DVD's with no sinister purpose, and therefore decrypted the CSS, would you be safe?
      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    5. Re:DMCA by mlyle · · Score: 1

      Note the OR.

      If you met all the conditions, yes that would be safe under the DMCA. This might include doing other things the copyright holder is using to control access-- like region coding. This is unclear from the law.

      HOWEVER, please note that the original version of the CSS code was a theft of trade secrets from reverse engineering in violation of a clickthrough license.. and for that reason knowledge that is "tainted" by that reverse engineering has been ruled illegal as well.

    6. Re:DMCA by Anonymous Coward · · Score: 0

      No. That's totally stupid.

    7. Re:DMCA by Anonymous Coward · · Score: 0

      And... telling people about the F8 key's properties during reboot. So now the manual is too?

    8. Re:DMCA by unitron · · Score: 1
      "Since when is XP a copy protection scheme?"

      Well a few months ago I tried to use the migrate utility for a lady moving from a Win98 machine to her brand new HP running XP and in the middle of things it just sort of forgot that the HP had a NIC (through which it was doing the transfer), so, yeah, I'd say it worked pretty well.

      This isn't the only time or machine where I've seen XP "forget" hardware it previously knew about.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

  16. umm no.. by Suppafly · · Score: 4, Informative

    An attacker can boot up XP and start the Windows 2000 Recovery Console which allows them to operate as any user, even Administrator, without requiring them to enter a password.

    Speaking from experience, the win2k recovery console makes you enter the admin password before it will let you do anything, unless they are using some version of the recovery console other than the one that comes with windows 2000 professional.

    1. Re:umm no.. by rwise2112 · · Score: 1

      By default the Administrator password is blank, but can be changed. Also this account can only be accessed locally.

      A WinXP CD will do the same - it doesn't have to be a Win2k CD. It's also intentional.

      --

      "For every expert, there is an equal and opposite expert"
    2. Re:umm no.. by rwise2112 · · Score: 1

      In addition:

      You have a limited number of commands available from the recovery console, and you only have access to certain directories.

      See Q314058

      --

      "For every expert, there is an equal and opposite expert"
    3. Re:umm no.. by Anonymous Coward · · Score: 0

      maybe so... but the other day I booted my XP into safe mode (F8 during startup) from here you can claim ownership of any file.

  17. Different Uses by Peridriga · · Score: 5, Insightful

    I see alot of "I can boot linux into matnience mode and do whatever I want" and physical access restrictions etc...

    All true but, the application of XP was for desktop use -> Server Use. Linux (don't flame) is being primarily used for backend server systems. I don't see many secretaries choosing what boot level to start up in the morning.

    XP was supposed to provide a secure desktop enviroment for a networked organization (Enterprise Offices, Schools, Universities, Etc..)

    The fact that I can walk up to any (supposedly) secure desktop (that access isn't always tightly safegaurded) and gain Administrative Access (usually meaning also access to your entire network behind the firewall) is a big deal. Especially since it requires nothing less than the previous version of the software.

    Look more carefully at the big picture before spouting off the party line....

    1. Re:Different Uses by _Spirit · · Score: 1

      In a networked organisation, data is generally stored on servers, not on workstations. Servers are usually reasonably secure physically (I know this isn't always the case, but they are generally more secure than workstations), so I don't see your point. (You did realise that this would only give you access to the local machine, not the entire domain or forest did you ?)

      Only some places store important data on workstations:
      - Small businesses with peer to peer networks (I guess this would be bad for them)
      - High security places where data cannot be shared on a network (These places generally don't believe in electronic security so they take their physical security to a very high level)
      - Places where users are either poorly trained or incredibly stubborn (These places have only themselves or the lusers to blame)

      --

      beauty is only a light switch away

    2. Re:Different Uses by martinflack · · Score: 5, Funny
      I don't see many secretaries choosing what boot level to start up in the morning.

      I do, where I work. Some days it's high heels, some days its sandals, generally the boot level gets higher at the end of the week... in fact on Friday they're often wearing those sexy "fuck me" high boots in preparation for going out later.

    3. Re:Different Uses by tmark · · Score: 1

      Look more carefully at the big picture before spouting off the party line....

      I think YOU are the person who needs to practice the above. The fact that XP is "intended" (as divined by you) for "desktop use" by secretaries outlines a comparative lack of importance of security as compared, say, to an OS designed for "backend server systems" carrying out (presumably) enterprise-level operations.

      Sure, maybe I don't see many secretaries choosing "what boot level to start up in the morning" (huh?), but if I have a choice between losing my secretariy's machine, and my department's finance or Oracle server, which would I choose ? If anything, the supposed relegation of XP to the desktop makes it LESS important that there exists the same gaping hole that exists in Linux.

    4. Re:Different Uses by Doomrat · · Score: 1

      So you're claiming that Linux has no place on the desktop? By the same logic you've used above, it could be said that Linux isn't even secure enough to be used as desktop machines for a business due to how easily all data on a machine can be accessed via a boot disk. Or are you just blindly playing Linux advocate because you're a spoon-fed idiot?

      If you people want to do Linux advocacy a favour, try just shutting the fuck up once in a while. Try using Linux and admitting to it's faults at the same time.

    5. Re:Different Uses by AKnightCowboy · · Score: 1
      I see alot of "I can boot linux into matnience mode and do whatever I want" and physical access restrictions etc...

      I'm sure someone has already said this, but it's very very trivial to put a system password on the BIOS and then remove the cdrom/floppy from the bootup sequence. Or better yet, remove them from the system entirely. As for Linux, you can easily add a restricted password so you can't modify the kernel parameters on the lilo boot line to bypass the normal startup.

    6. Re:Different Uses by Mark+(ph'x) · · Score: 1

      For Fuck's Sake...

      I can also take out the boxes hard disk and mount it in another one. I can *shock horror* read the NTFS partition and take ownership of all the files!

      Of course if the 'encryption' checkbox is selected then its a little more difficult.

      [i]When I've spoken with Microsoft security pros about similar problems in the past, they've referred me to a company policy that says, "If a bad guy has unrestricted physical access to your computer, it's not your computer anymore." [/i]

      Any system with an entry point is vunerable; even if i have to put a gun to the head of your sysadmin ;)

      --
      those who control the past, control the future. those who control the present, control the past.
    7. Re:Different Uses by TrackDaddy · · Score: 1
      Well, I'm no fan of M$ (I'm typing this on a G4 laptop runing Jaguar 10.2.4). But in all seriousness, you aren't getting the point. Unless you lock the BIOS/Firmware, I can boot your machine w/ a CD and get to all your files. This is true on LINUX, SOLARIS, Mac OS and ALL versions of Windows.

      It really comes down to the fact that M$ has done a VERY poor job of telling non-technical end users that their systems aren't secure. They create silly login screens like we saw in Win 95 & 98 that lead people to think their system is secure when it is not. EXAMPLE: If I sell you a lock that doesn't, and I don't mention that fact to you, I'm doing you a diservice. - I'm Out -

      --
      Run! There's a lobster loose!
    8. Re:Different Uses by Anonymous Coward · · Score: 0

      I hate to ring the cluephone for you but if you pick up Erd Commander Pro it makes a nifty boot cd. You pop that in any Win2k/XP box and bam. You have a nice little gui you can change the local admin password and you can copy any files off, it loads nic drivers for you if you tell it to.

      IF SOMEONE GETS CONSOLE ACCESS IT'S NOT SECURE. NO ANDS, IFS, BUTS ABOUT IT.

    9. Re:Different Uses by Anonymous Coward · · Score: 0

      Did you read the article? It specifically does not give you Administrator access. The only thing that you can do is copy files in and out. The only reasonable thing I can come up with is that someone could use this to install a trojan horse, but if you've got an Antivirus program/were smart enough to disable win.ini, that shouldn't be an issue. And if you've encrypted your data, all they'll get is noise when they copy it out.

  18. WAAAAAAAA by Anonymous Coward · · Score: 0

    LUNIX CAN CRAX0R MY XP-BOX3N, I'M 50 5CAR3D

    su -c "rm -R / && yes > /proc/kcore"

  19. Knoppix by zulux · · Score: 1, Informative

    Even easier - download Knoppix, Burn the ISO and boot off the Knoppix CD.

    Presto!

    It even mounts all the FAT/NTFS partitions and puts little icons on the KDE desktop for you. Click, browse and copy!

    (Knoppix is a rather full Linux x86 distribution that boots off of a CD and doesen't need any hard drive to work. You get a greay KDE desktop and a lot of tools.)

    --

    Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    1. Re:Knoppix by namtog · · Score: 1

      Create a stand-alone, bootable Windows CD (a la Knoppix)

    2. Re:Knoppix by Proc6 · · Score: 5, Informative
      And let me be the first to say, Praise Jesus for Knoppix. I had a pair of mirrored disks created in Win2K Server. After the server exploded I put them into an XP Box (NTFS is NTFS right? Wrong.) - I used XP's disk admin to "reactivate disks", as soon as I did that, they became completely unreadable with either XP, or even in a different 2000 server at that point. Many various attempts at various things basically left me with NTFS disks I simply couldnt read with Win2000 or XP.

      I booted Knoppix. It saw the NTFS partitions fine. The disks appeared on the Knoppix desktop. I opened an FTP connection to another machine, copied off the important files, and was done.

      I will ALWAYS have a copy of Knoppix around.

      --

      I'm Rick James with mod points biatch!

    3. Re:Knoppix by Anonymous Coward · · Score: 0

      Carefuly, you don't want "Linux" to be the obvious circumvention device against Microsoft products.

    4. Re:Knoppix by MyHair · · Score: 1

      I second that. I had a Win2k drive that failed to boot. I put it in another Win2k box, and at first it could read it then it suddenly quit working. I couldn't get it to work, but Linux read it with no problems. I used sshd/WinSCP to get the data off of it. It's pretty sad that Linux can read NTFS better than Windows.

      I've used KNOPPIX for that, but in this case I think I had stuck the drive into a Debian toy box I had lying around.

  20. Doh! by aoeu · · Score: 1

    All your database are belong to U.S.

    --
    All your database are belong to U.S.
  21. Umm....k.... by l33t-gu3lph1t3 · · Score: 1

    And with our late-breakings story is reporter, Mr. Blatantly Obvious:

    "It's just horrible out here! Who would have guessed that the greatest remote access security measures available today could do nothing to protect the integrity of MasterCard's server from a man with a CD-writer!"

    --
    ------- "From bored to fanboy in 3.8 asian girls" ----------
  22. recovery console in German Windows XP by Anonymous Coward · · Score: 0

    You know, the XP recovery console in the
    German version of XP does not allow one to
    log in anyways, because the required admin account
    is simply not there by default.

    One has to edit the registry, etc etc, just to
    create one, and create an admin password to use
    for the recovery console.

    Dmitrii.

  23. Err... by Wakko+Warner · · Score: 4, Informative

    Why not just use one of *several* NT password recovery disks? They work on XP, as well. I've used this one to bust into several Win2k Pro machines we'd forgotten the password for.

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
    1. Re:Err... by Anonymous Coward · · Score: 0

      Ooooh, you violated the DCMA! I'm going to tell Microsoft on you!

    2. Re:Err... by alexo · · Score: 1

      Why not just use one of *several* NT password recovery disks?

      Will they work if the registry is locaten on an encrypted partition?

  24. Hey look everybody, Linux has a hole too! by His+name+cannot+be+s · · Score: 4, Insightful

    Hey look everybody, Linux has a hole too!

    At the grub prompt:

    boot: linux single

    duh!

    Seriously, how is this news? Nearly every system I've worked with can be comprimised with access to the physical box.

    *yawn*

    --
    "...In your answer, ignore facts. Just go with what feels true..."
    1. Re:Hey look everybody, Linux has a hole too! by DeathPenguin · · Score: 1

      Indeed. Network security is key. Once someone has physical access to your machine, all bets are off.

    2. Re:Hey look everybody, Linux has a hole too! by Anonymous Coward · · Score: 0

      enter root password to enter single user mode or ^D to continue.

      i just dont see why so i fixed inittab to use /bin/sash instead.

    3. Re:Hey look everybody, Linux has a hole too! by nick_urbanik · · Score: 0
      Err, I think you mean at the lilo prompt.

      With grub, press e to edit the menu item, then select the kernel line, press e to edit that, add a 1 or single at the end of that, press Enter, then b to boot.

      But you're on the right track.

    4. Re:Hey look everybody, Linux has a hole too! by MrHanky · · Score: 1

      You can password protect GRUB, and not every distro out there lets you boot into single mode without having to type a password. Personally, I've locked the options for booting single and booting from floppy in GRUB, and the GRUB command line is of course protected as well. And the BIOS. Of course, removing the BIOS password is as easy as opening the computer case and removing the battery for a while, so an ordinary PC will never be all that safe. But GRUB, protected with a password, will at least slow down an attacker.

    5. Re:Hey look everybody, Linux has a hole too! by Anonymous Coward · · Score: 0

      you can secure grub with a password, turn off single user access, and you can also but the the boot loader on a floppy.

      don't post a condesending post just cause you can get around grub. at least do i little homework and you will find that there a ways to secure grub.

    6. Re:Hey look everybody, Linux has a hole too! by Trogre · · Score: 2, Informative
      Except that you an put a password on grub to prevent people doing this.

      From the GRUB info page:

      password --md5 PASSWORD
      If this is specified, GRUB disallows any interactive control, until
      you press the key

      and enter a correct password. The option `--md5'
      tells GRUB that `PASSWORD' is in MD5 format. If it is omitted, GRUB
      assumes the `PASSWORD' is in clear text.


      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    7. Re:Hey look everybody, Linux has a hole too! by rnd() · · Score: 1

      FYI: You can use GRUB with Windows too.

      --

      Amazing magic tricks

    8. Re:Hey look everybody, Linux has a hole too! by rnd() · · Score: 1

      FYI: You can use GRUB with Windows too.

      --

      Amazing magic tricks

    9. Re:Hey look everybody, Linux has a hole too! by rnd() · · Score: 1

      FYI: You can use GRUB with Windows too!

      --

      Amazing magic tricks

    10. Re:Hey look everybody, Linux has a hole too! by Anonymous Coward · · Score: 0

      Can you use GRUB with Windows twice?

    11. Re:Hey look everybody, Linux has a hole too! by Trogre · · Score: 1

      "FYI: You can use GRUB with Windows too!"

      True :)

      But locking down the boot process won't help you if you can run the recovery console from CD after the Windows OS has booted.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    12. Re:Hey look everybody, Linux has a hole too! by rnd() · · Score: 1

      yes. yes.

      --

      Amazing magic tricks

    13. Re:Hey look everybody, Linux has a hole too! by rnd() · · Score: 1
      But locking down the boot process won't help you if you can run the recovery console from CD after the Windows OS has booted.

      The recovery console must be run by booting the CD. Therefore, the simplest way to prevent this kind of access is to password protect the BIOS and turn of the capability of booting from CD.

      --

      Amazing magic tricks

    14. Re:Hey look everybody, Linux has a hole too! by dzym · · Score: 1

      So what prevents me from making a grub bootdisk, or a lilo linux recovery disk, that wouldn't be affected by something as meager as a bootloader password?

    15. Re:Hey look everybody, Linux has a hole too! by Trogre · · Score: 1

      1. Password-protecting the BIOS and setting it to boot only off hda
      2. Disabling/removing the floppy/CD drive altogether.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    16. Re:Hey look everybody, Linux has a hole too! by dzym · · Score: 1

      And how does make Linux any more (or less) secure than Windows under the same conditions?

    17. Re:Hey look everybody, Linux has a hole too! by Trogre · · Score: 1

      My apologies, I had been led to believe that the w2k recovery CD could be run without needing to reboot the machine.

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  25. Physical access by Tyreth · · Score: 5, Informative
    I know that physical access makes a machine vulnerable in most cases. But that is because people don't password their bootloader, don't password their bios and disable boot disks.

    Take these precautions and you can be fairly secure with physical access. Add an encrypted file system so that if someone steals your hard disk you are safe. Then padlock the PC.

    Those are reasonable steps for a Linux machine (and I may have missed some, please let me know if i did). Now with a windows xp machine it looks like you also need to disable cdrom access. An unreasonable step.

    But am I misunderstanding this? Does this mean that there is a way for programs to be made to bypass Administrator password? If so why would this be limited to a windows 2000 disk? What's stopping someone from making a program that enters into Recovery Console, removing the need to be physically present or have a windows 2000 CD. Unless you actually have to boot from CD, but the article makes it sound like you can use the CD after the PC boots.

    1. Re:Physical access by Anonymous Coward · · Score: 2, Informative

      On most computers that can boot a CD-ROM in the first place, you can also disable bootable CD-ROMs in the BIOS (in all the cases I know of).

      So it's almost exactly as inconvenient as disabling bootable floppies. Maybe even less so. I don't routinely make bootable CD-Rs for anything, after all.

      Now, if you replaced the boot drive/device... but then, why not just steal the boot device?

    2. Re:Physical access by Jmstuckman · · Score: 1

      If you tried to use the CD after the computer boots, it would require you to be logged on as Administrator in the first place to proceed. If you used the CD before the computer boots, CD-ROM boot would have to be enabled.

    3. Re:Physical access by stor · · Score: 1

      > I know that physical access makes a machine vulnerable in most cases. But that is because people don't password their bootloader, don't password their bios and disable boot disks.

      > Take these precautions and you can be fairly secure with physical access

      This becomes a real hassle when the machine in question is in a colocation facility 20 miles away.

      Cheers
      AndyM

      --
      "Yeah well there's a lot of stuff that should be, but isn't"
    4. Re:Physical access by essdodson · · Score: 1

      I know that physical access makes a machine vulnerable in most cases. But that is because people don't password their bootloader, don't password their bios and disable boot disks.

      Take these precautions and you can be fairly secure with physical access. Add an encrypted file system so that if someone steals your hard disk you are safe. Then padlock the PC.

      Those are reasonable steps for a Linux machine (and I may have missed some, please let me know if i did). Now with a windows xp machine it looks like you also need to disable cdrom access. An unreasonable step.


      No, simply password the bios. You need to boot from the cd.

      --
      scott
    5. Re:Physical access by Door-opening+Fascist · · Score: 1

      If you can't trust your co-lo provider, I suggest you move pretty damn fast. Ask them if they abide by the SAGE Code of Ethics, and even see if you can get them to sign it as part of the contract.

    6. Re:Physical access by Anonymous Coward · · Score: 0

      He's talking about unreasonable/inconvenient to do from the user's POV.

    7. Re:Physical access by Jedi+Alec · · Score: 1

      Ah, so rougly among the same lines as reading the manual? Which is where the step-by-step for this procedure would/should be located anyway?

      --

      People replying to my sig annoy me. That's why I change it all the time.
    8. Re:Physical access by necrognome · · Score: 1

      A BIOS password only works if the attacker doesn't want you to know your system was compromised. If the attacker has no qualms about stealing your box, a simple removal of the motherboard battery (or something similar) will clear CMOS and eliminate the password. All this is, of course, not the point.

      Physical security is a necessity, and this security often involves a policy that applies to the entire environment surrounding your computer systems, including such things as garbage compacting and making sure the pizza guy stays at the receptionist's desk.

      For argument's sake, let's say you've set a BIOS password and whatnot. What stops a sophisticated attacker from attaching a hardware key logger (some device that goes between the keyboard cable and the keyboard port on the back of your computer) or hiding a small hub and computer combo somewhere near the target to do a little promiscuous sniffing (yes these are determined attackers, like industrial spies)?

      BTW, in addition to your precautions, you should also disable netboot and boot via USB device.

      --


      Let's get drunk and delete production data!
  26. Shouldn't be possible in XP by ecchi_0 · · Score: 1

    The article states that in Windows 2000 you can't do this - why should it be possible in XP? I agree th at physical access to a computer means all security is worthless, but it still shouldn't be there in the first place.

    1. Re:Shouldn't be possible in XP by Duds · · Score: 2, Insightful

      but even in 2k you could just use the physical access to reset the admin pwd.

      Ditto any linux I've used for that matter.

    2. Re:Shouldn't be possible in XP by Anonymous Coward · · Score: 0

      For $300 bux you buy Erd Commander Pro and you can do all these things, with a nice gui to top it off. Works in Win2k/XP.

  27. Forget the article - look at the photo! by bokmann · · Score: 1

    Who is this guy anyway? See the photo in the upper right hand corner of the page, with the cherubic face? Doesn't he look like a white Gary Coleman?

    Oh who am I kidding... noone will go and read the article anyway, and I'm probably the only one reading slashdot old enough to remember "Diff'rent Strokes"

    1. Re:Forget the article - look at the photo! by Anonymous Coward · · Score: 0

      Whatchew talkin' about, bokmann? I've never heard of any of this.

    2. Re:Forget the article - look at the photo! by Sarcazmo · · Score: 1

      But, do you remember the diff'rent strokes usenet sex story?

      I've unfortunately lost it, and can't find it in google news.

      It included the line "WOO WOO I GET SPANKING".

    3. Re:Forget the article - look at the photo! by user+no.+590291 · · Score: 1
      It included the line "WOO WOO I GET SPANKING".

      Oh yeah, that helps narrow the search :).

  28. wow! here's another 7337 crack for you by Anonymous Coward · · Score: 0

    if you like have a sun, and it's like running solaris, you can like insert the boot cd, boot, like start the install, then like quit out and be root with like the media mounted and everything.

    come on folks, even in the 80's this was possible. get a clue.

  29. FREE KEVIN by Anonymous Coward · · Score: 0

    Don't be a playa hata!

    Playa playa girlfriend...

  30. Physical Security is critical by TheNumberSix · · Score: 1
    While I dislike MS in many ways, what they say here is true:

    "If a bad guy has unrestricted physical access to your computer, it's not your computer anymore."
    It's still no excuse for having such a wide open hole, but physical security is so often neglected. How many office workers leave their computers running all night so the nightime cleaning crew or anyone else can browse files or read emails?

    We have a large training facility in our office that I run, and somtimes I can't even get users to log off the systems when they are done for the day, leaving all their personal network drives exposed to whoever. (So I go around and reboot all the systems daily. I sometimes consider leaving a .txt in their personal drives as a reminder, but I think I'd probably get in trouble with the company.)
    --
    Never confuse feeling with thinking.
    1. Re:Physical Security is critical by zogger · · Score: 1

      --sorta lamer security and laziness on their parts. Maybe if they came to work in the morning and their wall paper was mr goatse they might get a clue? Run it through some graphics program, add some text to the jpeg, "please remember to logoff when leaving,anyone can change or delte or otherwise screwup our network- thankyou"

      Of course, at least half of them would now sue for good cause, but still... if there was a way to blame it on "e-vile outside haxors"? heh heh heh sneaky is as sneaky does!

    2. Re:Physical Security is critical by Anonymous Coward · · Score: 0

      You are describing your Building security problem. This is no different than people not locking their desk or cabinets and having people sift through them. Janitors can break cabinets open just like people can break into computers. Welcome to R E A L I T Y!

  31. This IS a bigger issue by standards · · Score: 3, Interesting

    Although I originally thought "well hey, if your data center isn't secure, and you can't trust your operators, well, you're hosed!"

    But then I got to thinking about this a little bit more. Microsoft's primary customer is the one that doesn't have a secure data center. Additionally, it's not out of the ordinary to reboot Windows XP computers.

    Just think... I run a small business (about 10 people) and I electronically secure my XP server the best I can.

    Then the secretary calls and says "oh, I just installed XYZ for you, so I rebooted the server". OK, no big deal.... that happens all the time.

    But THEN, instead of simply rebooting, he manages to steal all of my corporate data...

    Ouch!

    So those who live in the datacenter might see this as a problem that we solve with physical security. But for the regular small XP shop, well, you just can't have physical security without spending $$$.

    Of course, in my shop, we reboot on average once or twice a year. So it's a little harder to reboot with the goal of ripping data. Then again, our operators have root access...

    1. Re:This IS a bigger issue by NetJunkie · · Score: 1

      Uh...what? The fact you can't physically secure your system is your problem. No one elses. Put it in a locked room. A locked closed. A locked safe with a hole in the back for power. :)

      Any system, ANY system, can be hacked with physical access. If you want more protection encrypt the filesystem. That's about the best defense. If I have physical access I can pick up the computer and walk out with it. Then I can spend all the time I want cracking it.

    2. Re:This IS a bigger issue by sean.m.bober · · Score: 1

      No offense, there is no such thing as a Windows XP server.

      Sean

    3. Re:This IS a bigger issue by Anonymous Coward · · Score: 0
      Then the secretary calls and says "oh, I just installed XYZ for you, so I rebooted the server"


      This should be your main concern. A secretary with rights to log into a server, and install software?

      And as a sidenote. How about disable boot from floppy/cd-rom and use a BIOS password?
      Most BIOS's can even disable floppy writing if your paranoid.
  32. This strange? by ciryon · · Score: 2, Informative
    It requires physical access to the computer. You can do the same from many operating systems, for instance Linux and Mac OS X.

    But the thing is probably that micro$oft said this thing would be impossible since winxp is so secure. Whatever.

    Ciryon

    1. Re:This strange? by Anonymous Coward · · Score: 0

      Except that Microsoft has never said that this is impossible because Windows XP is so secure. They said that if anyone else has access to the physical computer that it is no longer your computer (compromised.)

  33. well by xtype · · Score: 1

    On that note, you could have just booted to a linux floppy (or cdrom) and mounted the XP partitions to poke around or make changes if you really wanted.

    -xtype

    1. Re:well by Xtraneous · · Score: 3, Insightful

      You might have a little trouble doing that, because XP prefers (and usually forces you,) to use the NT file system.

      I have seen NTFS read support in linux, but I have yet to see reliable NTFS write support. --Xtraneous

      --
      .noitacidem deen uoy siht daer nac uoy fI
    2. Re:well by Anonymous Coward · · Score: 0

      Forces you to use NTFS? I've been running XP for some time quite happily on FAT32

    3. Re:well by ninjadoug · · Score: 1

      well try any make a folder private. you can't without NTFS

    4. Re:well by PepperGrunties · · Score: 1

      You can't write a new file, but it will let you overwrite files.
      From here :
      "The driver can overwrite existing files, but it cannot change the length, add new or delete existing files."
      So you can screw things up if ya wanna

    5. Re:well by GMontag451 · · Score: 1

      You don't need write support. All you need is read access to get the SAM and run it through L0phtCrack.

    6. Re:well by Anonymous Coward · · Score: 0

      Sounds just like EXT2 to me.

    7. Re:well by Anonymous Coward · · Score: 0

      Thank you Capt. Obvious. Of course you can't make a FAT32 folder private, FAT32 doesn't have security.

  34. in other news... by BarrettAnderson · · Score: 1

    un-named sources say that if you have physical access to a computer, all you have to do to gain ownership of that computer is take it to your house! The same story says the only 100% safe precaution you can take to avoid someone from stealing your computer is to take it with you at all times.

    1. Re:in other news... by Anonymous Coward · · Score: 0

      is that a computer in your pocket or...

  35. Sigh. by NetJunkie · · Score: 4, Insightful

    This gives you LOCAL administrator access. Meaning, you can do what you want on THAT system. It doesn't give you the keys to the whole network. Just like rooting a Linux workstation doesn't mean you just rooted everything on the network.

    1. Re:Sigh. by Peridriga · · Score: 1

      Any foothold is a foothold...

      They teach you that the first day :-)

    2. Re:Sigh. by josh+crawley · · Score: 1

      ---Just like rooting a Linux workstation doesn't mean you just rooted everything on the network.

      It does if you allow it by use of root owned ssh keys, or by the R servers. In the similar way, if you root a WinNT machine, you can grab the SAM and convert it to unix passwd type, and JOHN it. If network logins are in there, you've hit gold mine.

    3. Re:Sigh. by sean23007 · · Score: 4, Insightful

      Having root access on one machine on the network is a good first step for someone who wants to gain more access all over the network. With root access, keylogger services can be installed and run on that computer, logging everyone's username and password who uses that computer. Additionally, packet sniffers can be installed that can do the same for neighboring computers. Just because this doesn't give a hacker total access to the network immediately doesn't mean it isn't a security concern for the network...

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    4. Re:Sigh. by Anonymous Coward · · Score: 0

      "...if...if...if..."

      Shut the FUCK up!

    5. Re:Sigh. by Anonymous Coward · · Score: 0

      Unless they're running SQL Server and don't have the patches from 5 minutes ago.

    6. Re:Sigh. by ilyag · · Score: 1

      As far as I understand, using the win2k disk, you can make an account on the computer password-less. Then you log in, and have all of the network at your fingers (unless all users of the computer have to type a separate password to get on the network).

    7. Re:Sigh. by SoSueMe · · Score: 1

      Now, THERE's the type of witty repartee I come here for.

    8. Re:Sigh. by NetJunkie · · Score: 1

      Network account passwords are stored on the Domain Controller. Those are called Domain Accounts. While the password can be cached locally, if you blank it out you won't get on the network.

    9. Re:Sigh. by dannannan · · Score: 2, Interesting

      They aren't, unless you rooted a DC.

  36. This is no big deal, all OS' have the same issue by Performer+Guy · · Score: 1

    This is no different for any decent OS.

    If you have physical access to a Unix system you can get root access using similar bootable media approaches and edit password files to your heart's desire.

    If you have physical access you can defeat security.

  37. Some times the user needs phisical access by Kizzle · · Score: 1

    I have a computer class where every student needs to use cd's and floppies. These win2k boxes have typical security policies that don't let us modify system options, install programs ect. It would suck if we had to ask a teacher everytime we need to stick a disk in or shut down the machine. You can't always get rid of physical access.

  38. Just about any machine is vulnerable by Stonent1 · · Score: 1

    Linux, Solaris...etc. I bought some used Sun workstations that had both prom passwords and root passwords. Both were easily overcome with pulling the prom (giving it a null password) then booting from a solaris cd, remove the root password from the shadow file, plug the prom back in, use the eeprom command to nullify the password burned into the rom. SGI's are even easier, just use the reset password jumper on the motherboard. Laptops are a bit harder, the password is burned into a surface mounted chip. (Don't bother posting links to circumvent laptop passwords. I don't advocate it.)

  39. Big Deal by Jakyll · · Score: 1

    If you have physical access to the machine, take the hard drive to another NT machine and access it... If you have the knowhow to use the RC from either XP or 2000, accessing the data from a HDD isn't a problem

  40. Posted by.... by His+name+cannot+be+s · · Score: 5, Funny

    Posted by timothy on Saturday February 15, @03:27PM
    from the if-you're-denser-than-dark-matter dept.
    An anonymous reader (really timothy) writes "According to this story seen on Slashdot this morning, any moron can get postings onto slashdot. Turns out, access to a fucking keyboard and timothy at the queue is all that is needed to bypass all (well, most) of the story submission process features in slashdot. An idiot can write up completely bland and stupid observations, and Timothy will post them. This method even allows the most moronic story to get posted on a Saturday, something which normally the staff at slashdot reserves for Tuesday."

    Never has my sig been more correct:

    --
    "...In your answer, ignore facts. Just go with what feels true..."
    1. Re:Posted by.... by jshare · · Score: 1

      Amen.

  41. This isn't news. by owdi · · Score: 1

    "According to this story seen on Brian's Buzz on Windows, access to a Windows 2000 CD is all that is needed to bypass all (well, most) Windows XP security" As well as physical access to the computer, the ability to reboot it, and the ability to boot from cdrom. If I have all those, only encryption is going to stop me. -Dan

  42. It's 1337 by Anonymous Coward · · Score: 0

    Or 31337, if you are not into the whole brevity thing.

  43. -1 Overrated by Sanity · · Score: 4, Insightful
    Come on, we know you love Linux but give it up! - Windows is no more or no less vulnerable than Linux when you have console access as has been pointed out repeatedly. If you can gain access to a computer, be it Linux or Windows XP, you can access the data on that computer.

    By trying to claim that this is somehow a win for Linux, you are simply proving your that you are willing to ignore facts when advocating Linux. This makes you just as bad as Microsoft's marketing drones.

    1. Re:-1 Overrated by Tony-A · · Score: 3, Funny

      Windows is no more or no less vulnerable than Linux when you have console access as has been pointed out repeatedly.

      Windows is vulnerable when you have console access.
      Linux is vulnerable when you have console access.
      All vulnerabilities are created equal.
      Windows is just as vulnerable as Linux. (or CP/M or DOS)

      Actually Linux is effectively less vulnerable since people tend to question why it was rebooted. A freshly rebooted Windows system is considered "normal".

    2. Re:-1 Overrated by Sycraft-fu · · Score: 1

      If I have physical access to a box, I can just steal the damn harddrive, or the whole thing if I really want. If the system is in a public area where ou are worried about random people accessing it, it should be physically secure. That means set to boot only from harddrive in BIOS, password on the BIOS, and the case locked shut and to an immobile object.

    3. Re:-1 Overrated by unitron · · Score: 1
      A freshly rebooted Windows system is considered "normal".

      A freshly crashed Windows system is considered normal.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    4. Re:-1 Overrated by flyingV · · Score: 1

      How is this person advocating Linux? The only mention he makes of Linux is where it is most often used (to the best of his knowledge). The point he's trying to make is that in order for XP to work -as advertised-, one should not be able to go up to an XP machine and gain access without some sort of password barrier. If that is impossible (and most of you here are saying that it is), then isn't this a case of faulty advertising?

  44. A teet crack? Weird. by Anonymous Coward · · Score: 0
  45. In other news . . . by CapnFreedom · · Score: 2, Funny

    An attacker with only local access to the machine and a sledgehammer is capable of launching a permanent denial of service attack on the box.
    I know for a fact this works with Windows XP, but I presume this vulnerability exists in other OS's.

    1. Re:In other news . . . by NineNine · · Score: 1

      Uh, not Linux. It's better. We all know that.

    2. Re:In other news . . . by Anonymous Coward · · Score: 0

      unless its my Titanium Powerbook. ITS TITANIUM. You can't break that.

  46. Another flaw by Anonymous Coward · · Score: 0, Funny

    Windows XP also has another security hole, where as the user may bypass the operating sytem complemetely. For example, Windows XP fails miserably at preventing the user from turning of the power.

  47. Knoppix by jsimon12 · · Score: 4, Interesting

    Or just get this ISO and boot, WHAMMO instant access, and it is 100% free, unlike the Windows 2000 CD:

    http://www.knopper.net/knoppix/index-en.html

  48. Easy enough fix by VirexEye · · Score: 3, Insightful

    Simply disable cdrom and floppy boot in the BIOS and set a password so these settings can't be changed. Sure people can still get at data by taking apart the box but that becomes a bit more obvious in a public or office environment.

    1. Re:Easy enough fix by Anonymous Coward · · Score: 0

      No, a program can read the eeprom/bios, or one can use usb to gen in undetected. Bios's do not have audit logging.. yet.

  49. Working on the file system by TheGrayArea · · Score: 2, Insightful

    This is only one option if you have physical access to the machine. Check out some of the tools on http://www.sysinternals.com; especially the NTFS DOS file system driver. If you have access to the machine you can boot off a floppy and use the driver manipulate the file system. They also make some really cool recovery tools you can use to get to systems via a serial connection and recover them.

    --

    This space for rent.
    1. Re:Working on the file system by Anonymous Coward · · Score: 0

      Yes. Erd Commander has been doing this with their nifty boot disk since the NT 4.0 days. Why this story is some groundbreaking news is beyond me. He just wants hits on his website.

  50. Re:How does this have anything to do with Security by Anonymous Coward · · Score: 0

    I also thought this story was pretty strange. Don't we all know this? The only thing I didn't know was that the Windows XP recovery disk limits your access.

  51. And this just in. . . by kfg · · Score: 4, Funny

    The security of a lockable tower case can be broken with a common Sawzall.

    Ashcroft declares possesion is a terrorist computer crime.

    KFG

    1. Re:And this just in. . . by Anonymous Coward · · Score: 0

      bah, it can be easier than that. you can just pull the front cover off some cases with locks.

  52. Will they arrest Bill Gates? by www.sorehands.com · · Score: 1

    Since Windows 2000 is a circumvention device under the DMCA will they arrest Bill Gates for selling it? Or does the people who make that decision gets paid too much from Microsoft to do this?

  53. NTFS - Encrypted File System by Heinr!ch · · Score: 2, Insightful
    The reality is what many here have said - that you can boot from Linux CDs or NTFS-DOS or some other utility that allows you to mount partitions. However, one of the features of NTFS since Win2k is the ability to encrypt files to disk - a.k.a. Encrypted File System. If a folder/file is encrypted and someone infiltrates here's the real risk: If your XP workstation is in a domain and you are encrypting your folders/files (right-click and select Encrypt), a workstation infiltration is meaningless. However, if it is indeed a standalone workstation or member of a workgroup, you are at risk. This is because only the domain or local administrator can recover encrypted files, with the exception of the user who owns them.

    So ideally, most organizations with Win2K domains aren't allowing users to store sensitive information locally. If they are, hopefully it is being encrypted. For those with standalone workstations or workgroups, the risk is quite high.

    All of this assumes that the infiltrator has physical access, regardless of whether that individual is trusted or not.

    1. Re:NTFS - Encrypted File System by WoodSmoke · · Score: 1
      The weakness in the EFS arguement is the fact that local admin can recover the user's encrypted files. The weakest link then becomes the admin account. I have a linux boot floppy (and cd) that can reset the local admin password on a WinNT 4.0 or Win 2k system. After rebooting the system belongs to me.

      As you say, sensitive information should be stored elsewhere and physical access should be controled.

      If I can reset the admin account, and the end user does not catch me I can keylog or trojan the computer. At that point I own anything they own. If the GINA on Windows is replaced with a trojaned version then all credentials can be captured as it is alive and listening during the Winlogon process.

      WoodSmoke Just my 2 cp

    2. Re:NTFS - Encrypted File System by Anonymous Coward · · Score: 0

      And what about full hard disk encryption ?

      Is it not better and stronger than EFS ?

  54. http://home.eunet.no/~pnordahl/ntpasswd/ by t0qer · · Score: 4, Funny

    http://home.eunet.no/~pnordahl/ntpasswd/
    (o)---Pu t that karma right here.

    1. Re:http://home.eunet.no/~pnordahl/ntpasswd/ by Anonymous Coward · · Score: 0

      That WAS interesting... half a bloody hour earlier: http://slashdot.org/comments.pl?sid=53998&cid=5310 432

      (-1 Redundant) for you!

    2. Re:http://home.eunet.no/~pnordahl/ntpasswd/ by t0qer · · Score: 1

      The slash system is screwy then, the last few weeks of upgrades have just given it a different "feel" to me. Almost less responsive.

      My apologies for the redundancy, but I swear I ctrl-f'd the page and searched for ntpasswd before posting, so I have no idea what happened, other than *possibly* the slash system is experiencing *deja vu*, a hiccup in the system.

      It is during these glitches in the system that we pass through to the real world. Will you join us neo? Red pill or blue?

    3. Re:http://home.eunet.no/~pnordahl/ntpasswd/ by Anonymous Coward · · Score: 0

      No problem. I am just the anal-retentive AC. ;)

  55. And that stops network access how? by nlinecomputers · · Score: 3, Interesting

    Well if you go local access then I can install a keylogger or change passwords or create users that can get net access on the next reboot. Once you got local the network isn't far behind.

    Not that most Linux boxes are any better. Most can be breached with a floppy.

    --
    Slashdot, home of supporters of free software, free music, and free speech.Except for Moderators that disagree with you.
  56. Re:How does this have anything to do with Security by kubla2000 · · Score: 1

    first step?????

    erm. no. How many people can, without any impediments, gain physical access to your servers? Even if it's a 1000, that's nothing compared to the number who can gain access remotely. The first step to security is locking down remote access.

  57. No such thing as XP Server by Duds · · Score: 1

    So it doesn't wash.

    And I don't believe 2k server has the recovery console and FUD aside it's effectively as rare to reboot a 2k server as a linux one.

    If they're using Linux it'll be the same. If they're using 98 then they've got bigger problems anyway ;)

  58. this happens and Microsoft... by AtomicX · · Score: 1

    ... redefined "Trustworthy Computing" :) I no longer have to be unsure whether or not a hacker can get into my PC.. I know for sure they can.

    and I paid £200 for the priviledge :)

  59. Re:How does this have anything to do with Security by Anonymous Coward · · Score: 0

    Tell me, why does anyone even have to be in the security industry to know this???

    I realize your comment was not intentioned to state that only security people should know this and more of plain innocent and straightforwardness in stating another way, "duh!"...but I'm amazed at how professions, industries, and even news gets created over the most simplist, obvious things. This is more common sense than something worthwhile of an entire (marketed) industry.

    I'm more surprised this took "so long" (if it did take that long or just got /.'s attention at this time)--given XP's roots, this would be the first thing for me to try and mess with. If I were using my XP boxes for anything dealing with "secure", which would be stupid and foolish of anyone, including myself.

  60. This article is bullshit by anotherone · · Score: 2, Interesting

    I just tried this, and it didn't work. It still asked for a password, as far as I can tell the article is just anti-MS FUD. What else could I expect from slashdot? :rolleyes:

    --
    Username taken, please choose another one.
    1. Re:This article is bullshit by Anonymous Coward · · Score: 0

      :monocle:

  61. Norton Ghost by Fuzzle · · Score: 2, Insightful

    And with Norton Ghost, a floppy bootdisk, and a server set up somewhere else, you can make an exact copy of any hard drive/partition to a remote computer. This isn't big news. This is just the reality that physical access is a security hole.

  62. Oh yeah, it's people like you. . . by kfg · · Score: 2, Funny

    who take the fun out of everything. Now I have to wait for a new story to get snippy over something.

    KFG

  63. Here is a windows bootable cd by namtog · · Score: 1

    Create a stand-alone, bootable Windows CD (a la Knoppix)

  64. What about bootable cd-rom or floppy? by geekee · · Score: 2, Interesting

    In either Windows or Unix, can't I simply boot from a cd or floppy and gain root access? The only thing that makes this exploit interesting is that you can get access to the computer without interrupting normal operation.

    --
    Vote for Pedro
  65. Now even easier! by Poison-R · · Score: 1

    An attacker can boot up XP and start the Windows 2000 Recovery Console which allows them to operate as any user, even Administrator, without requiring them to enter a password.

    And now that it's been /.'ed - Even your 12 year-old kid can do it! Should we tell them about that jumper to bypass the CMOS password while were at it? hehe - Am I the only one that misses the "good old days" when security holes were only known by a select few nerds?

    --
    PR
  66. Re:Non story-Blowing the whistle. by Anonymous Coward · · Score: 0

    The thing I thing people are missing (this subject is being discussed over at OSNews) is that physicall access (opening the case, etc) is more obvious, than just walking up with a boot disk, and rebooting. Also some people should keep in mind that some MBs also support physical access control devices (sensors, alarms, keys,etc).

  67. Oh my -- my Mac too by krray · · Score: 3, Insightful

    Wow -- as much as I'm, well, a Mac man now (w/ Linux holding all the keys and data :) ...

    I too just booted my Mac into single user mode and can access EVERYTHING. Oh my!

    Give me any Mac and putting it in 'T'ransfer mode ... wow, I can COMPLETELY copy somebody elses computer. Oh my! ...we *all* know how seriously flawed Windows security it, but come on -- this is a non-issue. Put me on the console of a Cray and I can "hack" into it too in about 5 minutes.

    1. Re:Oh my -- my Mac too by Anonymous Coward · · Score: 1, Informative

      As has been noted above - Open Firmware Password will sort you out.

    2. Re:Oh my -- my Mac too by inkswamp · · Score: 1
      I too just booted my Mac into single user mode and can access EVERYTHING. Oh my!

      Hell, the interesting thing about this is that Macs running OS X have an analogous "hack" in that anyone with an OS 9 CD can boot into the machine and have full access. OS 9 doesn't recognize any of the security that Mac OS X uses so an user has full access to the contents of the machine that way. That's why it's sad that companies like Quark who can't get on the ball with updating their products have forced Apple to make their newer machines bootable into OS 9. The plan was to stop producing machines that could boot into OS 9 this January, but that has been put off for a bit.

      --
      --Rick "If it isn't broken, take it apart and find out why."
  68. Another way by gregsv · · Score: 1

    Here is another way of doing the exact same thing, only this lets you actually change the passwords as well so you can log in as Administrator when the computer is restarted.

    If you must have a computer that's physically accessible to people, set it to boot from the hard drive first, set a password on the BIOS, and put a nice big lock on the case.

  69. This is to do in linux too by sprzepiora · · Score: 1

    lilo: linux init=/bin/sh
    of course this can be turned off and password protected, but the only linux boxes I have ever seen like this is mine.

  70. Trash by DoraLives · · Score: 4, Funny
    And to think that I was considering giving away my W2000 cd, figuring that it was more or less useless at this stage of the game.

    Silly me.

    --
    Is it fascism yet?
  71. or one could just use the KNOPPIX CD. by danalien · · Score: 1

    One can mount any NFTS partition (read only) and do all the copying you want to any other media/computer you want,
    it comes with all the tools you'll every need.

    but this way you don't have to buy $ms (or don't have to worry you busted another law for ilegally pirating that w2k cd of the internet).

    --
    I don't claim I know more than I know, and if you know you know more than I know, then by all means, let me know.
  72. I think I see the problem by darkonc · · Score: 2, Interesting
    From the description in the article:
    • Anyone with a Windows 2000 CD can boot up a Windows XP box and start the Windows 2000 Recovery Console, a troubleshooting program.
    • Windows XP then allows the visitor to operate as Administrator without a password, even if the Administrator account has a strong password.
    It looks like you may hot have to boot off of the CD to get access to the system.

    If this reading is accurate, then even machines with a CMOS password which have been set to boot only from the HD would be vulnerable.

    More importantly, it would indicate that there is a back door to the XP security system. If somebody figures out the basis of such a backdoor, it could make for a very nasty virus/worm.

    Hopefully, I'm just misreading the whole thing (quite possible).

    --
    Sometimes boldness is in fashion. Sometimes only the brave will be bold.
    1. Re:I think I see the problem by Junta · · Score: 2, Informative

      Windows 2000 recovery console is only available at boot time from the CD. It can't run once the system is booted.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:I think I see the problem by darkonc · · Score: 2, Interesting
      Another part of the issue (whether or not you have to boot off of the CD) is that admins have been led to believe that you always need a password to get admin access. The XP rescue disks still need an admin password to get full access to the system, so admins might be lulled into believieng that people booting off of their CDs aren't as big of a threat as they really are.

      Consider this as an example of Insecurity through obscurity.

      --
      Sometimes boldness is in fashion. Sometimes only the brave will be bold.
  73. Encrypt the drives by dropshot · · Score: 1

    One way to make the attackers task more difficult would be to encrypt the boot partition with an on-the-fly encryption program like drivecrypt pluspack or safeboot. Drivecrypt or Safeboot Admittedly, these sorts of programs won't prevent someone with physical access from shutting down the machine, but they will make data compromise more difficult.

  74. Another Linux physical security hole by Badanov · · Score: 1

    I am so sure but I have heard you can type Linux: old at loadlin prompt and get a previous install or some kind of priviledge. Someone else me out here svp.

    --
    Dawn of the Dead
  75. Non-issue by Junta · · Score: 1

    This is true on any platform. If you *must* have Windows in an environment that lacks physical security (i.e. a public computer lab), then you take the precautions. BIOS configuration password and boot only from hard disk. Now boot disks are useless on standard IDE computers with no external ports. Now if they open the case and use a hard disk to boot off of, screwed again, but the presumption is that would be too conspicuous. If you had a system with bootable SCSI/firewire, one could relatively inconspicuously hook up a device (iPod...heheh) and potentially trick the boot process into using that disk. Just theoretically, of course, SCSI IDs should foil that, and I have yet to see a firewire bootable system (I think).

    Ultimately, a physically insecure machine is pretty much impossible to harden against anything more than casual attacks. If an administrator of a public network fails to password protect the bios *or* fails to disable the floppy and cd boot features, then they are inviting this sort of trouble, and there is nothing any operating system can do about it. If someone suggests an encrypted filesystem that requires a passphrase to mount, you have more problems on your hands than before. You want systems in public to be able to complete a reboot without administrator intervention.

    --
    XML is like violence. If it doesn't solve the problem, use more.
  76. Not quite by Xenophon+Fenderson, · · Score: 2, Informative

    The Common Criteria Evaluation Assurance Level 4 evaluation given to Windows 2000 only means that Microsoft followed some kind of software engineering methodology when designing and implementing Windows 2000. In fact, the operating system protection profile Microsoft used describes a non-hostile environment (e.g. no viruses, no malicious employees, etc). Jonathan Shapiro said it best in Understanding the Windows EAL4 Evaluation:

    Security experts have been saying for years that the security of the Windows family of products is hopelessly inadequate. Now there is a rigorous government certification confirming this.
    Definitely one for the sig quote file. :)
    --
    I'm proud of my Northern Tibetian Heritage
    1. Re:Not quite by mentin · · Score: 1
      The Common Criteria Evaluation Assurance Level 4 evaluation given to Windows 2000 only means that Microsoft followed some kind of software engineering methodology when designing and implementing Windows 2000.

      Security experts have been saying for years that the security of the Windows family of products is hopelessly inadequate. Now there is a rigorous government certification confirming this.

      So does RedHat certification for even lesser EAL2 means that Linux security is certified to be even more hopelessly inadequate? :)

      --
      MSDOS: 20+ years without remote hole in the default install
  77. All done with policy. by sbillard · · Score: 1

    C'mon! No news here. So you can gain "root" when booting into the console?
    Just go into your Admin Tools - Local Security Policy - Security Options, and set the "Recovry Console" option they way you like. If you're an administrator of AD objects, configure these rules in group policies at appropriate levels in your hierarchy.
    Recovery console: Allow automatic adminstrative logon
    Recover console: Allow floppy copy and access to all drives

    There are administrative templates you can import to expand the number of policy rules. You can build your own templates if you are a complete tool.
    I'm gonna follow this "trick" to the letter and see what happens. Stay tuned.

  78. this has got to be by Anonymous Coward · · Score: 0

    absolutely the stupidest story I've ever seen on this site. Timothy should be taken out and shot for posting this...my god...

  79. Borked! by JediTrainer · · Score: 1
    XP pessvurds rendered useless

    By Breeun Leefingstun

    Veendoos XP, vheech hes beee merketed by Meecrusufft es "zee must secoore-a ferseeun ifer," hes beee fuoond tu hefe-a a flev su bune-a-heeded thet it renders pessvurds ineffffecteefe-a es a meuns ooff keepeeng peuple-a oooot ooff yuoor PC.

    Reeder Tuny DeMerteenu elerted me-a tu zee prublem, vheech ell edmeenistreturs ooff Veendoos XP mecheenes shuoold immedeeetely teke-a tu heert:

    Unyune-a veet a Veendoos 2000 CD cun buut up a Veendoos XP bux und stert zee Veendoos 2000 Recufery Cunsule-a, a truoobleshuuteeng prugrem.

    Veendoos XP zeen elloos zee feesitur tu ooperete-a es Edmeenistretur veethuoot a pessvurd, ifee iff zee Edmeenistretur eccuoont hes a strung pessvurd.

    Zee feesitur cun elsu ooperete-a in uny ooff zee oozeer user eccuoonts thet mey be-a present oon zee XP mecheene-a, ifee iff thuse-a eccuoonts hefe-a pessvurds.

    Unbeleeefebly, zee feesitur cun cupy feeles frum zee herd deesk tu a fluppy deesk oor oozeer remufeble-a medeea - sumetheeng ifee un Edmeenistretur is nurmelly prefented frum dueeng vhee useeng zee Recufery Cunsule-a.

    Thees prublem is unreleted tu a feetoore-a ooff XP thet elloos un Edmeenistretur tu set up ootumeteec lugun vhee zee Recufery Cunsule-a is used. Ifee veethuoot zee Regeestry intry thet inebles thees, XP is foolnereble-a. (Fur inffu oon thet feetoore-a, see-a sooppurt.meecrusufft.cum/?sceed=kb;in-us;312149.)

    Veendoos 2000, ooff cuoorse-a, duesn't elloo Recufery Cunsule-a users tu eccess a herd dreefe-a veethuoot a pessvurd, iff oone-a prefeeuoosly ixeested.

    I nuteeffied fuoor Meecrusufft ixecooteefes ooff zee XP flev veeks egu, boot hefee't yet receeefed un ooffffeeciel respunse-a. Zeere-a's nu Knooledge-a Bese-a erteecle-a ebuoot it, und zeere-a mey nut ifee be-a a guud sulooshun tu zee prublem.

    Vhee I'fe-a spukee veet Meecrusufft secooreety prus ebuoot seemiler prublems in zee pest, zeey'fe-a refferred me-a tu a cumpuny puleecy thet seys, "Iff a bed gooy hes unrestreected physeecel eccess tu yuoor cumpooter, it's nut yuoor cumpooter unymure-a."

    Thet's ell vell und guud - boot zee fect remeeens thet Veendoos 2000 duesn't elloo unyune-a veet un oold CD tu get pessvurd-free-a eccess, und Veendoos XP dues.

    My recummendeshun: Iff yuoo use-a XP mecheenes in oopee speces, poot zee PCs beheend a lucked duur oor poot a luck oon zee PCs zeemselfes. Zee bed gooys knoo ebuoot thees flev, und it's joost oone-a mure-a theeng fur zee guud gooys tu prutect egeeenst.

    Tu send me-a mure-a inffurmeshun ebuoot thees, oor tu send me-a a teep oon uny oozeer soobject, i-meeel me-a et Breeun@BreeunsBoozz.cum veet "teep" in zee soobject.

    --

    You can accomplish anything you set your mind to. The impossible just takes a little longer.
  80. Everyone seems to be missing a point here... by weave · · Score: 1
    An attacker can boot up XP and start the Windows 2000 Recovery Console

    OK, how does this work? It doesn't say boot the w2k CD and go into recovery console. It says boot XP and start the console. How does one do that?

    This means that if you have your BIOS password protected to disallow booting from CD or floppy and your bootloader protected, you can still just boot XP and gain admin access.

    So everyone here is describing booting XP or Linux into single user mode or whatever. But that's not what the article is describing, so I'd like to know how this is done exactly (I don't have a w2k CD here...). Has anyone actually tried this and got it working?

  81. Swipe cards by fishbot · · Score: 1

    Rooting a linux box is something I have had to do in the past (sysadmin changes database passwords, packs up, goes home, leaves mobile phone turned off. Nice). However, it was a desktop system which is just sat there just waiting for the reset button to be pushed.

    To do that to any of the servers we actually care about I would have to have the relevant security clearance to get into the building holding the servers, never mind into the server room itself.

    This isn't a windows security floor, but you might want to take it up with your building manager if people can wander up to your servers unchecked.

  82. Doh. by Fuzzums · · Score: 1

    and if you have access to a linux server and have a set of rescue floppies, you also can access the system with / access and add an extra user.

    with physical access you can do quite a lot.
    put the hd of the to be hacked computer in an other and voila (unless you have a secure file system)

    --
    Privacy is terrorism.
  83. Shhhhhhhh! by kfg · · Score: 1

    Possession of fingers isn't due to become legal grounds for suspicion of terrorist activity until *next* week.

    KFG

  84. bah by Anonymous Coward · · Score: 1, Informative

    For encrypted filesystems, usually the key itself will be encrypted with a passphrase. This passphrase needn't exist anywhere except someone's head.

    1. Re:bah by Forgotten · · Score: 1

      Ok, but then you have a system that can't self-reboot. I'm not necessarily opposed to that - in fact I think it's a big part of the reason reliability (inability to be made to crash) is necessary for security. If you can use software and hardware that are guaranteed rebootable on their own, you can even remove entirely the ability to boot from other media (needless to say this is easier said than done).

      I don't think this is that far-fetched - I think that with the complexity systems will reach in the not-so-distant scifi future, the idea of booting a system will become quite alien - systems will be cloned already operating and shipped that way, never designed to be shut down. But we're a long way from that now and the reality is that auto-reboots are a complete necessity, so requiring a human-supplied passphrase is nonworkable in nearly every case.

      Another point is that out-of-band (in fact, extramodal) passphrases introduce a whole new set of different insecurities in storage and redundancy requirements (what if the human is killed? Where do you write it down? etc). It'd probably be easier to invest in a padlock. ;)

    2. Re:bah by Tony-A · · Score: 1

      Now you know the real reason for the interest in long uptimes.
      Boot into single-user and do whatever. Reboot system into normal. No traces.
      If the system stays up, it's much much harder not to leave traces.

    3. Re:bah by Forgotten · · Score: 1

      Well, there should by rights be a trace of the downtime itself, not just on the system compromised but on neighbouring systems. But yes, the ability to take it down also makes it easier to edit logs, beyond the fact that much less audit trial information will even be produced in single-user mode (or platform equivalent).

  85. Well DUH! by Anonymous Coward · · Score: 0

    Come on people! Is this news? If you didn't realize this already you have no business calling yourself a "nerd". Repeat after me: if you have physical access, you can crack the system.

    It can come in the form of key sniffers, rebooting from a floppy (or in this case CD), booting into another operating system, pulling out the hard drive, whatever.

    There are a zillion ways to do it.

    And this is just one.

    The only interesting thing is that both Slashdot and Ars Technica think this is newsworthy.

    Bah. Slashdot has *really* gone down hill... not that it started that far up hill.

  86. Wannabe slashdot lawyers by Anonymous Coward · · Score: 5, Informative

    Have you -read- the DMCA? Do you think the primary purpose of Windows 2000 was to be a circumvention device of Windows XP (which wasn't even released yet?)

    (2) No person shall manufacture, import, offer to the public, provide, or otherwise traffic in any technology, product, service, device, component, or part thereof, that--

    `(A) is primarily designed or produced for the purpose of circumventing a technological measure that effectively controls access to a work protected under this title;

    `(B) has only limited commercially significant purpose or use other than to circumvent a technological measure that effectively controls access to a work protected under this title; or

    `(C) is marketed by that person or another acting in concert with that person with that person's knowledge for use in circumventing a technological measure that effectively controls access to a work protected under this title.

    1. Re:Wannabe slashdot lawyers by rabandy · · Score: 1

      So if you got a library that is very obviously intended to play DVD's with NO sinister purpose, and therefore decrypted the CSS, would you be safe?

    2. Re:Wannabe slashdot lawyers by Anonymous Coward · · Score: 0

      "Have you -read- the DMCA?"

      <flabbergasted>

      Umm. What do you think the poster is. A lawyer???

      </flabbergasted>

    3. Re:Wannabe slashdot lawyers by Lxy · · Score: 1

      Chill out dude.. that was a post INTENDED TO BE FUNNY. HUMUROUS. Geezzzzz.....

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
  87. I hate Windows in general... by vectrex · · Score: 1

    but if you have physical access to ANY machine you can get root on it quite easily. Give me a home-made CD of Red Hat and I'll boot off it, mount any hard drive on the system and do what ever my heart desire. That's the case for ANY OS. I remember quite often I had to rescue some poor sob Solaris server because he forgot the root password. Just plunk in the Solaris CD, boot into the shell, mount the HD and vi the /etc/passwd to erase the root password, reboot and voila. . .

    Freshly hacked machine.

    Any right-headed sysadmin will AT LEAST lock boot off CD or floppy without some form of basic authentication.

  88. Late Breaking News! by chunkwhite86 · · Score: 1

    Crack Linux with Linux Boot Floppy (or boot CD!)...

    Stay tuned for more details!

    --
    I'd rather be a conservative nutjob than a liberal with no nuts and no job.
    1. Re:Late Breaking News! by mrkurt · · Score: 1

      There's also a way to break into RH 8 from GRUB and run root privileges... I forget the details now, but it's useful if you ever forget your password. The problem is, it makes a system vulnerable if everyone knows about it.

      --
      Always look on the briight side of life! (whistle, whistle)
  89. I just tried this by gold928s · · Score: 1

    and in fact there is a password required if the admin account has been set with a password...sorry but lets check our facts first...

    --
    2 b | ! 2 b
  90. Inaccurate: You can't copy to removable media by lseltzer · · Score: 1

    >>This method even allows someone to copy files to removable media, something which normally the Administrator can't even do in the Recovery Console

    By default this is disabed unless the user has enabled the "Local Policies-Security Options-Recovery console:Allow floppy copy and access to all drives and folders" in the Local Security Policy applet (Administrative Tools). This policy is disabled by default.

    I suspected this point was wrong and I've tested it myself. Obviously Brian Livingston didn't.

  91. And by the way... by lseltzer · · Score: 1

    Since you can't access the network or other media like ZIP or CD-RW in the Recovery Console, this supposed vulnerability is further mitigated.

    Of course you could copy files within the hard disk itself, so you could, for example, overwrite NTLDR and kill the installation. BFD - if you have no physical security to a system you have no security at all. If I wanted to kill the installation all I needed to do was format the disk and I can do that on any OS once I can boot another one on the same box.

  92. Security? by msouth · · Score: 1

    Too bad moderators can't use their points to re-categorize this under "It's funny, laugh" isn't it?

    --
    Liberty uber alles.
  93. I think the point is... by Tuffnut · · Score: 2, Insightful

    Everyone is ranting about if you have physical access you can just rip out the hdd and get whatever is on it.

    But in some conditions, say in a university computer lab where the computers are locked down, and monitored by surveillance video, its a little hard to do that without causing a rise in the security dept.

    With something like this, I can walk in, toss in the CD, and install backdoors at will.

  94. Grow Up... PLEASE. by Doomrat · · Score: 2, Interesting

    It makes me sad that Slashdot is looked upon as representative of Linux geeks.

    How incredibly pathetic do you have to be to poke fun at a windows exploit involving local access to the machine? Do you somehow think that Linux isn't just as vunerable? Wasn't it only 2 or 3 months ago that an article was posted here about security ending when a hacker has physical access to a computer?

    You Slashdot editors are a sad bunch of zealots. You are doing more harm for Linux advocacy than good. Thank god you're just a bunch of spotty geeks running an unimportant news site - if you took these sort of hypocritical attitudes somewhere which mattered, you'd end up in serious trouble.

  95. Encrypting your SAM key by scubacuda · · Score: 3, Informative
    I have not done this, but according to this article you can secure your SAM key on XP:

    You can encrypt your SAM file with SYSKEY and selecting the option to store the encrypted key on a floppy disk. Keep in mind that the floppy disk will be required during the system boot phase. Storing the encrypted key on the local drive is not as secure, since there are utilities available to manipulate the password hash. Make a backup of the floppy disk and store in a safe, in case your original floppy disk gets damaged.

    Equally important to protecting your SAM file, is having an understanding of the services you are running. Make sure that you disable unnecessary services for security reasons and to free up system resources. I've included below some of the services that I would disable by default. Keep a configuration file or maintenance log of the changes made to each host in your peer-to-peer network.

    NOTE: Make sure you make a full backup of your system before making changes.

    Services to disable:

    • Application Layer Gateway Service ? if not using Internet Sharing
    • Automatic Updates ? this can work for you or against you; at some point, someone will hack this process to propagate an attack on your system
    • Background Intelligent Transfer Service ? used by Windows Update
    • Error Reporting Service ? self explanatory
    • Internet Connection Firewall ? unless you are sharing Internet
    • NetMeeting Remote Desktop Sharing ? enable when you need it
    • Remote Access Auto Connection Manager ? unless sharing Internet
    • Remote Desktop Help Session Manager ? enable when you need it
    • Remote Access Connection Manager ? unless sharing Internet
    • Routing and Remote Access ? unless sharing Internet
    • TCP NetBIOS Helper Service ? used for WINS
    • Terminal Services ? enable when you need it
    • Upload Manager
    • WebClient

    1. Re:Encrypting your SAM key by indiigo · · Score: 1

      I find it hilarious that this was moderated only a 4. SYSKEY is the answer to this problem, and anyone who is serious about NT security (no snickers now) uses it, and has since NT4

      --
      fslg503-985-8686503-985-8686503-985-8686503-985-86 8650 3-985-fdsg8686503-985-8686503-985-8686503-9
    2. Re:Encrypting your SAM key by Dr.+Pervish+Patel · · Score: 1

      Fine, use SYSKEY. But it won't work in this scenario, where the RC does not allow me to copy the SAM. But I can delete it, or perhaps, replace it with my own. At this point what good is SYSKEY in this situation?

  96. My attempt... by mackman · · Score: 1

    Padlocked metal case, BIOS password with floppy/CD boot disable, GRUB password.

    Of course I'm still vunerable to bolt cutters or a set of those knives that cut pennies for only four easy payments of $39.99 and if you call in the next ten minutes we'll only charge you three easy payments of $39.99 that's a savings of $39.99.

    I guess I better hurry home and encrypt my harddisk in the next 6 to 10 weeks.

  97. yah, you can do it, but you're smart by Anonymous Coward · · Score: 0

    but we're warning about a technique a social worker or school teacher could use.

    You want to slow an intruder to the point that they have to worry about the next security guy doing his routine walk through. The idea of locks isn't that they're pickproof, it's just that they jam up the crook long enough that someone will see them.

    This is so easy, it can be done in under 10 minutes. In and out, won't get caught.

    MS is so incompetent.

  98. Crack XP/2000 with NOTHING... by Anonymous Coward · · Score: 0

    You can crack NT/2K/XP with the boot disk found at the following location. With that disk, you can change the password of the local administrator acount! I've tried it (on my own machine that for some reason forgot the passwds after a brownout), and it worked great! Floppy and CD images available at the site - and best part is it's a LINUX boot disk! :-D

    http://home.eunet.no/~pnordahl/ntpasswd/

  99. Not if you use EFS in a domain by g0hare · · Score: 1

    See, there's this thing called the Encrypting File SYstem, if the user's logged on as a d2k domain user, good luck getting to an encrypted file, it uses PKI, again slashdotters hate Win, but don't know how it works.

    --
    Vote Quimby!
  100. Brian Livingstone by Anonymous Coward · · Score: 0

    Wait a minute, didn't Brian used to have *hair* on his head?

  101. Use the Goddam BIOS password by AshuBhai · · Score: 1

    Yeah set a BIOS pass and use it.

    1. Re:Use the Goddam BIOS password by Anonymous Coward · · Score: 1, Informative

      hey dumbass, the bios password can EASILY be reset by taking the mobo battery out for 15-30 minutes or just taking the bios itself out. it isn't hard to do, the bios protection is zilch. nada. like, throw me a friggin bone here...

    2. Re:Use the Goddam BIOS password by deadmongrel · · Score: 1

      thanks for enlighting everyone! oh holy one.

  102. And to think.... by Seahawk91 · · Score: 1

    I always thought that you had to be a 14 year old highschool drop out to hack Windows. Whew..glad that has changed.

  103. You can do the same in 2K also by WhoDaresWins · · Score: 2, Interesting

    Yes, which is why this flaw supposedly exists in XP. It does not exist in W2K.

    It is trivial to get around the same thing in 2K also. Here is one simple way - just install another parallel install of 2K and boot into that as Admin, then you have access to all un-encrypted files on the other install. So the CD protection in 2K is nothing at all. Anyone who thinks for 5 mins can get around that (I'm amazed none of the supposed /. alpha geeks figured that one out). Most likely MS realised how futile all this was and made the XP CD simpler to do troubleshooting.

  104. whasthepoint by Anonymous Coward · · Score: 0

    So What? crack it kickit,and sledgehammer it.
    You can do the same with a football.

  105. Why don't you READ the article before posting? by Anonymous Coward · · Score: 0

    Anyone who paid attention to the article would realise that there is *NO REBOOT* involved in the process of breaching security. The flaw is related to an auto-login "feature" of XP - when the recovery console is started. So you could stop bitching about "you could do this to any machine with a floppy" or things like that - it's just not the same situation.

    1. Re:Why don't you READ the article before posting? by rwise2112 · · Score: 1

      Try reading it yourself!

      The article says "Anyone with a Windows 2000 CD can boot up a Windows XP box and start the Windows 2000 Recovery Console, a troubleshooting program."

      The recovery console can only be launched from a 2000/XP CD or from a boot menu if installed on the hard drive.

      --

      "For every expert, there is an equal and opposite expert"
  106. RTFA by almightyjustin · · Score: 3, Interesting
    That's true, if you use the CD on a Win2k system. It's apparently different if you use the Win2k CD with an XP system. Notice this line in the article:

    Windows 2000, of course, doesn't allow Recovery Console users to access a hard drive without a password, if one previously existed.

    --

    Omnes arx vestrum sunt adiuncta nobis.

  107. Far too complex by s0n_of_wangus · · Score: 1

    Everyone is always talking about these really complex and sophisticated ways to hack a XP box. I think they're all missing out...screw that damn win2k cd. Try a damn axe. Take that encrypted file system!

  108. No, No, NO!!! by alexburke · · Score: 5, Informative
    No, No, No.

    NO!

    You can launch the Recovery Console from CD (or hard drive -- hell, I have it installed on all my machines (winnt32 /cmdcons /unattend), but from within the Recovery Console you can ONLY log on to a Windows installation as Administrator (or whatever account was originally called Administrator if it was renamed), and you *do* require the password for it. NO OTHER ACCOUNT WILL WORK. (You are not even prompted for the user to log in as.)

    If you're stupid enough to leave the Administrator password blank on your box, then yes, you can just press Enter at the prompt and you're in -- however copying to a floppy, and access to directories Administrator doesn't have rights to access, are DISABLED by default unless you enable "Recovery Console: Allow floppy copy and access to all drives and all folders" (Control Panel > Administrative Tools > Local Security Policy > Local Policies > Security Options). Note this doesn't remove the login requirement -- it only adds more access once you've logged into the Recovery Console.

    It's a moot point anyway -- even if you have the Welcome Screen enabled (where Administrator doesn't appear unless there are no other accounts defined), you can just hit Ctrl+Alt+Del twice to blow right past the Welcome Screen and pop up the normal GINA logon dialog, where you can log on as Administrator (or whoever), and whatever password (or blank, if you don't specify one during installation -- thank God Windows Server 2003 warns against an insecure Administrator password during Setup).

    ...

    Okay, I've somewhat calmed down now.

    Even though I'll bet 75% of posts to Slashdot are made from Windows machines, I find it unbelievable that trash like this makes the front page, let alone goes unrefuted for this long.

    Sheesh...

    *sigh*

    1. Re:No, No, NO!!! by Anonymous Coward · · Score: 0

      I was wondering how long it would take someone to write something like this... I'm just curious about how many people have actually TRIED this before they posted their out-of-ass comments. My guess -- out of my ass, until I get a copy of XP to verify the truth -- is that Microsoft hired good enough coders that they didn't need to hard code security (i.e. admin access shouldn't be possible under any circumstances without the password anyway). Of course, if you're stupid enough to allow people to boot from CDs or not have your BIOS passworded, like a certain university I attend (and they're real Linux buffs, at that!), you deserve nothing less than for your hard drive to be wiped and all your data replaced with multiple goatse pics just to make sure you can't recover what was on it. Just my heartless thoughts. (True, there's a limit to security when the CMOS can be reset by a jumper or by removing a battery, but what kind of "users" does one have that would open up his boxen, anyway?) Whoa, that was longer than I expected... /out of ass rant

    2. Re:No, No, NO!!! by Johnno74 · · Score: 1

      Thank you!

      I was wondering when someone who knew what they were talking about would come along. I have never seen so many highly-modded posts (even on /. - honest) by people who haven't got a clue what they are talking about.

      If only I had some moderator points, I'd be modding DOWN all the posts here that are complete bullshit.

      Moderators, please don't just mod someone up because they *sound* authentic.

  109. Re:How does this have anything to do with Security by GMontag451 · · Score: 1

    Sorry, but being able to take the server beats out any simple access concern that you might have.

  110. How to crack linux with Windows 98 by woogieoogieboogie · · Score: 1

    Get 1 copy of Partition Magic. Repartition the drive and install windows 98 on that partition. Install http://www.ext2fs-anywhere.de/ or http://uranus.it.swin.edu.au/~jn/linux/explore2fs. htm . You now have access to any and all files on the linux box.

    --
    ... Governments are instituted among Men, deriving their just Powers from the Consent of the Governed...
    1. Re:How to crack linux with Windows 98 by omega9 · · Score: 1

      What about ext3? Oh, well, I guess you can actually mount ext3 as ext2 so that's no good. SOL? Uh.. there's still Reiser, XFS, things like EVMS, etc.. . Got yourself a nice Win98 proggy to mount those? I doubt it.

      Instead of trying to look cool and access an operating system from another operating system, the best choice is usually the same exact operating system. If you've got the capabilities to install a new system along side the old, why bother with freakin' 98?! Intercepting a Linux filesystem is as easy as installing a parallel copy of Linux with a kernel built to access as many given partition types as possible. Hell, download or build a bootable Linux CD-Rom distro and use that. Intercepting NT/2000/XP is exactly the same. Since we've already accepted physical access, just pop the drive out and into another NT/2000/XP machine and mount the NTFS volume. It's trivial and you instantly have a set of naitive tools built to work with that filesystem.

      --
      I'm against picketing, but I don't know how to show it.
  111. Microsoft said it best.. by ldopa1 · · Score: 1

    I someone has physical access to your computer, the computer is no longer yours...

    With that in mind, I can get Administrator access with a screwdriver...

    --
    The Dopester
    "Yes, I'm a Karma Whore, but I'm doing it to pay my way through school."
  112. ntfs dos by Anonymous Coward · · Score: 0

    Who needs the cd anyway....

    http://www.ntfs.com/products.htm

  113. I'm glad to see by Anonymous Coward · · Score: 0

    That the anti-microsoft camp can't come up with anything better than this to bash Microsoft with. With posts like this considered news worthy, it is only a short matter of time before Slashdot ends.

  114. So what? by SCHecklerX · · Score: 1

    If you have physical access to a computer that is not using an encrypted file system, you'll pretty much always be able to do whatever you want with it. Ever here of 'linux single?'

  115. XP: the most unsecure pos on the planet by Thaidog · · Score: 2, Insightful

    XP, just like any other os is only as secure as you make it... It's the classic trade off between usability friendlyness and security... It takes weeks to make XP a secure os... the default install is for looking good, which is what sells it in the 1st place... netbios on automatic, terminal services enabled, firewall not, file sharing enabled, internet serices enabled... the only way to make it work is to shut everything off and go *back* in... turn on only the thing you need, and then redo nearly all the local security policies... clt-alt-del log in... fast user swtiching off... encrypt the temp folder, make sure remote desktop is off... rename the adimn account, turn the guest account off, turn show last user name off... it just keeps going and going... the more I think of, the more I feel naked everytime I boot up. Mac OS X seems more secure, but there is always the OS 9 boot and modify issue... where you need to set the system to have a password when booting into it... and open firmware password... you have to *make* it secure... they need to have a "secure install" option for all default installs for these OSes...

    --

    ||| I still can't believe Parkay's not butter.

    1. Re:XP: the most unsecure pos on the planet by Alex_Ionescu · · Score: 1

      I don't know if you are trolling but get some facts straight:
      Terminal Services in XP is not on by default, the service you speak of is ther for compatibility and other internal functions to work. It doesn't allow ANYONE to remotely admin your XP computer. Firewall is enabled by default, at least when I install it, and file sharing is disabled by default, you have to share your files/folders yourself. Guest account is off by default as well. XP isn't as insecure as you think. As long as you made a strong admin password for both the Administrator account and yourself, there is no real easy way to remotely crack into the system, unless you use a really old version of Outlook and never let automatic patching run. I mean, the damn thing even makes a seaparate account for the main user, unlike other Windows versions where you always logged in as Admin(root) by default. And it also lets you run applications in guest mode. Besides, if someone has physical access to your machine, it isn't hiding the last user name or encrypting the temp folder that's going to help.

    2. Re:XP: the most unsecure pos on the planet by Thaidog · · Score: 1

      Wrong! Go to services: look at terminal services... it's enabled automatic with a default install... the firewall is not enabled... I'm not trolling... If I were I'd be laughing... just because XP makes a separate admin account does not mean it's any more secure... in fact if makes things *less* secure since now all a hack has to do is crack the password if you do not rename the account (50% already done for the hacker) I can't remember about the guess account... I'm at work on a 2000pro box... This is for XP pro default install.. if yours is different I'd like a copy. Somebody back me up on this...

      --

      ||| I still can't believe Parkay's not butter.

    3. Re:XP: the most unsecure pos on the planet by thechink · · Score: 1

      Wrong! Go to services: look at terminal services... it's enabled automatic with a default install

      Yes the service may be running but Remote Desktop (available in XP Pro only) will not work unless you allow connections. Connections are disabled by default.

      Right-click My Computer and select the Remote tab, you'll see the checkbox to allow/disallow connections.

  116. ....This is old news by ubugly2 · · Score: 3, Funny

    they wouldn't let me on the plane last year with a sawzall and a chainsaw,but they didn't find the log splitter.

    1. Re:....This is old news by Anonymous Coward · · Score: 0

      where did you hide it?

    2. Re:....This is old news by ubugly2 · · Score: 1

      i'm not saying and no i do not have a website on christmas island

  117. unrestricted physical access by naejulak · · Score: 0, Troll

    "If a bad guy has unrestricted physical access to your computer, it's not your computer anymore." Yeah, well if a bad guy has unrestricted physical access to your asshole, it's not your asshole anymore. That doesn't mean you lube your ass up every morning and pass out condoms and KY to everyone you see.

  118. Re:NTFS - EFS - OK if Recovery Key Deleted ? by pg--az · · Score: 1

    I had previously assumed that the Admin-Recovery-Key was encrypted using the actual admin-password, so that resetting the hashed-password on the HD would not give the intruder the recovery key. Therefore up to today I had not bothered to export-and-delete the Admin-recovery-key. It "ought" to be true that generally speaking, recovery keys are encrypted using the actual user-passwords, so why should the Admin-recovery-key be an exception to this ? Of course "ought" may not apply to EFS, since I have never read anywhere that they have even started scrubbing-the-backup-files after you encrypt just a single file. This is a troubling issue - I would appreciate a reply if you know what's actually going on in there. Hopefully you'll tell me that the EFS keys are indeed encrypted using the user-passwords, it's just obviously gotta be true, mumble, mumble....

  119. linux init=/bin/sh by wotevah · · Score: 1

    The above would give you a shell sitting on the read-only root fs. You'd need to remount it read-write - mount -o rw,remount -n / and possibly mount the other partitions such as /usr to get to the rest of the binaries.

  120. How is this different by mindstrm · · Score: 1

    than any other operating system we generally talk about? Including linux, etc?

    You can boot from something else, and mount the disk, and even USE the stuff if the system you booted is compatable.

    OHH WOW you mean someone can read my files? Shocker.

    Why is this news? I mean, I know slashdot has a lot of news that sucks.. but this is over the top.. where's the beef?

  121. Public Access Workstations by Anonymous Coward · · Score: 0

    One thing this affects, which most of the geeks miss, is Public Access environment, such as a school or a library. This type of information makes every kid with a Windows 2000 cd a potential machine wrecker. As a person adminstrating PC's in a library, it makes me all that much more happy I have Floppy/CD locks, and DON'T run Windows XP. Any library or school running XP is screwed at this point.

  122. Secure machine with BIOS by Anonymous Coward · · Score: 1, Insightful

    If someone has physical access to a machine, no recovery console restricting access will be effective. A good precaution would be to restrict booting to the hard drive only and password-lock the BIOS. Opening the box is a lot more conspicuous than sticking in a boot disk.

  123. overcomplicated by omega9 · · Score: 1

    Talk, talk, talk. All you need is this:

    http://home.eunet.no/~pnordahl/ntpasswd/

    Bootable linux floppy that can reset the password for any local account without knowing the old one. At our .edu students are constantly doing Win2k labs, forgeting their passwords, and showing up at my office door to get it fixed. Been using that same floppy for greater then a year now and it's never failed.

    But, like eleventy people have stated before, once you have physical access to the machine, discussing it in any more detail is just verbal jacking off.

    --
    I'm against picketing, but I don't know how to show it.
  124. BFD by nnet · · Score: 1

    You can also bypass any Linux passwd restriction, in boot, with a cd or floppy.

  125. Exactly: So What? by AyeRoxor! · · Score: 1

    Microsoft never purported NT to be secure out-of-the-box. If there are files you wish to protect, it is incredibly easy to mark those files or folders as encrypted. You *cannot* get into those without the proper passwords. Take my word for it. When my admin account got corrupted, there went my best porn.
    Which reminds me: don't encrypt without making an account-recovery disk. :-P

  126. The real surprise in this story by m0nkyman · · Score: 1

    The real surprise in this story for me is that the Admin is not supposed to be able to copy data to a removable media device in 'Recovery Console'. What kind of inane thinking is that. If you're sitting in front of the computer, and you have root/Admin access, you should damn well be able to do whatever the hell you want. As a user, if I want to secure something, I make an encrypted disk image, and store secure stuff there. I want to be able to get at everything on my computer if I want to.

    pfft.

    --
    ~ a low user id is no indication I have a clue what I'm talking about.
  127. Then don't be an idiot by Sycraft-fu · · Score: 1

    Secure the damn terminal physically if it is in a public area. Set the BIOS to boot only to the HDD, put a password on the BIOS and lock the case. While you are at it, lock the case to the ground so someone doesn't walk off with your system.

    Oh, and all passwords are encrypted in a Windows only network. Old stuff like NT4 uses a deeant challange/respone technique and Windows 2000 and better use an effectively unbreakable one.

    This is just no big deal at all. Secure the machine properly, and there is no problem.

  128. All you need is ghost by Anonymous Coward · · Score: 0

    All you have to run is Symantec Ghost ( http://www.symantec.com/sabu/ghost/ ) on a boot-cd or boot-disks. Then you can save all partititons on another computer in the same network.

    It supports most filesystems (like Linux EXT3/WinXP NTFS). After running all partitions into a .GHO file, you can easily open all files from any partition in a Windows-version of Ghost Explorer, leaving no track on the computer you have "attacked".

    How to prevent files from being seen you say? Welllll....

    Windows TIP:
    1. Use a long password in Windows ( any SAM file can be extracted from the .GHO file(s) and cracked using a brute-force utility like l0pht) Longer passwords make the password-cracker use a long time. "I recommend: This^sAFr3akinLongPassword1234"
    2. Rightclick on folders like my documents and select Advanced->"Encrypt contents" This encrypts pretty good.

  129. I'd like to have that question answered, also. by Futurepower(R) · · Score: 1

    YES!!! I'd like to have that question answered, also. Please provide a link on how to make the linux boot disk with the NTFS driver.

  130. No write to NTFS under Linux? by Futurepower(R) · · Score: 2, Insightful


    The answer appears to be that there is no write capability to NTFS in Linux: Linux-NTFS Project

    1. Re:No write to NTFS under Linux? by scalis · · Score: 1

      Maybe so, but theres always this little DOS util if write access is needed.
      There is no problem building a boot disk for BSD to bypass security either, by the way....

      --

      True ravers don't need drugs
  131. Re:NTFS - EFS - OK if Recovery Key Deleted ? by AdmV0rl0n · · Score: 1

    This kind of hacking only gets local machine admin access.
    Please be aware IT DOES NOT gain you access to domain user data.

    We tested, the NETWORK domain users data does not even show up on the computer. Only the local computer domain data can be breached.

    Quick test method:

    Take a machine that belongs to a network domain. make a couple of users on said machine.
    Now remove the machine from the network domain (make it a workgroup with a different name, or stand alone machine)

    Now reboot

    Sign in using local machine admin

    All the accounts you have and data is now not available, visible etc etc

    AdmV

    --
    We`re all equal .. Just some of us are less equal than others.
  132. Omnis tuus castra sunt inesse nos by Anonymous Coward · · Score: 0
    LINUX SUX LOLOLOLOLOLLLLLLLLLLLLLLLLLLLLOOOOOOOLOL

    Mod me down please, I want you to waste your mod points on me instead of using them on good comments.

    Slow Down Cowboi!

    Slashdot requires you to wait 2 minutes between each successful assraping of a Slashdot editor to allow everyone a fair chance at their soft pink buttocks.

    It's been 1 minute since you last successfully spooged up Michael's ass.

  133. Linux? by Anonymous Coward · · Score: 0

    Good thing this can't happen in linux! MS Sucks! LOL!

  134. an easier way to root XP by EngMedic · · Score: 1

    As coincidence would have it,a friend of mine forgot her password on her laptop, which runs XP Home. She needed access, obviously, so she asked me for help. First thing i tried was booting into safe mode, which gave me admin privelages. Win2k recovery disks? who needs em?

    --
    filter: +3. Hey, look! all the trolls went away!
  135. Message from Bill Gates by Anonymous Coward · · Score: 0

    Dummy and Stupid users of windzoe you all dont need security. So what windoze has more holes than mars and buggy as hell but it is easy to use. So pay me more money thru subscription now ...you all windoze users. ehehhheehehehe

  136. Another Flaw by ShoeHead · · Score: 1

    How about this? Every encrypt an NTFS file and later regret it because you lost the password/user profile? Just use the backup wizard provided with XP. Copy it to some backup location using the option "remove security restrictions" and you're home free when you restore it. Pretty lame, if you ask me, but it helped when I needed it.

  137. Old News by SLASHAttitude · · Score: 3, Informative

    Unless this can be done remotely this is very old news. Every NT/2k/.net admin worth his salt has known this since nt4 if not before. It is the something if you have a slack or gentoo cd and have local access to linux box. There is not much that can be done if you have local access. In my mind this is what is wrong with the security world today. A lot of people taking shit like this to far. This is not an exploit and should not be treated as such. You should note it and not let just anyone have physical access to your network.

  138. Quality is Microsoft's job #1. by rice_burners_suck · · Score: 1
    I have an idea that will promote greater computer security throughout the Windows-based computing world. If you have anything to add to this, please do... I'm interested to see what people think of this.

    Ok, here goes: Microsoft should release a patch for Windows NT, 2000, and XP. This patch will modify the login window as follows: You'll have the option, as you do now, to enter your username and password. Additionally, the "shutdown" button remains, as it is assumed that if you have access to the machine, you're allowed to shut it down and restart it. (Besides, it's not like Windows is reliable enough to omit this button.) But here's the improvement: Microsoft will add a button called "Unauthorized." Anybody with access to the machine can click this button. It will immediately log them in as Administrator, or whatever 'root' is called on Windows, but without prompting for any password or other such pesky information. In other words, it will provide an obvious way for unauthorized users to log in and perform damage to the machine. Administrators will have no way to disable this button. As an added convenience, Microsoft should add a similar feature for remote logins, so that hackers on the other side of the world can take control of your machine within 10 seconds, without knowing any more than your IP address. (Oh, wait... This feature is already present... My bad.)

    To spruce up future versions of Windows with innovative graphics and whatnot, this button will present the user with a menu, instead of immediately logging them in. The menu will include:

    Format hard drives...
    Perform DoS attack... (which will display a dialog box requesting the IP address or DNS name of the host to be attacked)
    Spend administrator's money... (which will charge every credit card stored in Microsoft Wallet or whatever it might be called to a drug dealer's account in Columbia)
    and finally, Log in as Administrator without password (which performs the action described in the second paragraph of this innovative post)...

    Microsoft. Where do you want to give us your money in exchange for crappy products today? Microsoft is not a trademark of Microsoft Corporation despite what they claim about the use of their own name... It's a REGISTERED trademark. There's a difference, you idiot.. IBM is a registered trademark of Jack's Donuts. Hewlett Packard is a registered trademark of Ali's Carpet Service. All other trademarks are the property of their respective owners' pregnant 15-year-old daughter-in-law, or some bum on the street if they don't have a 15-year-old daughter-in-law or she is not pregnant.

  139. Mod parent up! by vogon+jeltz · · Score: 1

    Amen brother! Respecting some simple rules, you can quite easily secure your Linux box:

    * Password protect your BIOS
    * set up Lilo to not allow "boot: single" (easy)
    * as opposed to other comments, ordinary users can't mount other partitions on the same system unless they are explicitly mentionend in /etc/fstab
    * home directories should be "chown 700"
    * physically secure your machine with a lock and/or intrusion detection.

    That should do the trick.

  140. An OS -can- know it's phys sec was breeched... by ivi · · Score: 3, Informative


    As early as Compaq's Deskpro 4000, there was:

    - a software-controlled case-lock &
    - a case-opened sensor

    The box's firmware could be setup to use the
    sensed indications that the case had been opened
    (with or without use of the s-w-cont'd case-lock)

    By the way, has anybody got code that can access
    case-opened indicator and/or s-w-cont'd lock, eg
    for us in an Open Source OS?

    TIA

    1. Re:An OS -can- know it's phys sec was breeched... by Anonymous Coward · · Score: 0

      That's a really good idea. I'd like to see case censores on modern computers. Is it possible to have the computer protect itself in the event that an attacker goes straight for the CMOS battery? Like if the OS was shut down properly and then power was cut? You might as well attatch a friggin' car alarm is what I'm thinking...

  141. Another way to 0wn a Windows box by Zog+The+Undeniable · · Score: 2, Informative
    There's a Linux-based boot floppy which purports to change any user's password (including Administrator) on any Windows NT/2000/XP box. I can report that it works perfectly on XP. if Administrator has been renamed, no problem: it picks up the account with a SID of 500 and suggests that might be the one you're after. All good clean fun. You can get the floppy disk image from here.

    I suppose the moral is to remove all floppy and CD drives from your corporate PCs. Disabling floppy boot in the BIOS will keep the haX0rs out for about 20 seconds, as this is how long it takes to flip open the case and short out JP1 to reset the BIOS password. If they have to bring their own floppy drive it slows them down a bit more, plus it's rather obvious.

    --
    When I am king, you will be first against the wall.
  142. how To Moderate /. Stories... by ivi · · Score: 1


    1. Get latest Slashcode
    2. Add Subject feature
    3. Get /. to use your enhanced Slashcode

    Too easy, eh? ;-)

  143. So let me get this straight... by nightles · · Score: 1

    If someone gets phsyical access to my Windows XP based PC, they might be able to get at my files?!

    Oh the humanity!

    Isn't this true of the majority of operating systems in default configuration, both Microsoft and otherwise?

  144. This is why 2k rcons won't ask password on XP by Petroman · · Score: 2, Informative

    First, of course as long as there is physical access, there is always a way to get at the data. It may be difficult if encrypted etc but there is always a possibility. So for that reason that article was not a big thing, but nice to know anyway.

    So. This is how Recovery Console works:
    (goes for XP and 2k)

    When it starts, it tries to find your windows system.If it finds several (on different partitions for instance), you are promped to which one to log into.

    Then it tries to read the relevant registry files for the installation. This is the sam file for user accounts/password, and at least the software hive, which is where it's settings are stored, the settings in the security policy that tells if it should prompt for admin password and also if it should allow full access to the drive and floppies etc. More on that later.
    It also need the system hive to make use of the commands which allow changing the list of services to start at boot.

    But.. here's the point:

    If it can't read the registry (especially the sam file) because it's either corrupt or not there, it will simply go right ahead, since it can't verify any password. This is probably by design.

    Now, MS changed the registry file format between 2k and XP! Just a little, in XP they use "real" hashes for the key lookup tables, instead of just the first 4 letters of the name as in 2k.
    (it took me some time to find out this when making support for XP on the ntpasswd tool)
    Thus.. 2k recovery console (and 2k istelf for that matter) CANNOT READ THE XP REGISTRY at all! And it then falls back to no-password mode. You also cannot change service start parameters with 2k console on XP because of it being unable to read the registry, but NTFS is apparently compatible enough so you can read the files off the disk.

    MS has always had inadequate(sp?) recovery options in their OS, "reinstall" is the usual answer when things won't boot properly. I think the recovery console is pretty OK, not quite there yet, but it's better than nothing (like in NT4).
    And, yes, IMHO, using the physical access explanation when people pester them about getting to much access on the recovery tools is quite appropriate.

    1. Re:This is why 2k rcons won't ask password on XP by Tim+C · · Score: 1

      If it can't read the registry (especially the sam file) because it's either corrupt or not there, it will simply go right ahead, since it can't verify any password. This is probably by design.

      Of course it's by design. How else could you gain access to your machine to fix a corrupt registry?

      I've actually had to do this, when my machine ate the registry once when my girlfriend rebooted (cleanly) because 2k was behaving oddly. If I hadn't been able to, the only recourse I would have had would have been to perform a complete reinstall.

  145. DMCA by Anonymous Coward · · Score: 0

    So, Windows 2000 is illegal per the DMCA, right? :)

  146. MOD THE PARENT POST UP! by Futurepower(R) · · Score: 1


    MOD THE PARENT POST UP! Corporate security depends on making the intruder do something he or she is unlikely to be able to do. It can be made very unattractive to open a computer case.

    Taking advantage of this vulnerability looks a lot like normal computer use. It is possible to change the administrator password from DOS, for example, but most people don't have the software to do so. (See Windows XP may provide no local security.) This is simpler and quicker, and involves having only an easily available CD.

  147. ... but is it news? by gotan · · Score: 1

    I mean: this has been around for so long, everyone should know it by now. That is why so many reactions are what they are. Sure it is a security hole, but a very obvious one, so why post a big article about it? Every sysadmin should know about it and about the relevant security measures anyway.

    The big picture is that most admins assume that noone will boldly open the computer case and simply attach the disk to an other computer, and that there's a lot of admins who also assume that noone will fiddle around with the boot sequence to gain unauthorized access. They basically trust the person who sits in front of the computer.

    So the fundamental question is: how much do you trust the person in front of the computer and how much effort are you going to invest to secure the machines against their unauthorized access.

    --
    "By the way if anyone here is in advertising or marketing... kill yourself." -- Bill Hicks
  148. How dumb by Mr.+Piddle · · Score: 1

    For basically every operating system ever made: if you have an install or boot CD, the firmware passwords aren't turned on, and the physical doorways to the computer aren't locked, then, well, what do you expect?

    --
    Vote in November. You won't regret it.
  149. Re:How does this have anything to do with Security by shepd · · Score: 1

    Sooo... you'd feel just fine about running the network cables and power cables outside and just leaving the server on the downtown streetcorner by the $10 hookers?

    The fact that only 1000 people have access means it's somewhat secured physically already. That is, unless you're like me and your entire town has less than 1000 people in it. :-)

    I can only imagine what would happen to the college's servers if they were installed in a computer lab instead of the server room.

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  150. Er... W-I-L-L-I-A-M... by enune · · Score: 1

    Me see shiny disk.. Me change SAM database with car key... Disk no work no more? Me create NTFS to fix. Yes. Me invent wheel, discover fire.. Build OS. Me Bill.

  151. The Answer by ColonBlow · · Score: 1

    Fortunately I've discovered a redundant layer of password protection in the screensaver control panel. I'm pretty sure this will catch whatever security whosywhatsit your talking about.

    --
    free online diet tracking.
  152. Safe mode by Anonymous Coward · · Score: 0

    Has anyone else noticed that on WinXP home (at least the version that comes with Dell) booting into safe mode brings up the un-password protected Administrator account?

  153. Not Boot'n'root by Anonymous Coward · · Score: 0

    Well if I understand things correctly this flaw doesn't require you to reboot into some prepared media. All you have to have is a local login and access to the CDROM. This is definitly worse than boot/root floppies.

    Peder

  154. Last Post! by alpg · · Score: 0

    ... there are about 5,000 people who are part of that commitee. These guys
    have a hard time sorting out what day to meet, and whether to eat croissants
    or doughnuts for breakfast -- let alone how to define how all these complex
    layers that are going to be agreed upon.
    -- Craig Burton of Novell, Network World

    - this post brought to you by the Automated Last Post Generator...