Slashdot Mirror


WinXP Security Flaw

Many readers have submitted word of the newest security hole in Windows XP. joshjs, for instance, writes: "Don't know if this is common knowledge at this point or not, but apparently some security researchers discovered that Windows XP's universal plug and play features contain a huge security flaw: 'A Microsoft official acknowledged that the risk to consumers was unprecedented because the glitches allow hackers to seize control of all Windows XP operating system software without requiring a computer user to do anything except connect to the Internet. ... Microsoft made available on its Web site a free fix for both home and professional editions of Windows XP and forcefully urged consumers to install it immediately.' Read more at the Washington Post's story." No OS is perfectly secure, but I bet a lot of new XP owners won't be too happy about this. Update: 12/20 20:05 GMT by T : fcrick submits a link to the same AP story at Wired, and several readers have pointed out that a patch is available. Update: 12/20 21:31 GMT by T : And as banuaba writes: "This hole also affects versions of 98 with XP File sharing installed and all versions of ME."

628 comments

  1. PNP by _typo · · Score: 5, Funny
    This gives "Plug and Pray" a whole new meaning.

    Plug your XP box to the internet and pray for the hackers not to find it.

    --

    Pedro Côrte-Real.

    1. Re:PNP by DA_MAN_DA_MYTH · · Score: 3, Funny

      If your prayers are not answered PNP should be changed to PNLSEP:

      Plug and Let Someone Else Play.

      --
      "It takes many nails to build a crib, but one screw to fill it."
    2. Re:PNP by ecruiter · · Score: 0

      Steve Gibson has been screaming about XP's gaping security hole for months. The OS allows access to raw sockets and, therefore, the entire kernel. How bad does software have to be for people not to buy it? I would make it a point to check out his Sockettome utility at. . . http://grc.com/dos/sockettome.htm

    3. Re:PNP by tzanger · · Score: 4, Insightful

      The OS allows access to raw sockets and, therefore, the entire kernel.

      Go read it again. Raw sockets is not a security flaw. Unix (including Linux and OSX) has them too. All it means is that it's easy to spoof packets. That's it.

    4. Re:PNP by barzok · · Score: 4, Informative

      No, the difference is that in Linux (for example), you must be a priviledged user (root) to do raw sockets. In XP, last I heard, any user could do it.

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

      This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center.

      Hello? It's got Lookout on it don't it? What about that flaw in IE that was just posted a few days ago. I thought they said that it's bundled therefore it's part of the operating system.

      I guess they don't think that way when they try to cover there dirty big secret.

      Ya got to have rocks in your head to use XP...

    6. Re:PNP by Rotten168 · · Score: 1

      No, the security flaw is that in XP the default user is the administrator. A restricted user needs to be created.

    7. Re:PNP by Zigg · · Score: 2

      Steve Gibson rather enjoys making mountains out of molehills. His rants are often accompanied by much apocalyptic hand-wringing. XP is no less secure than any previous Microsoft OS wrt raw sockets.

    8. Re:PNP by Wolfger · · Score: 1

      Is it just me, or does anybody else think this is hilarious?

      The bug allows hackers to take over your computer as soon as you go online.
      Microsoft makes the patch available online, and encourages users to go download it....

      If I was running XP, I'd be crying. Instead, I'm laughing.

    9. Re:PNP by Anonymous Coward · · Score: 0

      shit, and i left my XP machine connected to the internet at school while im at home for the winter break. all you hackers out there please dont scour the UC networks looking for easy targets or there will be hell to pay

    10. Re:PNP by thing12 · · Score: 1

      True, but how often in the real world are the users logging in at the console of their own computer NOT root/administrator (or equivalent). The reasoning behind non-root users being unable bind to ports below 1024 (and a few other things) has always baffled me. The original intention as I understand it was to say that one could trust the service running on that port since it was started by the owner of that system. But this was back when the only unix systems out there were at universities and cost absurd sums of money. Now fast forward to today... unix can be run on commodity hardware and therefore nothing stops a blackhat from setting up his own server and running services on low ports or spoofing packets. So why does this restriction on ordinary users really increate the security of a system in the real world?

    11. Re:PNP by Anonymous Coward · · Score: 0

      Funny!

    12. Re:PNP by Anonymous Coward · · Score: 0

      Man, MS would have been praying if that guy had released exploit details. Someone whips up a worm that disables/trojans Windows Update...99.99% of Windows users are not savvy enough to do anything but run Windows Update.

      I swear to you that right now, all of MS's security efforts rely on Windows Update. If just one person writes a worm that affects desktop systems and trojans/disables Windows Update (and Norton's virus autoupdate), it's the end of the world.

    13. Re:PNP by Dungus · · Score: 1

      If inetd, httpd, sshd, etc, crashes, a normal non-root user could not install their own service in its place, pretending to be a legitimate servoce, and gathering passwords.

    14. Re:PNP by Anonymous Coward · · Score: 0

      Why don't you just shut it down?

      You do have full control of your machine via this hole! ;)

      BTW: I thought XP had "terminal services" built in. You could just use that to connect to your machine at school and patch it that way. Then again maybe it isn't installed by default?

    15. Re:PNP by rosewood · · Score: 1

      Doesnt matter if they have the default firewall on ... which users should since its on by default and the argument is that things on by default stay on

    16. Re:PNP by AME · · Score: 2
      how often in the real world are the users logging in at the console of their own computer NOT root/administrator (or equivalent).

      My primary computing platform at work and at home is Linux and I almost *never* log in as root.

      When I do something affecting system files or otherwise potentially dangerous (seldom), a little dialog pops up and asks for the root password. I am, therefore, reminded to use caution when I engage in such activities.

      --
      "I have a good idea why it's hard to verify programs. They're usually wrong." --Manuel Blum, FOCS 94
    17. Re:PNP by thing12 · · Score: 1

      Sure, but you could say about the hundreds of services that run above 1024 as well. Look at nearly every database server (mySQL, PostgreSQL, MSSQL, Oracle), proxy services, irc, those services don't run as root. A better answer is to lock down permissions on every port individually, set them to be owned by a specific user. So root doesn't have to be the one to start httpd, let 'www' do it. There has been a portfs patch for linux for years to allow filesystem like access to ports. Why it hasn't gotten into the real world is another thing that makes no sense to me. My whole point was that 1024 is a very arbitrary number. It's silly that we're still forced to deal with it.

    18. Re:PNP by brettper · · Score: 1
      >XP is no less secure than any previous Microsoft OS wrt raw sockets.

      Erm. Isn't XP the first one to actually have raw sockets?

    19. Re:PNP by thing12 · · Score: 1

      Sure, you don't, I don't either. But talk to most real unix sysadmins and you'll discover that most of them spend 99% of their day logged in as root. It's been the same wat at every company I've worked, and these were large corporations. And I'm sure that many linux newbies users probably become frustrated by the lack of power granted to their lowly user accounts compared to what they can do in Windows. As a result they end up either giving up on linux or spend most of their time su'd to root.

    20. Re:PNP by Bert64 · · Score: 0

      Look at the website defacement mirrors, alldas.de or safemode.org, a few months ago the windows update site itself was compromised by one of the recent worms... the "Hacked by chinese!" one.. i forget what it was called.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    21. Re:PNP by chris_7d0h · · Score: 1

      Yes, and most of the people here don't have root access on their Linux boxes at home, right?

      As I see it, the only thing the Linux root enforcing is doing is mayhap prevent white-hat-hacker-jack from acting black-hat by spoofing packets in his sleep.
      (This comment is limited to "single user systems" such as MS Windows 1..N and private desktop (Uni|Linu)xes )

      --
      In a society that believes in nothing, fear becomes the only agenda ~ Bill Durodié
    22. Re:PNP by Antipal · · Score: 1

      "Plug and pray" : windows is like screwing a whore without a condom

    23. Re:PNP by Zigg · · Score: 2

      The interface as such, yes (as far as I've read). However, constructing your own packets is not exactly rocket science in any past consumer OS, nor is it blocked by any sort of security.

    24. Re:PNP by Tony-A · · Score: 1

      No, he's right. This is the first network-based, remote compromise that he is aware of. The others are Outlook-based, IIS-based, IE-based. If he is not aware that Outlook, IIS and IE are pretty much useless without the internet, ...
      Remember, these are the guys bringing you .NET, Passport, Hailstorm, etc. Is your data safe today? Tomorrow?

    25. Re:PNP by didyaseethat · · Score: 1

      Couple that with a worm that makes compromised boxes register random XP serial numbers with random hardware configs, and MS is brought to its knees. Imagine all the new WinXP installs being rejected by MS. A DOOS attack. Seems like this one would be easy to do also.

  2. This feature courtesy of al_quesadia? by sunking7 · · Score: 1, Funny

    Was this what they were suggesting they'd done to compromise XP?

    1. Re:This feature courtesy of al_quesadia? by Anonymous Coward · · Score: 0

      Jesus, can't IBM even pronounce his name right? It's L*i*nus, not L*eye*nus

    2. Re:This feature courtesy of al_quesadia? by milamber3 · · Score: 1

      Well does anyone find it odd that this patch is not available by going to the windows update page?

  3. Well.. by Arcanix · · Score: 5, Funny

    It's not really Microsoft's fault, if this guy would've stayed quiet then WinXP would still be secure today.

    1. Re:Well.. by Anonymous Coward · · Score: 0

      "If you wouldn't be so dumb, you would be able to use a goddmaned past conditional in English." is obviously wrong. If you WEREN'T so dumb, not "if you wouldn't be". Likewise, if this guy HAD stayed quiet, something different would have happened.

    2. Re:Well.. by Anonymous Coward · · Score: 0

      Nice one, idiot. He said 'would've'. Obviously a contraction for would have and not would be. Go learn your basic facts, you fascist and naive fool.

    3. Re:Well.. by siphoncolder · · Score: 1

      Read this through a closed-source company's eyes.

      and that's all i have to say about that.

      --
      i'm amazed that i survived - an airbag saved my life.
    4. Re:Well.. by Zigg · · Score: 5, Insightful

      Ironically, he did "stay quiet". Notice that Scott Culp is practically peeing his pants in admiration of how he didn't publish details on how this is exploited.

    5. Re:Well.. by Anonymous Coward · · Score: 1, Insightful

      That's a good idea. Let's not let people know their OS is compromised, so that they can get cracked. EXCELLENT plan. You know the crackers are going to find the exploits whether it's published or not, so stop being a fool. Ignorance being bliss is sorta like being dead means you get a good long nap. =P

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

      Holy jumping fucking Jesus, sarcasm isn't dead -- but recognition of sarcasm sure as hell is.

    7. Re:Well.. by ruiner13 · · Score: 1

      Is that a subtle rip on M$'s stance on people reporting holes, or are you just that lame? Without inflection or emoticons, it's hard to tell.

      --

      today is spelling optional day.

    8. Re:Well.. by Anonymous Coward · · Score: 0

      Lol, Amen

    9. Re:Well.. by Anonymous Coward · · Score: 0

      you, sir, are "lust lame".

      clearly, by the comment's score, the moderators got it even if you didn't.

    10. Re:Well.. by lunky · · Score: 1

      > It's not really Microsoft's fault,

      No it's the RIAA's fault, no wait it's Adobe's fault, er I'm confused, didn't Microsoft author the bug?

      > if this guy would've stayed quiet then WinXP
      >would still be secure today.

      That's right, it would be secure. It would be a fortress. This bug would not exist. Does anyone else fail to follow this logic or are you all to busy mod'ing this comment up?

      While it's not very responsible to release the details of a security exploit to the public before the vendor has a patch, the product is plainly not secure regardless of who knows about it.

      --
      lunky> c++; lunky> do{;}
    11. Re:Well.. by AbsoluteRelativity · · Score: 1

      Don't you really mean, "he should have stayed quite so we would have had more time hacking in peoples systems :)"???

      --
      disclaimer : My views do not represent those of every one else in slashdot.
    12. Re:Well.. by Anonymous Coward · · Score: 0

      Hmm... somebody needs to be beaten with the clue stick.

    13. Re:Well.. by rbrander · · Score: 1
      What's absolutely crucial to Microsoft is that the news be delayed UNTIL THE FIX IS ISSUED for P.R. reasons. Now note that EVERY news story has "a fix is available" in the lead paragraph. In half of them, it is in the opening sentence.

      This gives a second meaning to the term "damage control".

      My rough guess is that non-commercial organizations - academia, informal hacker clubs, private individuals, etc - would have released this at least a week or two ago. Really, isn't a month with the hole wide open and nobody even aware of the vulnerability more than long enough?

      But by holding back until Microsoft was prepared to handle the media, preferably writing the press release itself - a commercial firm will be owed a big favour by Microsoft.

      It is GOOD to be owed a big favour by Microsoft when you have a profit-making IT business to run...

    14. Re:Well.. by whereiswaldo · · Score: 1

      Funny, I heard that Microsoft let hackers loose on the product (XP) during beta testing to see if anyone could hack in... the hackers must not've been given much time (go see the movie "Swordfish" for details, hehe), or... they weren't too high a calibre.... or.. you fill in the blanks.

      In any case, I guess it still isn't the world's most dependable operating system, and that Microsoft has no choice but to stick to making comparisons against their own products... since they are probably the LEAST secure and stable of all operating systems! Name one that's worse. :)

    15. Re:Well.. by Anonymous Coward · · Score: 0

      Disagree. If one guy can find it, so can others. It's more like "If this guy wouldv'e stayed quiet, we would still THINK that XP was secure". Now we know it isn't. Now the bug will be fixed.

    16. Re:Well.. by Anonymous Coward · · Score: 0
      He said 'would've'. Obviously a contraction for would have

      but "would have" is wrong, as in,
      "If he would have stayed quiet" == 100% wrong. "If he had" is correct. People from Scandinavian-settled areas of the US tend to make this mistake the most.

    17. Re:Well.. by ruiner13 · · Score: 1

      Well, when i posted it was still at 1, and hadn't been moderated yet. Sorry for my earliness.

      --

      today is spelling optional day.

  4. +10 Important Security Question by Anonymous Coward · · Score: 0

    Does this security flaw make Microsoft with us
    or against us?

    Thanks in Advance,

    Woot_spork

  5. how long .... by jeffy124 · · Score: 1, Offtopic

    ... until we face Code Red XP?

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
  6. Microsoft Passport vs. Liberty Alliance... by cybrpnk · · Score: 0, Offtopic

    Also a major threat in XP is it's centralization of everybody's ID data via the obligatory Microsoft Passport, as detailed in this morning's USA TODAY...

    1. Re:Microsoft Passport vs. Liberty Alliance... by ethereal · · Score: 1

      Quote 'o the day:

      "Microsoft is challenged by the fact that people just fundamentally do not trust them," says Scott Lowry, CEO of Digital Signature Trust, which provides online identity products.

      P.S. the parent post is not redundant. Maybe slightly off-topic, but not redundant.

      --

      Your right to not believe: Americans United for Separation of Church and

    2. Re:Microsoft Passport vs. Liberty Alliance... by spectral · · Score: 1

      I have never signed up for Passport, and I run XP. It's just annoying as hell to NOT sign up for it :) (Well, ok, I have a passport through hotmail, but it's not registered in the OS, I don't think..)

    3. Re:Microsoft Passport vs. Liberty Alliance... by Zigg · · Score: 3, Insightful

      You aren't bugged as much if you uninstall Windows Messenger (ignoring that Microsoft says you're SOL if you're not running Home Edition.) Then again, you also aren't bugged if you take Windows XP off the system completely, which also helps you with today's little bug as well. I'm glad I did last week, even though I only used it for games and DVDs...

    4. Re:Microsoft Passport vs. Liberty Alliance... by J.+J.+Ramsey · · Score: 1

      I have Windows Messenger still installed, and WinXP doesn't bug me about Passport at all. I do, however, have my taskbar set to always hide the Messenger icon, which might make a difference.

  7. Microsoft info by fatwreckfan · · Score: 5, Informative

    The information from Microsoft regarding this can be found here, as well as a patch.

    1. Re:Microsoft info by ChazeFroy · · Score: 5, Informative

      Eeye's advisory is here.

    2. Re:Microsoft info by napa1m · · Score: 1

      Wow great info.. wait, I couldnt read it, that Microsoft Technet page link actually crashed my IE.

    3. Re:Microsoft info by Anonymous Coward · · Score: 0

      Except I have active scripting et. al. disabled in IE 6.0 to fix other MS security problems. So I can't read the web page. Hysterical, no?

    4. Re:Microsoft info by thrig · · Score: 5, Funny

      And the "XP Dramatically More Secure" article from a few months ago:

      http://www.eweek.com/article/0,3658,s%253D701%2526 a%253D16895,00.asp

      Quoting Jim Allchin is fun:

      Windows XP is dramatically more secure than Windows 2000 or any of the prior systems. Buffer overflow has been one of the attacks frequently used on the Internet. We have gone through all code and, in an automated way, found places where there could be buffer overflow, and those have been removed in Windows XP.

      D'oh...

    5. Re:Microsoft info by Tony-A · · Score: 1

      Disable scripting. Tell it you do not want to run scripts. Keep telling it you do not want to run scripts. Tell it you do not want do debug errors in the script you told it not to run.
      With patience and persistence you can actually read the thing.

      Gives a bit of new meaning to plug and pray ;)

    6. Re:Microsoft info by calags · · Score: 2, Funny

      I don't know about "more secure" but this is certainly dramatic :)

      --
      Never attribute to stupidity what can be construed as a monopoly preservation tactic.
    7. Re:Microsoft info by Anonymous Coward · · Score: 0
      "We have gone through all code and, in an automated way, found places where there could be buffer overflow..."

      Obviously they used Microsoft products to search for flaws in Microsoft products.
    8. Re:Microsoft info by aWalrus · · Score: 1
      in an automated way, found places where there could be buffer overflow, and those have been removed in Windows XP

      Automated way? what do they mean by that? that they did a search/replace of strcpy()?

      --
      Overcaffeinated. Angry geeks.
    9. Re:Microsoft info by eples · · Score: 1


      Quoting Jim Allchin is fun:

      Windows XP is dramatically more secure than Windows 2000 or any of the prior systems. Buffer overflow has been one of the attacks frequently used on the Internet. We have gone through all code and, in an automated way, found places where there could be buffer overflow, and those have been removed in Windows XP.


      Can we translate "..in an automated way..." to: "we did a search and replace on the kernel code..."

      yeah, yeah..flamebait..i know.

      --
      I'm a 2000 man.
  8. First security hole? by wraithgar · · Score: 2, Troll

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp..

    HAHAHAHAHAH.. Oh man what rock has he been under?

    1. Re:First security hole? by coolgeek · · Score: 5, Funny

      "What rock has he been smoking" is perhaps more appropriate.

      --

      cat /dev/null >sig
    2. Re:First security hole? by Sunken+Kursk · · Score: 1

      Actually, I believe his statement is accurate in a way. Most of the previous network-based exploits were dependent on another piece of software being installed.

      • Code Red required IIS to be installed.
      • BackOriface/Netbus/et. al. required those individual software packages to be installed.
      • Address List worms require Outlook or Eudora to be installed.
      • WinNuke, Smurf, etc all work based on the Windows base system, but do not give a user access to the attacked computer.

      This exploit, on the other hand, is an exploit directly in Windows XP. It is not dependent on flaws in any other software. No relying on buffer-overflows in IIS to get access to the hard drive. No mass-mailing trojan horses to install backdoors for access. This access is ready built into XP.

      --

      When I became a man, I put childish ways behind me.

    3. Re:First security hole? by Cato+the+Elder · · Score: 3, Funny

      It's all in the spin...

      "desktop system" means not running any servers

      "compromise" doesn't include DoS (ping of death, etc)

      "remote" apparently means the user doesn't have to do anything. I mean, come on, when you try to read your mail with Outlook Express, everyone knows that your system is as good as cracked already.

      I have know idea why he used the phrase 'network-based, remote' Is there some other remote way of talking to Microsoft computers? Some radio signal you can send that instantly gives you full access?

    4. Re:First security hole? by jmd! · · Score: 1

      > "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp..

      I think he meant, the first, today.

    5. Re:First security hole? by Steve+B · · Score: 1
      It's all in the spin...

      "desktop system" means not running any servers
      "compromise" doesn't include DoS (ping of death, etc)
      "remote" apparently means the user doesn't have to do anything.

      And we're still waiting for Bill Clinton to explain what "is" means.

      --
      /. If the government wants us to respect the law, it should set a better example.
    6. Re:First security hole? by Jburkholder · · Score: 1

      >Scott Culp, manager of Microsoft's security response center.

      Well, he *is* a manager, so its not too hard to believe the statement "first ... I'm aware". ;-)

    7. Re:First security hole? by scott1853 · · Score: 2

      So can we put him back under the rock now?

    8. Re:First security hole? by sharkey · · Score: 2, Funny

      "remote" apparently means the user doesn't have to do anything.

      Well, with Windows 95, you don't have to do anything. Just wait, and it'll go down by itself.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    9. Re:First security hole? by Jburkholder · · Score: 1

      Actually, my testimony is accurate in a way. It depends on how you define the word 'is'.

      No reflection on your comments, I understand what you're saying. Just, reminded me of the weasily-worded wiggling of someone else.

    10. Re:First security hole? by Nakoruru · · Score: 3, Informative

      He is refering to the operating system proper, not applications like IIS. According to him this is the first remote exploit of the Windows OS itself which allows an attacker to take over the computer. As far as I can remember, he is correct.

      So, what crack pipe have you been puffing on?

    11. Re:First security hole? by killmenow · · Score: 1

      But I thought IE was a part of the OS...remember?

    12. Re:First security hole? by greenrd · · Score: 1
      RTFA. He said "Windows desktop systems". At best, that's deliberate obfuscation. At worst, a lie.

    13. Re:First security hole? by damiam · · Score: 1

      Ah, but doesn't MS say that IE, etc. are part of the OS?

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    14. Re:First security hole? by The+FooMiester · · Score: 1

      I have know idea why he used the phrase 'network-based, remote' Is there some other remote way of talking to Microsoft computers? Some radio signal you can send that
      instantly gives you full access?


      You! Who told you about that feature? You are in violation of M$'s "security by obscurity" policy! That's ANOTHER patch we have to release this week! Don't you realize that those monkeys get expensive after a while, and there's no volume discount?

      =)

      --
      The previous has been a secret message to my comrades.
    15. Re:First security hole? by rseuhs · · Score: 2
      That's correct, but you still had to start the - erhm - (it's not an app, what is it?) OS module called IE to be vulnerable.

      Windows XP is the first OS that provides fully automated vulnerability through Windows Product Activation which will go online for you. You don't even have to start something, now that's what I call progress!

    16. Re:First security hole? by _dim · · Score: 1

      That's nonsense. IIS is a system service, delivered by Microsoft as a part of the operating system, exactly like the Univeral Plug & Play service (which is the bugger in question here). It is definitely NOT a normal "application". The only difference is that IIS is not always installed by default, as the UPnP service is.

    17. Re:First security hole? by theledge · · Score: 1

      can you explain to me what a buffer overflow is? Sorry for sounding so unknowledgale in such a geeked envirnoment.

    18. Re:First security hole? by Sunken+Kursk · · Score: 1

      can you explain to me what a buffer overflow is?

      Sure, a buffer overflow is the result of sloppy programming. It can occur wherever a program attempts to pass something from one memory location to another that is too large for where it's being passed to. A non-geek example would be you try to shove 500 sheets of paper at once into a mailslot designed to take 250. The program will happily attempt to do it, but there will usually be problems associated with it. Sometimes the program will keep running, or sometimes it will die a horrible and awful death.

      This is how CodeRed worked. It created a buffer overflow in an IIS module that actually ended up overwriting executable portions of memory (Memory allocated to store operations rather than data variables). By modifying the data they used for the buffer overflow, they were able to write instructions into memory that caused the computer to attempt to infect other hosts. This is the same reason rebooting would clean the computer of a CodeRed infection. A lot of unix/linux based exploits are also the result of buffer overflows.

      Buffer overflows are nasty things. That's why you should always make sure that, if one of your subroutines is planning on accepting a 512 element array, the calling program isn't trying to send it a 1024 element array.

      --

      When I became a man, I put childish ways behind me.

    19. Re:First security hole? by NoWorries · · Score: 1

      Where you do not allocate enough space to take the return value of a function. Eg.

      char aString[25];

      gets(aString);

      where the string returned by gets is more than 25 characters (or rather 24 + trailing null). This could crash the application, or cause a stack corruption leading to code being executed based on the additional characters.

  9. holy jesus! by Anonymous Coward · · Score: 0

    Where does microsoft get its programmers? Right out of the state penn?

    1. Re:holy jesus! by Anonymous Coward · · Score: 0

      You know that saying "It takes a theif to catch a theif"... well, it takes a hacker to stop a hacker. Microsoft get programmers straight out of university.

    2. Re:holy jesus! by Anonymous Coward · · Score: 0

      Actually core MCSE training is offered as career training for inmates a long with drywall installation, HVAC, and shovel-holding (for future CalTrans workers).

  10. al Qaeda links?? by ArtificialKid01 · · Score: 1

    Remember Tuesday's al Qaeda article? Discuss.

  11. alQaeda hack by Arctic+Fox · · Score: 1

    If WinXP users don't patch their machines, the terrorists win!

  12. but Microsoft gets it now - by bourne · · Score: 5, Funny

    "Oh, you wanted a DOOR to hang that lock on.... Sure, I guess we could do that..."

  13. Bug counter on the web by famazza · · Score: 3, Troll

    Is there any MS Windows XP bug counter on the web? Something like:

    • "1233 bugs registered up to now".

    I think it would be funny, we could also compare with Linux 2.4.x bugs. And maybe we can also have a Score thing, or something like /.

    Any suggestion? Any website that already do this?

    --

    -=-=-=-=
    I know life isn't fair, but why can't it ever be un-fair in MY favor!?
    1. Re:Bug counter on the web by Anonymous Coward · · Score: 0

      Umm... well, considering that MS is very conservative with their bug counting (e.g. a misspelled word in documentation is a bug), I hardly think this would be fair.

    2. Re:Bug counter on the web by ptrourke · · Score: 1

      That would be a huge mistake: you'd be handing MS MEGAFUD. MS does its best to obscure bugs; the Linux community wants bugs widely known so they'll get fixed quicker. So the counter will always show more bugs for Linux than for MS, and MS will make sure they let the whole world know about it.

    3. Re:Bug counter on the web by Foogle · · Score: 2

      Traditionally, Linux's bug-count has always been much higher. You can check out the counts at Security Focus, if you want. Most people attribute this to the open-versus-closed nature of Linux and Microsoft, though it's impossible to say for certain why. Maybe Linux is buggier. Maybe Microsoft just hides their bugs.

    4. Re:Bug counter on the web by Wee · · Score: 3, Funny
      Is there any MS Windows XP bug counter on the web

      Here's how the MS build team could find out:

      #!/bin/sh
      cd win32/src
      echo "Bugs found: " wc -l ./*.h ./*.cpp | grep total

      Just pipe that out to some place where a web server could get to it and you have numbers.

      They have shell on Win32, right? Or maybe they build on *nix... :-)

      -B

      --

      Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    5. Re:Bug counter on the web by vreeker · · Score: 1

      A Standardized point system would be the best route. Something along the lines of 50 points for a remote root (or equivalent) multiplied by a factor of two if it is included in a base install.

      Elevating User privleges root could be another 20 pts, etc.

      Oh and make sure that there is at least a 20 pt deduction for full disclosure.

      -
      Got Toques?

    6. Re:Bug counter on the web by elmegil · · Score: 1

      This is like the argument about why Sun has so darn many patches for our OS. It's arguable, but my stance, that it's because we actually track and fix a lot more problems with our OS in a much more public way than the other commercial Unix vendors. I'm sure that the same is true to some extent of Linux vs. Windows.

      --
      7 November 2006: The day Americans realized corruption and incompetence weren't addressing 11 September 2001
    7. Re:Bug counter on the web by scott1853 · · Score: 1, Offtopic

      MS hides them pretty well. I'm still waiting for them to patch Solitaire for W2K. If you simulataneously click both mouse buttons at the same time on a card, several times really fast, it'll crash.

      Also, in IE6.0, if you right-click, choose Print, right-click again before the Print dialog appears, IE get's stuck with the print dialog and the popup in a modal state, and can't figure out which one should have control.

    8. Re:Bug counter on the web by llamalicious · · Score: 1

      yeah, I think a moderation system for these bugs would work.

      XP PnP Bug (Score 5:Total Fuckup)
      2.4.15 FS Corruption (Score 4:Don't install this)
      Sol.exe crashes on launch (Score -1:Troll)

    9. Re:Bug counter on the web by halftrack · · Score: 1

      well, Linux doesn't release every 2. year so of course the betas, alphas and pre-blah...blah... are buggier. And Linux keaps on keeping a steady level of bugs, but - unlike Windows - they are swiftly and thoroughly sorted out by anyone that knows how and buggy patches are also found and re-patced.

      --
      Look a monkey!
    10. Re:Bug counter on the web by tomstdenis · · Score: 1

      Wierd solitaire *does* crash when you do that on my w2k box too...

      Whoa learn something every day...

      --
      Someday, I'll have a real sig.
    11. Re:Bug counter on the web by Anonymous Coward · · Score: 0

      Good idea. Add other operating systems as well, such as OpenBSD, MacOSX, and so on.

    12. Re:Bug counter on the web by jallen02 · · Score: 1

      I used cygwin and a perl script I wrote to strip
      comments, whitespace and ignore any non-code files:

      find . | xargs stripcat | wc -l

      Brute force but it works.

      Jeremy

    13. Re:Bug counter on the web by swingkid · · Score: 1

      I could reproduce the sol.exe crash, but not the IE 6 bug (although it did seem to hang for a sec, the print dialog eventually came up).

    14. Re:Bug counter on the web by xjerky · · Score: 1

      Um, that would be _liberal_ bug counting, wouldn't it? Conservative would mean that they try to announce as few bugs as possible, only when prudent.

      --
      A sentence you'll never see on an Internet discussion board: "You know what? You're right."
    15. Re:Bug counter on the web by thing12 · · Score: 1

      The solitaire bug seems to be fixed in XP. Woohoo - go Microsoft! Way to fix the important stuff...

    16. Re:Bug counter on the web by Znork · · Score: 3, Informative

      Um, if I remember correctly, those were the aggregate statistics for _all_ linux distributions combined, including all software installed on those distributions.

      Yes, those statistics were higher than for a clean Windows install. Counted separately they were lower, last I checked. And if you'd lump similar software in Windows as is usually included in a Linux dist, you'd get a far far far worse record for Windows.

    17. Re:Bug counter on the web by scott1853 · · Score: 2

      On the second right-click you have to leave the popup open until the print dialog comes up. As soon as the print dialog comes up, try doing something.

    18. Re:Bug counter on the web by SmittyTheBold · · Score: 1

      Fuckin' A.

      You can't do that. Is the PnP hole a Kernel bug? No? Well then you can't count it. Compare apples to oranges, please. Yeah.

      Maybe compare the default Red Hat installation to the default XP installation...but never compare a kernel (a complex, but tiny piece opf software) to an entire operating system.

      The majority of Windows holes are no tlow-level OS holes, but from other applications.

      --
      ± 29 dB
    19. Re:Bug counter on the web by Cacophony · · Score: 1

      "MS hides them pretty well. I'm still waiting for them to patch Solitaire for W2K. If you simulataneously click both mouse buttons at the same time on a card, several times really fast, it'll crash."

      Is this really a problem? How often do you repeatedly click both mouse buttons on a card? What loser spent way too much time to find this out?

    20. Re:Bug counter on the web by Ferox · · Score: 1

      one would think so, but being conservitive means that you are paying attention to all detail. Howeverin this case, being liberal means that you only count the "significant" bugs.

      --
      I drive WAY too fast to worry about cholesterol!
    21. Re:Bug counter on the web by Anonymous Coward · · Score: 0

      ...what?! Conservative has never meant, "paying attention to all detail." That's observative. Conservative, in this instance, means cautious or opposing change.

    22. Re:Bug counter on the web by MisterBlister · · Score: 1

      Your post confuses me.. On one hand it seems anti-Microsoft -- you're taking them to task for not fixing bugs. On the other hand, if those extremely trivial bugs (from a critical-use standpoint) are the worst bugs you could find/think of, then Microsoft must be doing a terrific job.

    23. Re:Bug counter on the web by Anonymous Coward · · Score: 0
      MS hides them pretty well. I'm still waiting for them to patch Solitaire for W2K. If you simulataneously click both mouse buttons at the same time on a card, several times really fast, it'll crash.

      Wow. What a terrible flaw. You do something slightly weird in one of their silly little "filler" apps, which manages no persistent data of any real value, and the app itself crashes, leaving the OS intact. The horror.

    24. Re:Bug counter on the web by netsharc · · Score: 1
      Running Windows 2000 and IE6, I did as you told me to do, the expected result (it froze) happened. But minimizing the IE window (through the taskbar), clicking the Start Menu or clicking in another window (Winamp in my case) got rid of the context menu, and the print dialog responded normally afterwards, including when I click the Cancel button to close it. Nevertheless, it's a bug.


      My favorite (also most disappointing) Windows knowledge base articles regarding bugs are the ones which under the "Cause" heading say: "this behaviour is by design."

      --
      What time is it/will be over there? Check with my iPhone app!
    25. Re:Bug counter on the web by scott1853 · · Score: 2


      It's a fucking joke dipshit!!!

      Geez. Bunch of fucking idiots around here.

    26. Re:Bug counter on the web by esarjeant · · Score: 1

      try changing your wallpaper -- at least that's broken on my XP install. Worked the first time, but since rebooting it has never worked again....

      --

      Eric Sarjeant
      eric[@]sarjeant.com

    27. Re:Bug counter on the web by thing12 · · Score: 1

      Hmmm, works for me... Maybe you're using the Desktop Manager powertoy? That overrides your wallpaper setting - you have to set it in the Desktop Manager config. Just a wild guess as to what might be wrong. Otherwise, I guess I'd report it to M$.

    28. Re:Bug counter on the web by AnonymousDot · · Score: 1

      What about multiplying the number of bugs by the installed base number? That would give Linux a fair advantage over Windows, using a typical MS PR kind of calculation...

    29. Re:Bug counter on the web by andyt · · Score: 1

      Well, don't simulataneously click both mouse buttons at the same time on a card, several times really fast then!

  14. Where's the update? by jaxdahl · · Score: 1

    I looked both on Windows Update and poked around on microsoft's site, but I don't see any critical patch for XP at this time. Can anyone point it out for me?

    1. Re:Where's the update? by M-G · · Score: 2

      http://www.microsoft.com/technet/treeview/default. asp?url=/technet/security/bulletin/MS01-059.asp

      And as the bulletin states, it also impacts 98 and ME users if they have the Universal Plug and Play service installed and running.

    2. Re:Where's the update? by coolgeek · · Score: 2

      Oh great, that should be real easy for your average XP-using dum dum. When will they just release security fixes straight to Windows Update? I guess they still don't get it.

      --

      cat /dev/null >sig
    3. Re:Where's the update? by Jburkholder · · Score: 1

      at the risk of being modded redundant

      So sue me if it takes me less than 20 seconds to get my point across!

    4. Re:Where's the update? by fatwreckfan · · Score: 1

      I'm at work so I can't try WindowsUpdate, but I have a feeling it will be a while before it shows up there.

    5. Re:Where's the update? by Cadrys · · Score: 1

      Just talked my wife through it on the phone...it appears it *is* available through Windows Update...

      --

      ----
      It is often easer to gain forgiveness than permission
    6. Re:Where's the update? by Anonymous Coward · · Score: 0

      That's for yesterday's list of exploits.

    7. Re:Where's the update? by Anonymous Coward · · Score: 0

      try the backdoor...pretty low security there [i.e. she only screamed]

    8. Re:Where's the update? by Anonymous Coward · · Score: 0

      www.redhat.com -- no, no, no only kidding !!!

  15. FINALLY, slashdot wakes up and posts this by jasonp1014 · · Score: 2, Informative

    I first heard about this from the drudgereport and was just about to submit about this.

    As far as the security hole goes I've heard even worse things are possible since XP now allows "raw" socket access to non-administrators.
    There's a good article by Grieder that explains all about this at www.grc.com .

    1. Re:FINALLY, slashdot wakes up and posts this by bourne · · Score: 1

      As far as the security hole goes I've heard even worse things are possible since XP now allows "raw" socket access to non-administrators.

      This HAS to have been discussed on /. before, but the whole raw socket thing is much ado about nothing. You can have raw sockets under ANY microsoft OS by installing enhanced drivers, something any k1d33 can do while he installs his r00tk1t...

      If grc spent 1/4 of the effort he spent on that working instead on getting large ISPs to do effective ingress/egress filtering, it might actually help solve the problem.

    2. Re:FINALLY, slashdot wakes up and posts this by MindStalker · · Score: 1

      HU?! WHAT? all that means is the people can use XP as a "hacking" platform, like they can in linux. Though I guess it could also mean trojans can do more damage. Anyways the rawsocket thing is more about how far software can control the networking hardware. Nothing to do with remote access.

    3. Re:FINALLY, slashdot wakes up and posts this by Anonymous Coward · · Score: 0

      Heard about it, huh? How is that GRC article interesting? It's a bunch of bull. Raw sockets have always been available for all versions of Windows. And non-administrators still can't open raw sockets or priviledged sockets.

  16. Oh really by rbgaynor · · Score: 0, Redundant

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center.

    Obviously Scott doesn't read /.
    --
    "Good things don't end with eum, they end with mania or teria." - H. Simpson
  17. Re:XP Owners by Anonymous Coward · · Score: 0

    Steve Gibson has bee talking about this for months ==> http://grc.com/dos/sockettome.htm

  18. Magic Lantern by Noxxus · · Score: 1

    Heh, watch the next "service pack" from Micro$oft to fix this quietly installs the Magic Lantern trojan.

    You don't think the Feds dropped the antitrust case for nothing, do you? ;)

    1. Re:Magic Lantern by Tackhead · · Score: 4, Insightful
      > watch the next "service pack" from Micro$oft to fix this quietly installs the Magic Lantern trojan.
      >
      >You don't think the Feds dropped the antitrust case for nothing, do you? ;)

      ...and if the Feds support the AGs in strengthening the crippled remedy presently in progress, maybe this was Magic Lantern, and it just got disabled. (If eeye.com executives are disappeared next week, I guess we'll know for sure ;-)

      I may have misadjusted my tinfoil hat this morning, but it struck me that a PC configured to send out unicast malformed NOTIFY messages to exploit the previously-undisclosed UPnP hole on a specific target machine... well, it'd look to the UPnP service like piece of hardware. Hardware like a lantern, if you will, shining a light on the suspect's machine... *evil grin*

  19. How Does Microsoft Expect to Stay in Business? by portege00 · · Score: 0, Redundant

    First there's the licensing stuff, which is obnoxious and Orwellian, then there was the TCP/IP vulnerability, and now THIS!?

    So, basically, you pay more for an OS that's completely insecure and Microsoft gets to keep track of you. Linux, anyone?

    --
    Trolls make great pets. Adopt one today!
    1. Re:How Does Microsoft Expect to Stay in Business? by Drizzten · · Score: 1

      I'd call it customer inertia. Or a fear of trying new things out. Or a desire to stick with "something that works...sort of."

      --

      "All mankind is at the mercy of a handful of neurotics". - Norman Douglas
    2. Re:How Does Microsoft Expect to Stay in Business? by Wariac · · Score: 1

      Uh huh.

      http://www.securityfocus.com/vulns/stats.shtml

      --
      Remember it, write it down, take a picture, I dont give a fsck!
    3. Re:How Does Microsoft Expect to Stay in Business? by Anonymous Coward · · Score: 0

      It's called producing a better product, dipshit. Linux? Don't make me laugh.

    4. Re:How Does Microsoft Expect to Stay in Business? by Anonymous Coward · · Score: 0

      http://www.attrition.org/mirror/attrition/os.html

      and then realize that only something like 30% of webservers run windows...

    5. Re:How Does Microsoft Expect to Stay in Business? by Noxxus · · Score: 1

      It's called producing a better product, dipshit. Linux? Don't make me laugh.

      And you work for Microsoft, I presume? Get back to work, slave, before Bill catches you reading Slashdot.

    6. Re:How Does Microsoft Expect to Stay in Business? by Anonymous Coward · · Score: 0

      one thing to bear in mind however, is that we hear about the less critical patches for something like RedHat very often, because we are the ones who fix RedHat. If Windows was as open as RH, we would see all of the security holes, and much higher numbers. The bugs reported here are simply the ones Microsoft couldn't keep under wraps.

    7. Re:How Does Microsoft Expect to Stay in Business? by Anonymous Coward · · Score: 0

      something tells me he has never seen a computer running anything that isn't Windows. Even Microsoft isn't dumb enough to run all of their webservers with their own software, but perhaps he is just that stupid...

    8. Re:How Does Microsoft Expect to Stay in Business? by MaxwellsSilverHammer · · Score: 1


      "I'd call it customer inertia."

      I could also call it M-O-N-O-P-O-L-Y.

      What percent of store-boughten, online-ordered x86 PCs come with whatever MS OS is sanctioned, versus the percent of all other options for other x86 OSs presented in these same stores, sites??

      How truly free are these OEMs to visibly offer and market x86 PCs with non-MS OSs ??

      That's a very good way to stay in business no matter how sorry your product actually is.

    9. Re:How Does Microsoft Expect to Stay in Business? by Juanvaldes · · Score: 1

      But didn't they recently come out again saying that they only use their own products? Then someone dug up that hotmail server running BSD.

  20. Kinda serious? by rmadmin · · Score: 2, Interesting

    In the past, Microsoft has shrugged problems like this off extremely easy, great PR ya know. For some reason this one seams more severe to me. Will this one actually hurt MS on a larger scale? I'm doubting it, but I would like to see something rumble the giant. Wouldn't be funny if the companies product ended up ruining the company? WHEEE =)

    1. Re:Kinda serious? by Anonymous Coward · · Score: 0
      Will this one actually hurt MS on a larger scale?
      Well, let's see. 1.5 million h^xxorz before you have said the same thing 32.5 million times about the 211 vulnerabilities found in Microsoft products before today.

      Nah, I don't think it will. But do hold your breath.

    2. Re:Kinda serious? by CleanTroath · · Score: 1

      Wouldn't be funny if the companies product ended up ruining the company?

      Only if you enjoy seeing some hundreds of people losing their jobs.

    3. Re:Kinda serious? by Anonymous Coward · · Score: 0
      Nah. They could get jobs with more self-respect.

      .

      .

      .

      Like licking toilets.

    4. Re:Kinda serious? by reverius · · Score: 1

      hundreds? try thousands upon thousands. I think MS is bigger than 'hundreds' of people.

    5. Re:Kinda serious? by Anonymous Coward · · Score: 1, Funny

      I heard a lot of Nazi soldiers lost their jobs after WW2...

    6. Re:Kinda serious? by ethereal · · Score: 2, Funny

      Hey, they're all supposed to be such geniuses - think what the software industry would be like if they were spread around a bit and actually using their enormous bulging crania for good rather than evil. If they're as smart as they keep telling us they are, they won't be unemployed for long.

      --

      Your right to not believe: Americans United for Separation of Church and

    7. Re:Kinda serious? by Anonymous Coward · · Score: 0

      You mean like all Linux coders do already?

    8. Re:Kinda serious? by Anonymous Coward · · Score: 0

      What good will be being a "genious" for them, if no one needs one?

    9. Re:Kinda serious? by Anonymous Coward · · Score: 0

      I can think of a lot of companies that would enjoy having the equivalent of a Microserf working for them. They would definitely be employed.

    10. Re:Kinda serious? by ethereal · · Score: 1

      It's "genius", not "genious", so I'm not sure what you're getting at there.

      And if all those Microsoft folks are getting new jobs, it's non-genius-type schmoes like you and me that are out of a job, not them :)

      --

      Your right to not believe: Americans United for Separation of Church and

  21. OT: beaten to the punch! by notsoanonymouscoward · · Score: 0, Offtopic

    Its amazing when something like the drudgereport beats /. to the punch on a story like this one.

    --
    I ate my sig.
    1. Re:OT: beaten to the punch! by Anonymous Coward · · Score: 0

      Freakin USA Today beat Slashdot.

  22. it's a child's OS by MoceanWorker · · Score: 1

    the fact that XP's desktop looks like Playskool's My First PC(TM) (or Tyco) is a good enough reason for me, at least, not to install that garbage

    --


    "The ones who dont do anything are always the ones who try to pull you down" -- Henry Rollins
    1. Re:it's a child's OS by FleshWound · · Score: 1

      I know we shouldn't feed the trolls, but...

      You can actually change the GUI in WinXP to something a little more respectable.

      Of course, you probably knew that already...

    2. Re:it's a child's OS by netsharc · · Score: 1

      I installed XP for a friend (go, ahead, click that Reply link and tell me I should've put Linux on his system), and after 1 hour of staring at the stupid default UI, I switched it to the standard Windows look. Everything became a lot clearer and became less of a strain in the eyes afterwards. MS is beginning to suck at the UI department nowadays, the skinnability is clearly a response to themable Gnome and KDE. Windows Media Player 7 and 8 also sucks compared to version 6.4 ... with MP7/MP8 you can't seek to an exact time (dragging the seek-bar doesn't show at what position the video/song will resume when I let go of the said bar), and while in MP7 the seek-bar covers almost the whole horizontal range of the window, in MP8 (non-skinned mode) the bar covers only 130 pixels - only 10% of my 1280x960 resolution.

      --
      What time is it/will be over there? Check with my iPhone app!
    3. Re:it's a child's OS by Tony-A · · Score: 1

      You've got the kindergarten block icons for Office 2000.
      Question. Is Bill Gates regressing into childhood?

  23. Christmas Hacking Fun! by toupsie · · Score: 2

    Since Christmas is one of the most popular times to buy a computer for the family, I am sure this will give new Compaq, Dell, Gateway, and HP buyers some pause find before Santa arrives. Is the gift you give your family going to end up being a hacker's plaything instead of theirs? Too bad you can't walk into a Best Buy or Circuit City and buy a Linux option -- though you can get a Mac powered by Mac OS X which has a few security issues.

    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
    1. Re:Christmas Hacking Fun! by Fembot · · Score: 0

      Erm I actualy bet you quite a lot of money if u walk into pc world or dell or comapq or tiny 99% of their salesmen "computer experts" havent even heard of this at all, and even if they did there hardly not gonna tell mr and mrs smith whilst their waving big fat credit cards are they?

  24. GNU anti-Magic Latern Project by Anonymous Coward · · Score: 0

    Does anyone know if there is anyone developing
    GNU software to detect Magic Latern?

    Thank you and have an Afghan opium induced day.

  25. Heh by Auckerman · · Score: 5, Funny

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center."

    This speaks for itself

    --

    Burn Hollywood Burn
    1. Re:Heh by Anonymous Coward · · Score: 0

      Actually , now that you mention it, I've followed the security scene for a few years now, and I don't recall any. (I'm not counting any trojan horses here). I am saying, from a STOCK windows install (not IIS), has there ever been a non DOS attack that allowed someone to take over the machine? I don't think so. Amazing. If I'm wrong, show me the Bugtraq ID please.

    2. Re:Heh by Anonymous Coward · · Score: 0

      Yes, I remebmer WAY back, when IE + MS-pseudo-Java was "new" and MS had only been bundling it with WinDOS (i.e. 95/98 etc.) for a while, it was possible for a java applet downloaded from a web-page to "break out of the sandbox" as it were (thanks largely to MS ignoring Sun's advice, and making win32 calls directly available in the VM), and then further "open up" the system to outside control. Now, whether there's been a remote-root in NT "Workstation", which is on a lot of corporate desktops, I'm not sure - but there's certainly being plenty in NT "server", which includes IIS in the default install.

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

      If you can get to the NetBIOS/RPC ports of NT/2000 machine, you probably can take it over.

      Bad, legacy, buggy, shit (that most ISPs firewall off the Internet).

    4. Re:Heh by Anonymous Coward · · Score: 0

      I think a stock install of Windows server includes IIS? I think it is a checkbox that you have the option of unchecking while you are installing.

    5. Re:heh by killmenow · · Score: 1

      I wasn't so much going off on you, I just was surprised by the mods.

    6. Re:Heh by Caspuh · · Score: 1

      Wrong. You are a fucking 'tard.

    7. Re:Heh by radish · · Score: 2


      Which is probably why he said "desktop".

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

  26. Microsoft's spin... by kesuki · · Score: 1

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center.

    Apparently he never heard of the Windows File sharing exploits.

    1. Re:Microsoft's spin... by Junta · · Score: 2

      Note the careful phrasing "for Windows *desktop* systems." By default, most "desktop" installs of Windows have historically had file and print sharing not installed by default. Though about 7 times out of 10 people install it anyway, MS can claim that a file sharing system is not really a "desktop" system. Sneaky and underhanded, but valid.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    2. Re:Microsoft's spin... by pyrrho · · Score: 1


      can we possibly change the ideal system just slightly so that sneaky and underhanded counts as invalidation?

      -?

      --

      -pyrrho

  27. Not only Windows XP by jaxdahl · · Score: 2, Informative

    This seems to affect Windows 98 and ME, not just Windows XP!! The Universal Plug-and-Play system has to be running though. Get the patches for those 3 OS'es and read up on the details here.

    1. Re:Not only Windows XP by Anonymous Coward · · Score: 1, Informative

      True enough; from that link:

      "Who should read this bulletin:
      Customers using Microsoft® Windows® ME or XP, or who have installed the Windows XP Internet Connection Sharing client on Windows 98 or 98SE.

      Impact of vulnerability:
      Run code of attacker's choice.

      Maximum Severity Rating:
      Critical

      Recommendation:
      Microsoft strongly urges all Windows XP customers to apply the patch immediately. Customers using Windows 98, 98SE or ME should apply the patch if the Universal Plug and Play service is installed and running."

    2. Re:Not only Windows XP by sqlrob · · Score: 1

      But interestingly enough, not 2000

      Since XP is a 2000 derivative, why not? Does the bug not exist or hasn't it been patched yet?

    3. Re:Not only Windows XP by uebernewby · · Score: 2
      From the site: "Customers using Microsoft® Windows® ME or XP, or who have installed the Windows XP Internet Connection Sharing client on Windows 98 or 98SE [are affected]".

      This means:
      • Windows XP is affected
      • Windows ME is affected
      • Windows 98 is only affected if it's a client to a WinXP NAT-server

      • Funnily enough, I haven't seen a patch for WinMe yet, though. What's up with that?
      --

      News and bla for computer musicians: http://lomechanik.net/
    4. Re:Not only Windows XP by SuiteSisterMary · · Score: 2

      2000 doesn't run the affected service, therefore it doesn't need the patch.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    5. Re:Not only Windows XP by reflexreaction · · Score: 1

      This is probably flamebait, but I am what you would call a Microsoft user, but not a Microsoft lover. I use their products because it does what Linux users always claimed about its OS, it does what I need to do without little fuss. Anyhow, I always install the latest security update for Windows as soon as I get that "Critical Update" warning. Well even though this specific bug does not affect win2k, I got a critical update notification for "Incorrect Content-Disposition Handling Can Cause IE to Execute Code Automatically" for IE6 the SAME DAY this bug and patch is released. Bugs and specifically security bugs are a problem for all operating systems, but more and more I am looking to Linux for a solution to my computing needs. How many security concerns will I have to deal with for my OS so that it will do what it "needs without fuss"

      --

      We had to destroy the sig to save the sig.
    6. Re:Not only Windows XP by Anonymous Coward · · Score: 0

      Actually I would say that win2000 is a closer derivative of NT than WinXP is a derivative of win2000. So win2000 doesn't have the problem.
      WinXP on the other hand, has too much Win9x code.

    7. Re:Not only Windows XP by sqlrob · · Score: 1

      Where does XP have 9x code? I know the marketing speak anyway is it doesn't have any (it's a full 32 bit system, unlike 9x which still has 3.1 code in it)

  28. Download Available Here by TimSneath · · Score: 1
    Oops - looks nasty. Waiting for the predictable flood of comments to say that of course Linux is perfect and Windows is the worst operating system ever invented, but can't we all save a lot of hassle and simply cut and paste from the last time we went round this loop? :-)

    In the meantime, in the unlikely event that anyone wants to install the patch, the location is here.

  29. Doncha just love... by bigbootedbear · · Score: 0, Offtopic

    ... an operating system that won't let its user do what they want, but let's hackers have free will?

    growling,
    bear

    1. Re:Doncha just love... by archen · · Score: 1

      Where do you want to go today?

      Wherever this 3l33t h@x0r kid wants me to apperently...

  30. Excellent, I'm enjoying this coverage by SumDeusExMachina · · Score: 1
    ...Although it seems to be lacking in some areas. Would you care to post a big announcement the next time a security flaw is found in a Linux distribution or any of the myriad of software that is usually bundled with one?

    Perhaps you guys could mirror Bugtraq too? I'd really appreciate it. Thanx.

    --

    Is your company running tools written by ma
    1. Re:Excellent, I'm enjoying this coverage by bourne · · Score: 2, Informative

      ...Although it seems to be lacking in some areas. Would you care to post a big announcement the next time a security flaw is found in a Linux distribution or any of the myriad of software that is usually bundled with one?

      Ummm....

      Solaris, AIX login hole
      SSH and OpenSSH Comparisons (note the Update about SSHv1 security bulletin...)
      Running BIND 4 or 8? Upgrade!
      The Twenty Most Critical Internet Security Holes (Includes "General," "Windows," and "Unix" vulnerabilities)
      Open-Source != Security; PGP Provides Cautionary Tale
      Debian 2.2 "Has Major Security Issues"? UPDATED
      Vulnerability In SSH1
      SSH Secure Shell 3.0.0 Remote Hole ("is a gaping remote hole on various unixes.")
      Garfinkel Warns Of Linux Virus "Epidemic"
      ProFTPD, Wuarchive Ftpd Compromised

      Looks like the DO post a big announcement when holes are found in Linux or software usually bundled with. Fancy that.

    2. Re:Excellent, I'm enjoying this coverage by Anonymous Coward · · Score: 0

      Kinda funny how anybody could possibly think that Linux is a secure OS.

    3. Re:Excellent, I'm enjoying this coverage by Oztun · · Score: 1

      An OS is only as secure as the screw behind the keyboard. So if the screw is loose...

  31. Damn Spell Checker :) by toupsie · · Score: 2

    That should be "buyers some pause five days before Santa arrives". Typoed five days and spell checked it to find. Doh! :)

    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
  32. hey ?!?! by aoty · · Score: 0, Troll

    Wait one minute. Windows XP is supposed to be the most sophisticated and secure OS in the history of mankind! I know it, because MS said so! And since MS is so well known for their honesty and outstanding software engineering abilities, this story must be wrong. I mean, Bill just wouldn't let us down like this... he loves us!!!

    Now if you'll excuse me, I have to run out to the store and buy some more Xbox games. My master deems in necessary.

  33. It's time for new marketing... by freerangegeek · · Score: 3, Funny

    It's so neat to see "Intel Inside" and "Windows" stickers on all these nice software boxes. With Microsoft's new dedication to security, I'm thinking its time we print up some nice "RedCode Enabled" or "Nimda Friendly" stickers. Then all I anyone needs to do is make a visit to the local computer outlet to upgrade the Windows OS boxes they have out on the shelves to buy.

    When the big virus/worm/... that exploits this hole is announced, maybe we can print up stickers to apply to all those nice shiny new XP boxes.

    1. Re:It's time for new marketing... by gaudior · · Score: 1

      I LIKE this kind of thinking. Bravo!

  34. Windows XP Slogan by dragonfly_blue · · Score: 1

    Now they can be just like that other secure operating system.

    "Windows XP - Four minutes without a remote hole in the default install."

    --
    Free music from Jack Merlot.
    1. Re:Windows XP Slogan by SpaceLifeForm · · Score: 1
      "Windows XP - Four minutes without a remote hole in the default install."

      Must be a slow machine.

      --
      You are being MICROattacked, from various angles, in a SOFT manner.
  35. Silver Cloud by Merry_B.Buck · · Score: 1

    At least this is evidence that MS can't sneak in the a backdoor on XP...Otherwise they'd just patch everyone and skip the media fallout.

    Here's the MS bulletin with links to the download: http://www.microsoft.com/technet/security/bulletin /MS01-059.asp
    FYI, for the latest patches, don't use windowsupdate.microsoft.com's automatic-upgrade detector...It takes a couple of weeks before patches make it into that system.

    1. Re:Silver Cloud by Anonymous Coward · · Score: 0

      When you look at the types of bugs that Windows has had over the years it makes you wonder if Windows is no designed to be insecure so that the FBI and other can snoop on you with either trojans like Magic Lantern or the like.

  36. but what about the Internet Connection Firewall??? by kryzx · · Score: 5, Funny
    Here's a little gem from the MS XP site

    Now Windows XP offers strong security to home computer users through Internet Connection Firewall protection, which makes your information, computers, and family data safer from intruders as soon as you start using Windows XP.

    I guess that helped a lot.

    --
    "I don't know half of you half as well as I should like, and I like less than half of you half as well as you deserve."
  37. No big deal by I.T.R.A.R.K. · · Score: 0, Insightful
    "No OS is perfectly secure, but I bet a lot of new XP owners won't be too happy about this."

    So, I'll just run the patch and move on with my life. No big deal.
    It's not like I'm going to lose sleep over what *might* happen.
    It's only a computer, for christ sake.

    --

    "Adequacy.org: Where congenital stupidity is not an option, but a requirement."

    1. Re:No big deal by Anonymous Coward · · Score: 0

      ...for Christ's sake...

    2. Re:No big deal by Anonymous Coward · · Score: 0

      *ziiiiiing*

  38. Shit, I thought it was a feature.... by 2Bits · · Score: 3, Funny
    Man, when I found two weeks ago that I can remotely control my XP machine and appliances, I thought: "Yeah, finally, something from MS that is usefull". When I do tech support, I don't have to go the user's cubicle anymore, I can just remotely fix the problem.

    And now, this is a security hole. Man, nowaday, you can't know for sure if it's a bug or a feature anymore.

    1. Re:Shit, I thought it was a feature.... by Glonk · · Score: 1

      I realize your comment was an attempt at humor, but there actually is a feature in XP called "Remote Desktop". You can remotely control XP machines and appliances. :)

    2. Re:Shit, I thought it was a feature.... by labratuk · · Score: 1
      ...something from MS that is usefull...

      Useful: it is only spelt with one 'l'.



      And before you ask, yes, I do have a deathwish for my karma.

      --
      Malike Bamiyi wanted my assistance.
    3. Re:Shit, I thought it was a feature.... by Anonymous Coward · · Score: 0

      If you think having the ability to control your appliances from a PC is cool, just imagine having the ability to control someone else's appliances from your - their - pc. ;-)

    4. Re:Shit, I thought it was a feature.... by Oztun · · Score: 2

      Yeah well, I hope they didn't enable that "feature" by default too!

    5. Re:Shit, I thought it was a feature.... by Fembot · · Score: 0

      wasnt that what vnc was for????

    6. Re:Shit, I thought it was a feature.... by yesthatguy · · Score: 1

      As far as I know, it's only included in XP Professional, and I doubt it's installed by default. It's basically a PCAnywhere/VNC type program that can be used for IT professionals in corporations to remotely administer desktops, or for traveling employees to get access to their machine from a remote location.

      --
      Yes! That guy!
    7. Re:Shit, I thought it was a feature.... by Anonymous Coward · · Score: 0

      Yeah, and BackOrifice is really a "remote administration tool" too :)

    8. Re:Shit, I thought it was a feature.... by theNeophile · · Score: 1

      Really? The first time I saw this (on dotto I think) I though "Neat... I wonder how many days till this gets cracked".

  39. I wonder if it will affect their rating here: by Anonymous Coward · · Score: 0

    http://www.sans.org/topten.htm where Unix is king of security problems.

  40. Technically true? by sterno · · Score: 5, Interesting

    Well technically this is probably true. There have been compromises of IIS, MSSQL, and other Microsoft products but the OS itself hasn't been vunerable to such attacks until now.

    Now granted, IIS comes with Windows so, is that really a seperate component? Also, by the same logic, Linux has never been exploited either has it? I mean, does Linux run any network daemons on it's own? No. So Linux, itself is bulletproof, it's just all those other things you put on top of it that can cause problems.

    I just find it amusing how Microsoft keeps changing where they want to split their hairs when distinguishing between the OS and the applications. IE is part of the OS until it gets compromised and then suddenly it's a seperate application.

    --
    This sig has been temporarily disconnected or is no longer in service
    1. Re:Technically true? by Anonymous Coward · · Score: 0

      IE has had remote exploits for years and Microsoft vehemently states that it is windows... No dice. :)

    2. Re:Technically true? by LinuxGeek8 · · Score: 5, Informative

      I hate to say so, but the linux kernel had security problems too.
      The syncookies bug a few months ago is a kernel bug.
      Also the ip_conntrack_ftp bug in 2.4.3 and older is a kernel bug.

      --
      Well, don't worry about that. We can get you back before you leave. (Dr. Who)
    3. Re:Technically true? by Anonymous Coward · · Score: 1, Informative

      the OS itself hasn't been vunerable to such attacks until now

      What? Are you really saying that NT/2000 base product has never had a remote exploit!

      Check:
      MS01-007
      MS00-070
      MS00-047
      MS00-021

      And that's just from MS's site and the last couple years. Microsoft's real recommendation is to just firewall RPC services, so take _that_ for what it's worth.

    4. Re:Technically true? by Anonymous Coward · · Score: 1, Insightful

      The ip_conntrack_ftp bug is hardly anywhere near the scale of this XP bug. It was not a remote root vulnerability. Not even close to the same thing.

    5. Re:Technically true? by Weezul · · Score: 1

      These kinds of buffer overflow exploits are common theam of any binary distribtions. I think Linux had many such exploits in the past, but the Linux kernel hackers responce was to run around placing bounds checks all over the place.. MSFT's responce is to send out a patch for the specific overflow when discovered. I expect that these will be an almost perminent feature of Windows.

      The real problem is that someone who want their own personal admin exploit for Windows can just go spend a few million bucks to find one. It should be years before the stupid hacker kids manage to find it. This should work for Linux too, but you will not get as many years before the bug gets fixed since Linux tends to fix many simillar bugs at once.

      --
      The Christian religion has been and still is the principal enemy of moral progress in the world. -- Bertrand Russell
    6. Re:Technically true? by Anonymous Coward · · Score: 0

      ----
      Also, by the same logic, Linux has never been exploited either has it? I mean, does Linux run any network daemons on it's own? No. So Linux, itself is bulletproof, it's just all those other things you put on top of it that can cause problems.
      ----

      hey ... linux has a tcp/ip stack in the kernel, which responds to pings and stuff, and this could potentially be exploited, except that it doesn't have any bugs ... :)

      iptables is also in "kernel space", not to mention the dredded "khttpd" (a very bad idea imho. we should declare kernel space a wilderness reserve and prohibit development there ... or we could cram everything into kernel space like M$ to avoid competition and lawsuits!)

    7. Re:Technically true? by Anonymous Coward · · Score: 0

      Wouldn't the SMURF attack (pings with large payloads) be an example of a "network-based, remote compromise?" Though this hit almost all of the OSes...

    8. Re:Technically true? by Anonymous Coward · · Score: 0

      I wont signup. sorry just call me an anonomys coward I don't care... the thing I want to say is that the most secure OS that is know must be openBSD, since it's release it has never changed the base kernel due to security issues.
      The only thing that makes that OS insecure is services that is not included in the OS it self

  41. FoxNews has a writeup also by shanebush · · Score: 1

    If the Washington post article is slow for you, Fox News has a writeup as well

    1. Re:FoxNews has a writeup also by Drizzten · · Score: 1
      From that article:
      The flaws, discovered five weeks ago by independent security researchers, threatened to undermine widespread adoption of Microsoft's latest Windows software, which many hope will be an economic catalyst for the sagging technology industry.
      And they released a fix for the first time today??? Was the hole so bad that it required that much time to fix?
      --

      "All mankind is at the mercy of a handful of neurotics". - Norman Douglas
    2. Re:FoxNews has a writeup also by Oztun · · Score: 2

      Have you seen how long it takes Microsoft to release a piece of software? You must not remember Windows 95. ;)

  42. Oops! by cryms0n · · Score: 1

    Where is michael when you need him?

  43. For those too lazy^H^H^H^H busy to read, best is.. by Frums · · Score: 1

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center. "Every Windows XP user needs to immediately take action." He called it a "very serious vulnerability."

    Emphasis mine.

  44. Does someone here know what U p&p is? by adamy · · Score: 2, Insightful

    I would not mind a decent explaination of what Universal Plug and PLay is, what it takes to shut it off, and what it would affect.

    --
    Open Source Identity Management: FreeIPA.org
    1. Re:Does someone here know what U p&p is? by Oily+Tuna · · Score: 5, Informative

      The Universal Plug and Play (UPnP) service allows computers to discover and use network-based devices. Windows ME and XP include native UPnP services; Windows 98 and 98SE do not include a native UPnP service, but one can be installed via the Internet Connection Sharing client that ships with Windows XP. This bulletin discusses two vulnerabilities affecting these UPnP implementations. Although the vulnerabilities are unrelated, both involve how UPnP-capable computers handle the discovery of new devices on the network.

      The first vulnerability is a buffer overrun vulnerability. There is an unchecked buffer in one of the components that handle NOTIFY directives - messages that advertise the availability of UPnP-capable devices on the network. By sending a specially malformed NOTIFY directive, it would be possible for an attacker to cause code to run in the context of the UPnP service, which runs with System privileges on Windows XP. (On Windows 98 and Windows ME, all code executes as part of the operating system). This would enable the attacker to gain complete control over the system.

      The second vulnerability results because the UPnP doesn't sufficiently limit the steps to which the UPnP service will go to obtain information on using a newly discovered device. Within the NOTIFY directive that a new UPnP device sends is information telling interested computers where to obtain its device description, which lists the services the device offers and instructions for using them. By design, the device description may reside on a third-party server rather than on the device itself. However, the UPnP implementations don't adequately regulate how it performs this operation, and this gives rise to two different denial of service scenarios.

      In the first scenario, the attacker could send a NOTIFY directive to a UPnP-capable computer, specifying that the device description should be downloaded from a particular port on a particular server. If the server was configured to simply echo the download requests back to the UPnP service (e.g., by having the echo service running on the port that the computer was directed to), the computer could be made to enter an endless download cycle that could consume some or all of the system's availability. An attacker could craft and send this directive to a victim's machine directly, by using the machine's IP address. Or, he could send this same directive to a broadcast and multicast domain and attack all affected machines within earshot, consuming some or all of those systems' availability.

      In the second scenario, an attacker could specify a third-party server as the host for the device description in the NOTIFY directive. If enough machines responded to the directive, it could have the effect of flooding the third-party server with bogus requests, in a distributed denial of service attack. As with the first scenario, an attacker could either send the directives to the victim directly, or to a broadcast or multicast domain.

      --
      Mmmmmmm ... sushi.
    2. Re:Does someone here know what U p&p is? by Dr.Stress · · Score: 1

      The above comment is copied and pasted directly from the Microsoft security bulletin. Credit to the source should be given here.

    3. Re:Does someone here know what U p&p is? by adamy · · Score: 1

      .

      OK that is part one, Universal Plug and PLay is SMB for the new generation (refering to the automtic notification of computers on the network).Sounds like it is attempting to solve the same problem as Jini.

      How does one turn it off, and what would it affect to do so?

      --
      Open Source Identity Management: FreeIPA.org
    4. Re:Does someone here know what U p&p is? by mdwebster · · Score: 1

      In XP you can shut off UPNP under administrative tools > services. I'd disable it altogether and not just stop it. As far as I know there's not a single UPNP device on the market, not even the XBOX is UPNP. Pretty useless.

    5. Re:Does someone here know what U p&p is? by man_of_mr_e · · Score: 1

      Go into the services MMC applet and stop the UPnP service, then set it to "Manual" or "Disabled". Shouldn't effect anything if you don't need or want UPnP. I've had it disabled since the third or 4th day I was using XP (when I stumbled across the open ports and tracked them down to UPnP).

  45. Well, that's cheese by Anonymous Coward · · Score: 0

    Maiffret and his researchers demonstrated the flaws for The Associated Press by hacking into a reporter's laptop running Windows XP from 2,300 miles away and successfully instructing the computer to connect automatically several times to the Web site for the National Security Agency, the government's super-secret spy agency.

    Omigawd! They used it to connect to the super-secret spy agency's website! Ahhhhh!

    I mean, couldn't they come up with a demonstration that wasn't so transparently panic-mongering. Either connect to an ordinary website, if that's what you want to demonstrate, or pretend to hack into something or DOS something or whatever, but connecting to the *public* website of the NSA is just dumb showmanship.

    1. Re:Well, that's cheese by Zen+Mastuh · · Score: 2

      Your post made me conceive this hypo:

      Suppose an exploit was written that would cause every unpatched XP box (9X% of them, I guess...) to load kiddee pr0n into the RAM/HD. Could Micro$oft be found guilty of distributing kiddee pr0n and be closed down, its owners/officers jailed?
      Maybe someone else has already thought of the same thing. What would the ramifications be? M$ has survived anti-trust action; its sheer size has served to prevent any class-action lawsuits for manufacturing incomplete, defective products. All empires must fall, though. Tick, tick, tick,...
      --
      "What is the sound of one belly slapping?"
    2. Re:Well, that's cheese by Anonymous Coward · · Score: 0

      You are stupid.

    3. Re:Well, that's cheese by Anonymous Coward · · Score: 0

      No, I'm stupid...

  46. Re:Which would you rather do? by Anonymous Coward · · Score: 0

    Cameron would be my last choice. Drew would probably be the most fun, and Lucy would be cool too, because Asian chicks are wild in the sack,
    but skinny girls like Cameron tend to not be so great. I think she would be too needy and high-maintenance.

  47. This is just like... by tsmit · · Score: 1

    When i did a default install of Linux a couple of years ago, and it automatically installed BIND, which, BTW, is the mother of all security concerns. But, i can understand ripping M$ a new one, it's the slashdot way right?

    Objective Journalism my ass.

    --
    Yes, my girlfriend is a BitchX
    1. Re:This is just like... by Michael+Page · · Score: 1

      BIND is hardly the mother of all security concerns. Compare the handful of BIND exploits
      in recent years to the countless Microsoft security blunders just since this Fall!

    2. Re:This is just like... by Anonymous Coward · · Score: 0

      ...and have you done a default install of Linux recently, say in the last few months? NO? Then how the hell can you compare a several-years-ago Linux default install with a just-released Windows XP default install?

      Thoughtful Poster my ass.

    3. Re:This is just like... by Anonymous Coward · · Score: 0

      Free OS = a little more acceptable than paying for a commercial OS from a vendor who has been in the business for 10+ years. Especially Linux from "a few years ago"....u get what you pay for is the old saying.

    4. Re:This is just like... by Anonymous Coward · · Score: 0

      A couple of years ago huh? Lets get a little more current bud. I guess it's cool for me to go back over ALL of the old MS exploits for the last few years and compare notes.

    5. Re:This is just like... by Anonymous Coward · · Score: 0

      Are you sure you download linux (which version btw?) from www.kernel.org or one of their suggested mirrors? It's highly unlikely someone would be able to patch the linux kernel with the source code (or binary) to bind and go unnoticed when on the kernel.org mirror list.
      Nevertheless I find it quite amussing you've found a linux kernel which installs bind. Where from did you get it??

      wacko

    6. Re:This is just like... by PhreakinPenguin · · Score: 1

      A handful of exploits? Well I guess the quality of the exploits don't outdue the quanity in your mind then. Bottom line is that BIND had LARGE exploits.

      --


      My sig of choice is Marlboro
    7. Re:This is just like... by Anonymous Coward · · Score: 0
      Objective Journalism my ass.

      If you come to Slashdot expecting Objective Journalism (as if there actually were such a thing), I think the biggest security risk we have to worry about is that you're out on the street...

    8. Re:This is just like... by TheAwfulTruth · · Score: 2

      BIND is just ONE of hundreds of programs, demons and kernel(s) that are installed in a standard linux install. Of ALL of them there is about one security or catastrophic bug per week. About the same as Widnows taken in it's entirety. Do not compare "BIND" to "Windows". Compare the standard Linux install to the standard Windows install. Both have terrible bug records. Linux is a glass house and /. throwing stones at MS is completely absurd.

      --
      Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
    9. Re:This is just like... by SuiteSisterMary · · Score: 2

      BIND, sendmail, lpr, all had holes you could drive a truck through. But that was probably back before your time, back when 'SVR4' meant something. Microsoft isn't doing anything that the commercial UNIXes didn't do ten years ago. 'debug' and 'nuff said.

      --
      Vintage computer games and RPG books available. Email me if you're interested.
    10. Re:This is just like... by Anonymous Coward · · Score: 0

      A handful of exploits? Well I guess the quality of the exploits don't outdue the quanity in your mind then. Bottom line is that BIND had LARGE exploits.

      With corrections:

      Well, I guess the quality of the exploits doesn't outdo the quality in your mind, then. The bottom line is that BIND had LARGE exploits.

    11. Re:This is just like... by Anonymous Coward · · Score: 0

      amen brother.

    12. Re:This is just like... by Tony-A · · Score: 1

      Then how the hell can you compare a several-years-ago Linux default install with a just-released Windows XP default install?
      Actually it's pretty easy. Install old version of Linux. Kill off unneeded services and update the few left that matter. Most of the holes are in things you should not be running anyway. System now should be in pretty good shape for next 6-18 months.
      Install a just-released Windows XP. Try to find the required updates. All of them. Good for 2 weeks maybe (if you like a false sense of security;)

    13. Re:This is just like... by Tony-A · · Score: 1

      "....u get what you pay for is the old saying.

      When and what did you last pay for the air you breathe?
      There is generally a relationship, but nonlinear and quite often anomalous.

      "The best things in life are free."
      There is a vast difference between priceless and valueless.
      There are those who know the price of everything and the value of nothing.

    14. Re:This is just like... by Anonymous Coward · · Score: 0

      How about the biggest issue to look at here. Who's using Linux? System administrators and power-users. Who's using WinXP? Mostly bunch of people who don't know what they are doing, and end users. Who makes Linux? Companies who give away the products for free. Who makes winXP? Microsoft who is trying to sell a fully usable solution to your networking needs, and no one has advertised a linux default install as "the most secure OS EVER" (a quote from a microsoft executive) Microsoft security is a joke in the first place. If there's a security hole in Linux, you fix it, it's open source, someone has found the hole and there's a patch available. If Windows has a security hole? you wait and pray that MS has found it, and made a patch for it. Also, check this out, the article is fake but highly amusing:
      http://204.95.248.100/News/2001/12/death.html

  48. I think it would be interesting to keep a running by Vicegrip · · Score: 3, Insightful

    tally of said security issues as they pop up and then document how long it takes Microsoft to fix them-- before and after the bug is publically exposed.

    I would be interested to see captured on a yearly basis the bug count of Microsoft products versus some open source products including how long each bug took to get fixed and the severity of each bug.

    Microsoft is good a spreading FUD-- but facts are hard to beat and gobbled up by the media.. I'd be willing to volunteer my time to anybody with a server and some bandwidth for a project like this: just tell me what you need me to do.

    --
    Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
  49. Windows is Insecure? Oh My God... by thumbtack · · Score: 0, Troll

    Who would have even thought it was possible. After all Windows has been so secure in the past. I may have to look into something else.....snicker...

  50. pshaw.... by Anonymous Coward · · Score: 0
    ...[T]he glitches allow hackers to seize control of all Windows XP operating system software without requiring a computer user to do anything except connect to the Internet

    I don't know, sounds like a lot of work. I'll wait for Windows XQ, where having the damned thing on is all a computer user is required to do to get 7DM1N15TR7TOR'ED (read r00t'ed)

    God, what a joke. Who cares how secure your OS is if your web browser will run arbitrary executables on opening a hyperlink to something labelled a text file but whose file format says otherwise and which label (brilliant!) gets automatically passed on the the OS for interpretation (in the case of executables, execution).
  51. Windows XP leaks like a sieve by tb3 · · Score: 2

    That was the headline in my version of the story (rejected). I thought it had a bit of pizzazz. Oh well.

    What's with them burying this info in the TechNet section anyhow? "Security by Obscurity" does not work! Now that it's on AP and the lead story on Boston.com they have to own up to it.

    --

    www.lucernesys.comHorizon: Calendar-based personal finance

  52. Who does the code reviews at MS? by William+Fold · · Score: 1

    Does Microsoft actually do code reviews of their own code?

    Does anyone in their QA department have any knowledge of security?

    Sure accidents happen, but you would think any networking code intended to be used on a public network would be thoroughly examined for any weaknesses/exploits.

    They need to learn from their mistakes...

    1. Re:Who does the code reviews at MS? by Anonymous Coward · · Score: 0

      I have dealing with Microsofts QA group, their not the sharpest people I met....As for code review...They do not do code reviews...unless its a "mission critical" application

    2. Re:Who does the code reviews at MS? by lunaman · · Score: 1

      Marketing.

    3. Re:Who does the code reviews at MS? by TheAwfulTruth · · Score: 2

      Who does the code review on all those buggy 2.4.x kernels?

      Answer: No one!

      --
      Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
    4. Re:Who does the code reviews at MS? by Anonymous Coward · · Score: 0

      Al Qaeda.

    5. Re:Who does the code reviews at MS? by No+One · · Score: 0

      Sure, go ahead and blame me. Everyone else does. I think that's what I REALLY get paid for, and the sysadmin thing is just to fool the beancounters.

      --

      There is no sin except stupidity -- Oscar Wilde
  53. Not just Windows XP... 98, ME as well! by SlashChick · · Score: 5, Informative

    What the article doesn't mention is that Windows 98 with XP sharing is also affected, and that any version of Windows ME is affected as well.

    If you are running Windows 98 or ME, you should immediately go to Microsoft's website and download the patch for your system.

    A more technical description can be found here.

    Windows 2000 is not affected.

    1. Re:Not just Windows XP... 98, ME as well! by Anonymous Coward · · Score: 0

      > If you are running Windows 98 or ME, you should immediately go to Microsoft's website [microsoft.com] and download the patch for your system.

      Note: you only need to do this if you've installed the UP&P feature via that extra Internet Access package (I've forgotten the name, but it's not a default install on Win98 or ME, so default installs don't have this problem).

    2. Re:Not just Windows XP... 98, ME as well! by dytin · · Score: 2, Informative

      The only reason that it would affect Windows's 98 or 98SE is if you actually installed and activated. Universal Plug and Play. It only affects ME if you activated Universal Plug and Play. From Microsoft's website:

      Customers using Windows 98, 98SE or ME should apply the patch if the Universal Plug and Play service is installed and running.

      Windows ME and XP include native UPnP services; Windows 98 and 98SE do not include a native UPnP service, but one can be installed via the Internet Connection Sharing client that ships with Windows XP.


      Therefore, Win 98 and ME are not affected unless you have done something to your computer. Since Win XP runs UPnP by default, it is affected if you don't do anything.

    3. Re:Not just Windows XP... 98, ME as well! by caesar-auf-nihil · · Score: 2

      According to the download site, it only affects Windows 98 and Windows 98 2nd edition if "XP ICS" is installed.

      --
      -When going for broke, go for Ithaca!
    4. Re:Not just Windows XP... 98, ME as well! by Anonymous Coward · · Score: 0
      >Windows 2000 is not affected.


      Awwww yeah. 2K is da bomb, baybay!

    5. Re:Not just Windows XP... 98, ME as well! by Anonymous Coward · · Score: 0

      if you install a xp machine onto an existing network that includes 98 machines, the 98 machines & the xp machines will not see eachother at first. xp will then make a floppy disk that "upgrades" the network properties in that 98 machine & boom, you can see the xp machine.

      ME was when they actually started using all this, and the same thing goes for it, want to network your ME machine to a 98 one, youll have to make the lil disk & "upgrade" the 98 machine to the new code.

      so unless youve run that patch on your 98 machine to get it to network with a ME or XP machine, you're fine.

      then again, if your running through any kind of firewall or proxy you're fine too.

    6. Re:Not just Windows XP... 98, ME as well! by Col.+Panic · · Score: 1

      Actually some OEM versions *do* have it installed by default, although I don't think Marc specified which ones in the bugtraq post.

    7. Re:Not just Windows XP... 98, ME as well! by Anonymous Coward · · Score: 0

      I'll stick with FreeBSD thanks, but as far as Windows goes I think a tweaked NT4 SP6a is fine as long as you install the resource kit and a mess of unix tools.

  54. Catch 22 by jspaleta · · Score: 2, Interesting

    Win XP has a security problem which opens you up to attack the moment you connect to the net...
    You need to connect to the net so you can get the patch from MS website....hmmmmmm...catch 22

    So to safely get the patch from MS you have to find a non XP computer with a zip disk or a cd burner.....

    good think there are 0.25 % of the desktops out there running linux, so XP users can grab the patch they need off a secure netenabled desktop....assuming MS lets no-IE browsers connect to the MS site to grab the patch.

    -jef

    1. Re:Catch 22 by narfbot · · Score: 1

      What about when someone gets on the internet to do their XP activation? A newly installed XP will be unsecure as well.

      "Product Activation works by verifying that a software program's product key has not been used on more personal computers than intended by the software's license. You must use the product key in order to install the software and then it is transformed into an installation ID number. You use an activation wizard to provide the installation ID number to Microsoft either through a secure transfer over the Internet, or by telephone. A confirmation ID is sent back to your machine to activate your product."

      Notice they say,"secure transfer over the Internet."

    2. Re:Catch 22 by narfbot · · Score: 1

      This is the source of the previous quote.

    3. Re:Catch 22 by Tony-A · · Score: 1

      Seems like one of the basic rules of security is to never download directly to the victim computer. Use a different computer, preferably a different OS. Also, no "internal" server should ever be connected to the internet. (Just kill the gateway address). I had an IIS server running, unpatched and uninfected. Finally killed it. Can't trust the worms to stay that dumb.
      Remember the time-bomb in RedHat 7.0? Did anybody get burned? I think most people found the update and killed it. Any that didn't would have got the updated update rpm in plenty of time. (Contrast the 90-some day time-bomb in Windows 95/98? which probably came to light only under y2k testing).

  55. No problem, just don't access the internet by mons · · Score: 1

    Kinda dilbertian dilemma,
    if you connect to the internet to download the patch you are vulnerable to attacks.

  56. Catch-22 by UberOogie · · Score: 2
    So, hackers can compromise your XP box if you just connect to the Internet, but to get the patch, you have to go to the MS Web site...

    --
    "Enough of this wretched, whining monkey life." -- Marcus Aurelius, _Meditations_, Book 9, 37
  57. "... most secure ever ..." by Lumpish+Scholar · · Score: 3, Redundant
    Microsoft's newest version of Windows, billed as the most secure ever, contains several serious flaws that allow hackers to steal or destroy a victim's data files across the Internet or implant rogue computer software.
    I wonder what their least secure version allows?-)
    --
    Stupid job ads, weird spam, occasional insight at
    1. Re:"... most secure ever ..." by Anonymous Coward · · Score: 0

      Redmond, WA - A bug in Microsoft Windows 98 was discovered today. The software has been found to occassionally unlock your doors while you are gone on vacation, connect to the internet, and post your address and a calculation of the current worth of your PC to alt.burglary.potential-victims. No patch has yet been released, but Microsoft suggests working around the security flaw by securely boarding up your residence and leaving your lights on.

  58. Activated Whether You Use It Or Not by Steve+B · · Score: 2
    the feature is activated by design in every copy of Windows XP


    Microsoft standard "Take Me, I'm Yours" default settings strike again.

    --
    /. If the government wants us to respect the law, it should set a better example.
  59. Reset the slogan timer again by Waffle+Iron · · Score: 5, Funny

    "Over four hours without a remote hole in the default install!"

    1. Re:Reset the slogan timer again by sharkey · · Score: 2
      They need to think like McDonald's:

      Over 100,000,000 customers reamed.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  60. Code Red? by Anonymous Coward · · Score: 0

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center.

    Because Code Red and Nimda were... well, umm... local I guess?

  61. Re:XP Owners by duffbeer703 · · Score: 2, Troll

    You don't own Linux either. It is licensed to you under the GNU General Public License.

    Linux is owned by Linux Tordvals and others.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  62. good habit to start by macsox · · Score: 1

    i appreciate that one of the options for installing the patch, as suggested on the patch web site, is to 'run this program from its current location'.

    seems like the sort of thing you wouldn't want people to get used to doing.

  63. My Toilet!? by portege00 · · Score: 1

    "The Windows XP problems affect a little-used feature that eventually will allow consumers to control high-tech household appliances using their computers. Called "universal plug and play," the feature is activated by design in every copy of Windows XP and can be added manually to Microsoft's earlier Windows ME software, also used by millions of consumers worldwide."

    I'm glad I didn't get around to plugging my toilet into my PC. Whew!

    --
    Trolls make great pets. Adopt one today!
    1. Re:My Toilet!? by Anonymous Coward · · Score: 0

      That's an interesting thought... MS built a feature into the operating system that allows your household devices to control your computer?

      If that's the case, your toilet could have taken over your PC. I'll bet Bill Gates's toilets already do this... they hack into his supercomputer, steal his credit card numbers and order toilet paper and 2000 flushes.

      WindowsXP: What would your toilet like today?

    2. Re:My Toilet!? by mpe · · Score: 2

      "The Windows XP problems affect a little-used feature that eventually will allow consumers to control high-tech household appliances using their computers. Called "universal plug and play," the feature is activated by design in every copy of Windows XP and can be added manually to Microsoft's earlier Windows ME software, also used by millions of consumers worldwide."

      This kind of thing probably accounts for the majority of security issues. Little used (and poorly documented) "features" which are enabled by default. As opposed to having them switched off by default and providing a decent manual.

    3. Re:My Toilet!? by Tony-A · · Score: 1

      Does this give a new meaning to the term "buffer overflow"?

  64. Re:Which would you rather do? by ReidMaynard · · Score: 1

    Cameron

    --
    -- www.globaltics.net

    Political discussion for a new world

  65. May not be (quite) as bad as it sounds by Batou · · Score: 0, Troll

    This is certainly another very ugly bit of egg on the face for Redmond, but the article is misleading. For Win98 clients, the only way to be affected by this bug is if they had independently installed the ICS software from WinXP. In WinMe, it is present as an installable option, but is NOT installed by default.

    Also, according to the M$ bulletin:

    "Standard firewalling practices (specifically, blocking ports 1900 and 5000) could be used to protect corporate networks from Internet-based attacks."

    Call me crazy, but any sysadmin interested in keeping his/her job doesn't blindly leave ports open on the firewall. Not that that would help out poor mom and pop who just bought a fancy new Dell because that nice boy Steve on the television told them it was cool, but what can you do? Anyone with any kind of "always on" connection would have to be an idiot to not engage some kind of firewall for their connection. The fact that M$ has a (limited) firewall functionality built into XP is at least a step in the right direction. I haven't played with it, so I don't know whether it installs by default, or requires any kind of real technical knowledge to setup (it's Windows, so my guess is no).

    The fact that they can still have holes like these in any code that runs in a priveleged level is simply unforgiveable, though. I mean, isn't it simply a commonly accepted development practice to place safegaurds (ie, using strnlen() as opposed to strlen() or something - it's been a while since I've done any network coding) in any and all buffers receiving any kind of data from any kind of socket connection?

    --
    "Oh my God! The dead have risen! And they're voting Republican!" - Bart Simpson
    1. Re:May not be (quite) as bad as it sounds by night_flyer · · Score: 3, Insightful

      "Anyone with any kind of "always on" connection would have to be an idiot to not engage some kind of firewall for their connection."

      what about those "idiots" that aren't computer literate and that dont know what a firewall even is?

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    2. Re:May not be (quite) as bad as it sounds by Boiler99 · · Score: 1

      what about those "idiots" that aren't computer literate and that dont know what a firewall even is?

      ...which is actually becoming more and more common since DSL/cable have skyrocketed in the last couple of years. I know at least half the people I know at work have high-speed connections, and they are all confused when they can't access their networked drives on their laptops when they aren't plugged into the network ("how come it says my E: drive isn't available? I just put stuff there a minute ago!")

    3. Re:May not be (quite) as bad as it sounds by johnkoer · · Score: 1

      --what about those "idiots" that aren't computer literate and that dont know what a firewall even is?--

      You know whats going to happen. Most people are not going to find out about this until a major worm comes along. I know the only reason I know about this is from /. and a few other sources. I know a lot of people who just bought computers and have no clue they are about to be screwed. Once the worm shows up on their local news at 5,6 and 11 they will realize, "Hey maybe I should look into this." They will walk over to their computer to find it deleting all of their filez and then they will call Dell and Gateway Technical support to get their filez back.

    4. Re:May not be (quite) as bad as it sounds by Anonymous Coward · · Score: 0

      The Windows XP install automatically sets up the firewall when you set up an Internet connection. So the people who don't know what a firewall is are getting one anyway.

  66. You gotta love it... by BadDoggie · · Score: 5, Funny
    I know I do. "Hackers" can sieze control if people connect to the Net. MS makes a free fix[1] available on their Web site. Like, through the Net. So eXPendable users are basically forced to play Russian Roulette when they get on-line.

    Oh the fun you could have with BackOrificeXP right now... User tries to get patch, Evil haX0r-d00d shoots out a pop-up and mp3: a little Strauss music and a MsgBox reading, "I don't think I can let you do that, Dave."

    woof.

    [1] As opposed to that Win95 "fix" they called Win98 that you had to pay for.

    How do you forcefully urge people?

    1. Re:You gotta love it... by Legion303 · · Score: 2
      Even better: Black Hat sends pop-up window that says "installing update," blocks the real one, and installs whatever his little black heart desires.

      Or nothing at all. Muahahahahaha!

      -Legion

    2. Re:You gotta love it... by FleshWound · · Score: 1

      Yeah...because it's not like someone could use another machine/OS to download the update, put it on a CD/Zip disk/whatever and install it on their XP box(en).

      *eyeroll*

    3. Re:You gotta love it... by BadDoggie · · Score: 2
      How silly of me! Yes, it's such common knowledge that most Win-users have boxen[1] and use various OSes. I'll call ma right now and tell her not to touch the XP machine before she heads over to ms.com with the Atari 800, NetBSD, OS/390 or NT box to download the patch.

      Sheesh. People who use non-MS OSes or NT4/Win2K are not going to lose a lot of sleep over this one. The /.ers who *are* worried about this are the ones who don't use Win98 just for games.[2]

      woof.

      [1] Most non-*nix people think "Boxen" is the name of one of Santa's Reindeer.
      [2] Or do parental telephone support.

    4. Re:You gotta love it... by pacc · · Score: 2, Insightful

      And it's not like Microsoft hasn't had
      time to think this through, Extremetech
      had a story on how to set up
      an IIS server trying to get the patch before
      code red got them. (And failed miserably of course)

      Now wouldn't XP's registration service be better if it didn't let you actually use the system until you had the patches downloaded on registration. But then noone would buy it, and an exploit for the registration service would spoil everything once and for all for ms.

    5. Re:You gotta love it... by Technosteve! · · Score: 1

      Mister hacker sir i have a few questions before you enter my computer. Where can i get this backorificeXP and the code needed to generated to do that. Unless this backorificeXP is userfriendly would i require certified BackOrificeXP training to be a certififed backorficeXP engineer? oh one final question does this backorfice run on windows or mac?

      --
      Me and lunchbox here are going to kick your ass.
    6. Re:You gotta love it... by FleshWound · · Score: 1

      I know plenty of people who have more than one computer running more than one OS (I never said anything about non-MS OS'es, just OS'es other than XP), and very few of these people are what you'd consider computer savvy.

      Of course, we're both neglecting the fact that those that will actually install the patch are the same type of people who have multiple PC's running multiple OS'es (yes, even some non-MS ones).

      And, last, but not least, you're overlooking the fact that the patch is only 600K, which means that you wouldn't have to be online for more than a couple of minutes to download the patch...then just go offline to apply it.

    7. Re:You gotta love it... by netsharc · · Score: 1

      They have to be kidding!!! Well arguably they were trying to prove a point, but if you have to be online to download a patch, and your IIS is insecure, why do you still have it running? You can always shut down the IIS service before going online. In fact, you can also shut down the UPNP and have a relatively more secure computer in the time before you apply the patch.

      --
      What time is it/will be over there? Check with my iPhone app!
    8. Re:You gotta love it... by walkerp1 · · Score: 1

      How do you forcefully urge people?

      Well, let's see. First you exercise remote system control...

      SIG this!

    9. Re:You gotta love it... by siphoncolder · · Score: 1
      one more thing i'd like to mention.

      I know I do. "Hackers" can sieze control if people connect to the Net. MS makes a free fix[1] available on their Web site. Like, through the Net. So eXPendable users are basically forced to play Russian Roulette when they get on-line.

      Oh the fun you could have with BackOrificeXP right now... User tries to get patch, Evil haX0r-d00d shoots out a pop-up and mp3: a little Strauss music and a MsgBox reading, "I don't think I can let you do that, Dave."


      i find that most slashdotters like to harp about MALICIOUS folks finding all the security flaws. what they fail to recognize is that there are GOOD guys also out there, helping find security flaws and bringing them to light. eeye.com are the good guys in this case, actively pursuing & finding security flaws and working WITH vendors to fix products.

      open-source programmers the world over laugh at how hard it is for closed-sourcer's to fix their code, because 3rd parties can't examine it for bugs. however, in an instance like this, even though it is HARDER to find the bug, especially without the source code, the bug is still found and fixed, and agreeably handled. and no doubt that eeye has made a nice profitable business out of their security testing.

      in retrospect, it smacks of plain un-willingness & hatred against MS when someone claims that bugs are harder to find in closed-source. it's harder, but it's UNWILLINGNESS to help that makes it IMPOSSIBLE.

      --
      i'm amazed that i survived - an airbag saved my life.
  67. Re:Which would you rather do? by Anonymous Coward · · Score: 0

    Shows what you know, dumbass! I actually fucked
    Cameron Diaz 6 years ago, after she got drunk at McSorley's in Greenwich Village. Best lay I ever
    had! Stop talking about things you don't know what you're talking about!!

  68. A side issue... by Jarrod+Pol · · Score: 2, Interesting

    Drizzle allows Microsoft to automatically download a fix to the user's machine and forcefully ask them to install it? WTF?

    If Microsoft can force an automatic download, what's to stop anyone else?

    How long til someone finds this "feature" and REALLY gives it to XP users?

    1. Re:A side issue... by Anonymous Coward · · Score: 0

      It asks the user before installing it.

  69. Microsoft has come out with a new book recently... by jkujawa · · Score: 4, Funny

    Along similar lines of "Writing Solid Code".

    Wait for it, wait for it...

    "Writing Secure Code"

  70. This should not surprise you. by foxtrot · · Score: 3, Funny

    Haven't you seen the commercials? A huge multi-media advertising blitz to tell us all that _Everything_ is easier in XP.

    -JDF

    1. Re:This should not surprise you. by walkerp1 · · Score: 1

      Heh, XP may not be cheap, but she's "easy" ;)

  71. Here's some stats. by scott1853 · · Score: 2, Interesting

    By following the link on the MS Security Bulletin I received in my e-mail, and going through the update process, it took a whopping 5 minutes including the reboot.

    Now all that's required is that somebody take the total number of XP users, multiply it by 5 minutes, and then multiply it by some made-up figure for what the average IT workers makes per minute, and then the zealots will have some fuel for their fire. "Look, this latest bug cost the country a billion dollars!". While in actuality it didn't cost the country anything, and only cost each corporation a percentage of their annual revenue, small enough to be measured in millionths of a percentage point.

    Gee, I think I just wasted more time posting this comment than it took to install the update :P

    1. Re:Here's some stats. by InfiniteReality · · Score: 1

      It depends on the connection and speeds of the computers. I'm on a 900MHz system with Cable, and it took a minute to download and install.

    2. Re:Here's some stats. by ColaMan · · Score: 2

      While in actuality it didn't cost the country anything, and only cost each corporation a percentage of their annual revenue, small enough to be measured in millionths of a percentage point.

      *cough*

      Unless somebody managed to take advantage of that hole in XP *before* you patched it, and stole your company's Bright Idea For The New Millenium.

      --

      You are in a twisty maze of processor lines, all alike.
      There is a lot of hype here.
    3. Re:Here's some stats. by the_2nd_coming · · Score: 1

      why are you writing a preliminary flame?

      no one has zealoted out on XP (yet)

      chill out man.

      --



      I am the Alpha and the Omega-3
  72. Re:XP Owners by Anonymous Coward · · Score: 0

    Mr. Steve "the sky is falling" Gibson is a 100% certified quack, and you are a 100% certified crack baby if you actually believe his drivel.

  73. No OS is perfectly secure by cartec · · Score: 1

    So why bother even trying to secure one? But hey, look at the pretty graphics.

  74. This article is stupid by bobb0 · · Score: 0

    That's right. This article is nothing more than garbage. OK. There is a security flaw. Microsoft has made a fix for it and is urging people to install it. But where is the freakin' link?! Why write an article about a security flaw, tell people there's a fix and not bother to tell them where to get it? And where are the details? It says the bug is with Universal Plug and Play. Great. So what is the bug? Too vague, too vague, too vague.

  75. Security Bulletin from MSFT by Magus311X · · Score: 2

    Title: Unchecked Buffer in Universal Plug and Play can Lead to System Compromise
    Date: 20 December 2001
    Software: Windows 98, Windows 98SE, Windows ME, Windows XP
    Impact: Run code of attacker's choice
    Max Risk: Critical
    Bulletin: MS01-059

    ---
    The hole is in more than XP as you can see.

    ---

    1. Re:Security Bulletin from MSFT by night_flyer · · Score: 2

      I find it interesting that NT and 2000 are not listed... so just what is XPs code base?

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    2. Re:Security Bulletin from MSFT by sharkey · · Score: 2

      Impact: Run code of attacker's choice

      Well now. Let's get it in gear and get the whole Windows-using world playing Solitaire at once.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  76. So much for Microsoft's "thorough code review" by Anonymous Coward · · Score: 1, Informative

    The first vulnerability is a buffer overrun vulnerability.

    Microsoft specifically said they reviewed all the code in Windows XP for buffer overruns. http://www.vnunet.com/News/1125281

    1. Re:So much for Microsoft's "thorough code review" by Tony-A · · Score: 1

      They did the reviewin'. They just didn't get around to the findin' and the fixin'.
      What did you expect? That they would actually fix the bugs?

  77. time to say: by Smoking · · Score: 1

    Happy patchy Christmas to all of you XP users!

  78. Is there somewhere to watch for newfound breaches? by Anonymous Coward · · Score: 0

    I just got a new box that came with WinXP Pro on it, and I need Windows to support my gaming addiction.

    I know security has always been one of the biggest problems with Windows OS's, so is there some sort of online bulletin board where security problems/patches/workarounds are posted?

  79. Re:About your sig by HCase · · Score: 0, Offtopic

    Where was the mention of Christ? Perhaps you may be reading a bit more into this than was being said. Perhaps you need to look at your own judgemental tendencies a bit?

  80. isnt the amount of time it takes to fix this... by night_flyer · · Score: 3, Funny

    about the same amount of time that MicroSoft said that installing XP would save?

    --


    Thanks to file sharing, I purchase more CDs
    Thanks to the RIAA, I buy them used...
  81. What!!?? by zendeath · · Score: 1

    what!?

    A security flaw in a Microsoft OS!?

    Surely, you must be jesting.

    And this is newsworthy?

    --
    ceci n'est pas une signature
  82. maturity by geekoid · · Score: 3, Funny

    XP is an inmature OS. There are going to be tons of problems, just like any other new OS.
    Why company would switch to ANY OS that is less then 3 years old is beyond me.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    1. Re:maturity by icb1000 · · Score: 1

      Ok, so lets all forget about linux 2.4...way to immature, and even 2.2 (Jan 1999) and switch back to linux 2.0 the only 'mature' version of linux around!

    2. Re:maturity by n0ano · · Score: 1

      Why company would switch to ANY OS that is less then 3 years old is beyond me.

      Let's see, Win98 came out in approximately 1998, it's now 2001 so Win98 has achieved your desired maturity level. Of course Win98 has been superseded by WinME which has been superseded by Win2000 which has been superceded by WinXP. Also, I believe Win98 has an official End of Life date from MicroSoft. Now what am I supposed to run.

      --
      Don Dugger
      "Censeo Toto nos in Kansa esse decisse." - D. Gale
    3. Re:maturity by ethereal · · Score: 1

      If all you're considering is security and stability, then that's exactly what you should do. 2.0.x releases have been used for so long that there are reams of information available on how to tune them, and the chance of all security issues being knocked out is near 100%. Linux 2.2 is probably almost as good, but just hasn't had the years of stability (remember, part of stability is not getting a lot of updates or patches anymore) that 2.0 has.

      Similarly, most of the problems with Win 98 have probably been knocked out by now. Not so with Win 2000, although that may be more due to the increased complexity of the OS rather than a particular large user base.

      --

      Your right to not believe: Americans United for Separation of Church and

    4. Re:maturity by Brazzo · · Score: 1
      Um, because after three years, the supported life of your newly installed operating system has been cut in half?

      Remember, Microsoft has already announced that Windows 95 support will disappear in a little less than two weeks. If I had waited until Windows 95 was three years old, I would already be planning my next upgrade cycle, looking for the next OS that's three years old.

      Windows 98? Can't buy it from Microsoft, can't get a volume license. Sure, I could buy the XP volume license and downgrade, but if I'm spending that amount of money on my OS, I'd expect my IT department to install the latest and greatest thing.

    5. Re:maturity by the_2nd_coming · · Score: 1

      true, also, why MS does not make installing patches in mass simpler(perhaps a special configuration where the clients check the server for certain configuration files at every bot up so the administrator can change the settings of the workstations with out having to run around to 150 diffent cubicles.

      at least make it an option.

      --



      I am the Alpha and the Omega-3
    6. Re:maturity by killmenow · · Score: 1

      remember, part of stability is not getting a lot of updates or patches anymore
      And part of not getting a lot of updates or patches anymore is lower usage. I can't think of anyone still supplying new patches to 1.x kernels, but that is no proof of their stability.
    7. Re:maturity by ethereal · · Score: 1

      Well, let me rephrase that. Part of stability is that the code stops changing so fast. This could be because no one is using the code and providing bug reports against it, or it could be because the code is "good enough" and there really isn't anything else to be done about it. Linux 2.0 really falls into that second category - it's good enough for what it does, and if you want more functionality, you move up to a later kernel.

      I'm not sure how much the 1.x kernels were used, but 2.0.x were used a ton in a variety of commercial, industrial, and embedded realms. Although it's difficult to have certain proof of stability, I think we can use the massive amount of experience with 2.0.x as a proof that it is not unstable.

      --

      Your right to not believe: Americans United for Separation of Church and

    8. Re:maturity by killmenow · · Score: 1

      I think we can use the massive amount of experience with 2.0.x as a proof that it is not unstable
      I'll grant you 2.0.x series is fairly stable. In my view the amount of experience is evidence in its favor; but it's certainly not proof.
    9. Re:maturity by ethereal · · Score: 1

      Fair enough - that is exactly the term that I should have used. After a length of heavy use it is possible to say that the preponderance of the evidence indicates stability.

      --

      Your right to not believe: Americans United for Separation of Church and

  83. How many WinXP users will even know about this? by jij · · Score: 2, Interesting

    "No OS is perfectly secure, but I bet a lot of new XP owners won't be too happy about this."

    No doubt many would be, if Microsoft would contact each and every registered user and explain it to them. As it is, most will never realize that the new computer they bought for Christmas is wide open for anyone to steal personal information, plant trojans, etc.

    I think Microsoft should be required to mail a CD with the fix to every registered user of Windows XP, and explain in clear non-technical language what the security flaw is and why the patch is important. Hell, make 'em overnight it, too.

    ZZZZZZZzzzzzzzzz....
    Oh, hey, I must have dozed off... what a weird dream that was...heh...

    1. Re:How many WinXP users will even know about this? by Anonymous+Brave+Guy · · Score: 2
      I think Microsoft should be required to mail a CD with the fix to every registered user of Windows XP, and explain in clear non-technical language what the security flaw is and why the patch is important. Hell, make 'em overnight it, too.

      And would they be doing that with the personal information that so many people around here object to giving them?

      --
      If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  84. People don't care about security flaws because by plawson · · Score: 2, Interesting

    most of the time Windows does what they want it to do, without hassles. The security risks and the threat of MS abusing their personal freedoms are remote problems that don't impinge on the daily experience of web browsing, word processing, emailing, gaming, playing CDs... Sure, once in awhile you get bit by a virus. And the cost is increasing. But there isn't an alternative that is as easy to use.

    OK, argue with me, but I've been using Linux since before the birth of RedHat. Last month I spent a full day configuring my CD-ROM burner because of incomplete or wrong documentation. In windows it just works. Today I found a nifty software package, downloaded, unzipped, untarred, and it wouldn't run because of incompatible libraries. I try to update libraries and discover I'll break dependencies. Do I want to hassle with that? NO! Does Jane Doe want to hassle with that? Hell NO! Not when she can, using windows, double-click on Setup and let the install shield work -- which it does, most of the time.

    We can gloat over how insecure windows is and how dumb the people who use it are, but that won't make more people use Linux. Many people want to ditch windows, but don't because they think, correctly, that Linux is too gear-headed. What will make them switch is if they see an alternative to windows that is at least as easy to use. The major distributors know this, and they have improved installation and the desktop environment fantastically in the past couple of years. But Linux needs an equivalent to windows' install shield so that application installation and removal is simple, transparent, and reliable.

    It's the front end, stupid!

    1. Re:People don't care about security flaws because by elixx · · Score: 1

      you should have made symlinks to the old libs and see if they were backwards compatible. and if that didnt work, install the newer version of the lib to an alternate directory...

      --
      No, Beowulf clusters can't imagine in Soviet Russia.
    2. Re:People don't care about security flaws because by moonhowler · · Score: 1

      I know, and I did, but I shouldn't have to. the installation procedure should take care of that for me if I want it to.

    3. Re:People don't care about security flaws because by Tony-A · · Score: 1

      Moved a CD-ROM burner from a Window ME system to a Windows 2000 system.
      Made a set of Windows 2000 Professional coasters.

  85. priorities by poemofatic · · Score: 5, Interesting

    This is for those who are sympathetic to the MS responsible reporting policies:

    The flaw, discovered five weeks ago threatened to undermine widespread adoption of Microsoft's latest windows software...

    The company sold 25 million copies of Windows XP in the two weeks after it hit stores Oct. 25...

    The company released a free fix thursday.

    So beyond consideration that MS delay releasing XP until this hole is fixed. The best thing to do is keep it secret (responsible reporting) until they get around to writing the patch sometime. In fact, the biggest threat here is that it will "undermine the adoption" of XP -- i.e. they might not sell as many copies if people know there is a huge hole in the OS. No mention of threat to users, etc.

    For reference, look at the motorola exploit in the jargon file.

    I wonder how many times this has to happen before people are convinced that making bugs available and publicly releasing exploit code is the only way that the big vendors will make security a top priority.

    --

    When in doubt, have a man come through a door with a gun in his hand.

  86. Re:FoxNews has a writeup also---THIS IS NUTZ!!! by bubbha · · Score: 2, Insightful
    Check out the last paragraph from the FauxNews article...



    Just last week, Microsoft's corporate security officer, Howard Schmidt, expressed frustration about continuing threats from overflows. "I'm still amazed that we allow these things to occur," he said at a conference of technology executives. Schmidt is expected soon to resign from Microsoft to work for President Bush's top computer security adviser.


    ...what is this...the Twilight Zone?

    --
    I want to be alone with the sandwich
  87. congratulations! by Anonymous Coward · · Score: 0

    you've been trolled.

    thanks for playing.

    we've got some lovely parting gifts for you.

    have a great holiday.

    good night everyone!

  88. The exploit by Legion303 · · Score: 5, Informative
    From Eeye Digital Security:

    The SYSTEM Remote exploit

    The first vulnerability, within Microsoft's implementation of the UPNP protocol, can result in an attacker gaining remote SYSTEM level access to any default installation of Windows XP. SYSTEM is the highest level of access within Windows XP.

    During testing of the UPNP service, we discovered that by sending malformed advertisements at various speeds we could cause access violations on the target machine. Most of these were due to pointers being overwritten. The following describes one instance.

    Example Session:

    NOTIFY * HTTP/1.1
    HOST: 239.255.255.250:1900
    CACHE-CONTROL: max-age=10
    LOCATION: http://IPADDRESS:PORT/.xml
    NT: urn:schemas-upnp-org:device:InternetGatewayDevice: 1
    NTS: ssdp:alive
    SERVER: EEYE/2001 UPnP/1.0 product/1.1
    USN: uuid:EEYE

    If a buffer is incremented in the protocol, port, and uri fields of the Location URL and send sessions with 10,000 microsecond intervals, access violations will begin to be observed. In one situation, The EAX and ECX registers will contain addresses that are pulled from memory that was overwritten and the svchost.exe process will access an invalid memory address at a "mov" instruction. It throws and access violation due to the fact that the destination address is an overwritten pointer, and there's nothing interesting at 0x41414141.

    During our testing we found that there were multiple points of exploitation. In our testing we found instances of stack overflows and heap overflows, both of which were exploitable. In the case of the heap overflow we saw pointers being overwritten for both buffers and functions.

    The SSDP service also listens on Multicast and Broadcast addresses. Therefore gaining SYSTEM access to an entire network of XP machines is possible with only one anonymous UDP SSDP attack session.

    Comments: First, don't mod me up as "informative"; I didn't write any of that. If you're considering modding me up as informative, consider unchecking "willing to moderate" or at least read the moderator guidelines. Second, does MS put out products with such glaring, horrible security flaws *on purpose*? As far as I know, the UPNP feature is brand new, so it shouldn't be based on any existing code base, yet MS programmers are *still* using unsafe commands (presumably) and not doing bounds checking. This is a buffer overflow vulnerability in a new product, for fuck's sake.

    -Legion

    1. Re:The exploit by alder · · Score: 1
      yet MS programmers are *still* using unsafe commands (presumably) and not doing bounds checking
      They, perhaps, are not supposed to have experience with this, but rather are required to know why manholes are round... Just a thought :-)
    2. Re:The exploit by TheAwfulTruth · · Score: 2

      Perhapse you could also explain why Linux kernels are still being released with glaring security and system bugs in them? (Every single 2.4.x release)? Hm? Maybe it's the SAME reason?

      --
      Contrary to popular belief, coding is not all free blow-jobs and beer. Those things cost MONEY!
    3. Re:The exploit by killmenow · · Score: 1

      Comments: First, don't mod me up as "informative";
      Oops...too late.
    4. Re:The exploit by killmenow · · Score: 1

      but rather are required to know why manholes are round
      I give up...is it so the covers will fit?
    5. Re:The exploit by yesthatguy · · Score: 1

      Well, yes. It's so that the covers fit and are not able to actually go down the hole. This seems like it would work for any regular polygon as well, so I can't think off the top of my head why it's mainly circles. Maybe they're just easier, and don't have pointy edges to impale people with. You can only use them as a bludgeoning tool.

      --
      Yes! That guy!
    6. Re:The exploit by vrt3 · · Score: 1
      This seems like it would work for any regular polygon as well

      A circular one can never go down the hole, while for example a square cover, when turned 45 degreeds around the vertical axis and 90 degrees around the appropriate horizontal axis (not very probable, I know) can go down.

      BTW, here in Belgium they are square (and I have never seen one going down the hole).

      --
      This sig under construction. Please check back later.
    7. Re:The exploit by nathanh · · Score: 4, Insightful
      Perhapse you could also explain why Linux kernels are still being released with glaring security and system bugs in them? (Every single 2.4.x release)? Hm? Maybe it's the SAME reason?

      I daresay you're right. Now please explain to me why a free kernel which was written for motives other than profit and with no obligations to the user base, manages to produce code that is NO WORSE than an expensive piece of software from Microsoft that has gone through a proper software engineering process.

      This is even more damning when you consider that Jim Allchin said

      "Windows XP is dramatically more secure than Windows 2000 or any of the prior systems. Buffer overflow has been one of the attacks frequently used on the Internet. We have gone through all code and, in an automated way, found places where there could be buffer overflow, and those have been removed in Windows XP."

      So Microsoft is even admitting that they went to extra effort this time to improve the quality of their code and they STILL can't beat the free software. Microsoft has all the funding to do security audits and all the facilities for code review yet they STILL produce software that is only just on-par with freeware!

      Yes, Linux has problems. My incredulity stems from the fact that Microsoft has them too. If Microsoft wants to distinguish themselves from the freeware then they're going to have to offer something MORE than the freeware. Their history with security proves that they have nothing more to offer than something I can download for free.

    8. Re:The exploit by Legion303 · · Score: 2
      Perhapse you could also explain why Linux kernels are still being released with glaring security and system bugs in them? (Every single 2.4.x release)? Hm? Maybe it's the SAME reason?

      I don't recall buffer overflow problems in 2.4.x off the top of my head, so it's probably not the same reason. But in any case, it's moot, because I wasn't talking about linux kernels, I was talking about UPNP buffer overflows. Please pack up your straw man and leave.

      -Legion

    9. Re:The exploit by man_of_mr_e · · Score: 1

      Actually, it's more likely for two reasons. The first (and already mentioned) reason is one of safety. It can't accidentally fall into the hole. But the second, is that a round cover uses less surface area and thus less iron.

  89. That won't matter at all by drew_kime · · Score: 3, Insightful

    I am sure this will give new Compaq, Dell, Gateway, and HP buyers some pause

    People who know this is just the latest symptom of Microsoft's general neglect for security won't be buying XP anyway. Those who believe Microsoft deserves their dominant position because they are the best will see that there is already a patch. Those who don't know enough to know why they should care ... well, they don't know enough to care. Who does that leave?

    --
    Nope, no sig
    1. Re:That won't matter at all by Anonymous Coward · · Score: 0
      Who does that leave?


      well..., it leaves the remote possibility that someone, even someone who is not an uninformed idiot, might actually have a different opinion than you, on why they choose a certain tool and what the best compromise of features/drawbacks is for them.

      but hey, I'm not marching in step here...

  90. The UI look and feel is independant of the O/S by Anonymous Coward · · Score: 0

    or were you using the child like Aqua OS? XP is by far the best MS O/S yet. It has a way to go but changing the look and feel takes about 1/5th the time it does to change it in Linux. I run both and prefer enlightenment but aren't most users morons anyway? So the "child-like" UI would be perfect for them.

  91. Re:but what about the Internet Connection Firewall by Black+Parrot · · Score: 2, Funny

    > Here's a little gem from the MS XP site [microsoft.com]
    Now Windows XP offers strong security to home computer users through Internet Connection Firewall protection, which makes your information, computers, and family data safer from intruders as soon as you start using Windows XP.
    That's a typo. It's supposed to say "makes your information safer for intruders as soon as you start using Windows XP."
    --
    Sheesh, evil *and* a jerk. -- Jade
  92. No Coverage!!! by rev_icon · · Score: 1

    Here's more coverage...

    ZDNet

    Cnet

    -Matt
    Digitalmeca.com

  93. Apply the patch. Oh THAT'll work by Unknown+Bovine+Group · · Score: 2, Funny
    We all remember how diligent MS OS users are about security patches
    **cough** code-red **cough**

    --
    m00.
  94. XP+OE by tomcio.s · · Score: 0

    Wow, now not only can the virus enter thru your Outlook/OE but a lameass can use your Outlook to run the virus... That sounds like a whole hell of a lot of xmas fun to me!

    Magic 8-ball says:
    'Outlook not so good'

  95. S.S.D.D. by blues5150 · · Score: 1

    I wish MS would just focus on making their OS stable instead of stealing other people's idea and integrating them into their OS. When are they going to be held accountable for their shoddy workmanship?

    --

  96. Just wondering... by Wakko+Warner · · Score: 3

    ...what makes this any different from any other version of Windows?

    The best way to secure a Windows box is to take a pair of scissors to the ethernet cable.

    - 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?"
  97. Sh*t! by Marcus+Erroneous · · Score: 1

    While no OS is ever perfect, this is seriously not funny. I did some security work in the military and know that if someone wants to get you bad enough, eventually they will. With Linux, I'm carefull what neighborhoods I go into, but confident that I've got some measure of security while walking about. I have XP as one of my OSs (as well as OS/2, Win95, NT 4.0 and Linux) on my work station. Now, with XP, I feel like a virgin that passed out at a frat party. I'm awake now, but with no idea what happened while I wasn't. ;) Oh well, I was looking at wiping that partition anyway.

    --
    You must be the change you wish to see in the world - Ghandi
  98. Whoa, Nice shootin', Tex by cscx · · Score: 4, Insightful
    Hold up. Let's stop this flamebait.

    For all you Linux-heads that haven't installed XP, the installer determines by asking you if you are connected directly to the Internet or if you are connected to a LAN --- if you're directly connected, YOUR CONNECTION IS AUTOMATICALLY FIREWALLED. Which means, that if MS did its math correctly, most people connecting to the Internet should already be protected, patch aside.

    Now, what if you're on a LAN? You should already be behind a firewall. So theoretically the only people vulnerable are corporate users vulnerable from attacks INSIDE the company. That narrows it down, doesn't it?

    Ooooh, it's a bug!! So what?!? I believe "security by obscurity" has proven to work this time. When did /. hear about this bug? Today. When was the patch released? Prolly before we heard about it. Nuff said.

    But then, you know, Linux doesn't have bugs (eyeroll). Why is it that when Win* has bugs, it's headline news on /., but all the bugs in the 2.4 kernel go unnoticed? Oh yeah, heh, I forgot, this is Slashdot. Honestly, guys, grow up.

    Like all the Linux boxen running pretty much any version of wu-ftpd and vulnerable versions of BIND (and there are A LOT) are safe. Hah. Why don't you look at the fact before you start posting flamebait......

    1. Re:Whoa, Nice shootin', Tex by Cheeze · · Score: 1

      i think the main difference between the linux bug/exploits is that problems with the linux kernel will almost never give you any kind of root access. the problems in linux you described are with userland programs that have nothing to do directly with linux. sure, those programs run on linux, but they also run on solaris, hp/ux, and about every other operating system out there, windows included.

      --
      Why read the article when I can just make up a snap judgement?
    2. Re:Whoa, Nice shootin', Tex by PhreakinPenguin · · Score: 1

      <i>i think the main difference between the linux bug/exploits is that problems with the linux kernel will almost never give you any kind of root access.</i>

      That's funny in itself and yet so untrue.

      --


      My sig of choice is Marlboro
    3. Re:Whoa, Nice shootin', Tex by Cheeze · · Score: 1

      explain to me how a bug in the linux kernel can be used remotely to gain access to the system.

      --
      Why read the article when I can just make up a snap judgement?
    4. Re:Whoa, Nice shootin', Tex by Kiwi · · Score: 2
      Like all the Linux boxen running pretty much any version of wu-ftpd and vulnerable versions of BIND (and there are A LOT) are safe.

      Then again, Linux boxes running VSftpd and any DNS server besides BIND 4/8 (like This one, or this rather shameless plug) are safe from remote root exploits.

      - Sam

      --

      The secret to enjoying Slashdot is to realize that it should not be taken too seriously.

    5. Re:Whoa, Nice shootin', Tex by cscx · · Score: 1

      if(userid == "linus") { uid == 0 }

    6. Re:Whoa, Nice shootin', Tex by Anemophilous+Coward · · Score: 2
      Ooooh, it's a bug!! So what?!? I believe "security by obscurity" has proven to work this time. When did /. hear about this bug? Today. When was the patch released? Prolly before we heard about it. Nuff said.

      Being on the MS security update mailing list, I didn't get the email until after I read about it here. Prior cases to this, I've received the email before hearing about it here. They seem to have recently altered there mailing list (it comes from a different mail address now) and since that it has been slow in getting to its subscribers.

      Not a good thing.

      -A non-productive mind is with absolutely zero balance.
      - AC
    7. Re:Whoa, Nice shootin', Tex by PhreakinPenguin · · Score: 1

      You didn't say remotely before, you just suggested that the kernel exploits couldn't be used to gain root access, which of course they can.

      --


      My sig of choice is Marlboro
    8. Re:Whoa, Nice shootin', Tex by klui · · Score: 1

      The flamebait is warranted because Microsoft has made a big stink about how they're taking security seriously and claim that it is the most secure version of Windows along with taking extra care in dealing with buffer overflows by auditing their source. Once you make claims like this--as well as that misguided statement where Windows 2000 will not require any patches faux-pas--you're just asking for trouble. It didn't help Microsoft's PR campaign that this exploit was made possible by a buffer overflow either.

      Microsoft could learn a thing or two from OpenBSD who is able to actually back up their claim of thoroughly auditing their codebase.

  99. Re:Which would you rather do? by Anonymous Coward · · Score: 0

    Tie: 1st place goes to Drew Barrymore--youngest but most experienced (started fscking for coke at age 11)--and Cameron Diaz, the hottie whose nipples are always hard on camera. I saw Lucy Liu at Hooters the other day and noticed that she's wall-eyed. That really freaks me out.

  100. Al Qaida? by Comatose-M · · Score: 1

    Hmm, this comes out just a couple of days after the terrorists claimed to have placed backdoors and other security flaws into WinXP.

    Likely they were just playing the odds, tho. Microsoft's history of security problems almost guaranteed that there would be some problems.

  101. Re:but what about the Internet Connection Firewall by sharkey · · Score: 3, Funny

    ...safer from intruders as soon as you start using Windows XP

    But is it faster and more fun? I'm still waiting for that promised Windows 95 feature to be implemented in ANY version of Windows.

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  102. Release Canidates, Don't Bother by instinctdesign · · Score: 1

    It appears that this patch doesn't work in Release Canidate 2 (which I happen to be running), so if your using anything other than the final version of XP (2600), then don't bother getting it.

    --
    forma3
  103. The next buggy product? by dreamquick · · Score: 2, Interesting

    Looking at this I do have to wonder will UPnP (Universal Plug and Play) be the next IIS in terms of exploits, viruses and worms?

    This issue is the second major *known* problem with UPnP in as many months, both involving buffer overflows of some kinds (MS01-059 & MS01-054).

    Since UPnP runs as a service with a SYSTEM level authority, rooting it gives you god-like control over the system, so this falls under the heading of a bad thing. I seem to remember that it is installed by default (currently running w2k so i cant check if it is or not).

    So what we have here is a service that seems to be exploitable, running a protocol similar to http, that is installed by default and will be a total pain to turn off, assuming of course that johnny average user even realises it is turned on!

    Getting the average user convinced to download patches for this sort of thing are going to be a hard sell as there is no perceived benefit from downloading a file which corrects a fault in something you don't know is running, and even if you did you don't fully understand the purpose of.

    IIS had similar problems, not to mention a raft of exploits (i imagine these UPnP exploits are just the tip of the iceberg) and look what that became - one of the more popular webservers - both to host sites and to write worms for...

    1. Re:The next buggy product? by Anonymous Coward · · Score: 0

      In case someone is wondering what SYSTEM is, it's actually a priviledge level ABOVE Administrator, with direct access to devices and such. If a process is running as SYSTEM (most services for example) it cannot be killed by Administrator.

  104. Re:The full Security Bulletin from MSFT by zvar · · Score: 2, Informative

    Well, the full posting minus the PGP sig and un/subscribe information to get around the lameness filter.

    -----

    Title: Unchecked Buffer in Universal Plug and Play can Lead
    to System Compromise
    Date: 20 December 2001
    Software: Windows 98, Windows 98SE, Windows ME, Windows XP
    Impact: Run code of attacker's choice
    Max Risk: Critical
    Bulletin: MS01-059

    Microsoft encourages customers to review the Security Bulletin at:
    http://www.microsoft.com/technet/security/bullet in /MS01-059.asp.

    Issue:
    The Universal Plug and Play (UPnP) service allows computers to
    discover and use network-based devices. Windows ME and XP
    include native UPnP services; Windows 98 and 98SE do not include a
    native UPnP service, but one can be installed via the
    Internet Connection Sharing client that ships with Windows XP. This
    bulletin discusses two vulnerabilities affecting these
    UPnP implementations. Although the vulnerabilities are unrelated,
    both involve how UPnP-capable computers handle the
    discovery of new devices on the network.

    The first vulnerability is a buffer overrun vulnerability. There is
    an unchecked buffer in one of the components that handle
    NOTIFY directives - messages that advertise the availability of
    UPnP-capable devices on the network. By sending a specially
    malformed NOTIFY directive, it would be possible for an attacker to
    cause code to run in the context of the UPnP service,
    which runs with System privileges on Windows XP. (On Windows 98 and
    Windows ME, all code executes as part of the operating
    system). This would enable the attacker to gain complete control over
    the system.

    The second vulnerability results because the UPnP doesn't
    sufficiently limit the steps to which the UPnP service will go to
    obtain information on using a newly discovered device. Within the
    NOTIFY directive that a new UPnP device sends is
    information telling interested computers where to obtain its device
    description, which lists the services the device offers
    and instructions for using them. By design, the device description
    may reside on a third-party server rather than on the
    device itself. However, the UPnP implementations don't adequately
    regulate how it performs this operation, and this gives
    rise to two different denial of service scenarios.

    In the first scenario, the attacker could send a NOTIFY directive to
    a UPnP-capable computer, specifying that the device
    description should be downloaded from a particular port on a
    particular server. If the server was configured to simply echo
    the download requests back to the UPnP service (e.g., by having the
    echo service running on the port that the computer was
    directed to), the computer could be made to enter an endless download
    cycle that could consume some or all of the system's
    availability. An attacker could craft and send this directive to a
    victim's machine directly, by using the machine's IP
    address. Or, he could send this same directive to a broadcast and
    multicast domain and attack all affected machines within
    earshot, consuming some or all of those systems' availability.

    In the second scenario, an attacker could specify a third-party
    server as the host for the device description in the NOTIFY
    directive. If enough machines responded to the directive, it could
    have the effect of flooding the third-party server with
    bogus requests, in a distributed denial of service attack. As with
    the first scenario, an attacker could either send the
    directives to the victim directly, or to a broadcast or multicast
    domain.

    Mitigating Factors:
    General:
    - Standard firewalling practices (specifically, blocking ports
    1900 and 5000) could be used to protect corporate networks
    from Internet-based attacks.

    Windows 98 and 98SE:
    - There is no native UPnP support for these systems. Windows 98
    and 98SE systems would only be affected if the Internet Connection
    Sharing Client from Windows XP had been installed on the system.
    - Windows 98 and 98SE machines that have installed the Internet
    Connection Sharing client from a Windows XP system that has
    already applied this patch are not vulnerable.

    Windows ME:
    - Windows ME provides native UPnP support, but it is neither
    installed nor running by default. (However, some OEMs do
    configure pre-built systems with the service installed and
    running).

    Windows XP:
    - Internet Connection Firewall, which runs by default, would make it
    significantly more difficult for an attacker to determine the IP
    address of an affected machine. This could impede an attacker's
    ability to attack a machine via unicast messages. However, attacks
    via multicast or broadcast would still be possible.

    Risk Rating:
    Buffer Overrun:
    - Internet servers: None
    - Intranet servers: None
    - Client systems: Critical for Windows XP, moderate for Windows 98,
    Windows 98SE and Windows ME

    Denial of service:
    - Internet servers: None
    - Intranet servers: None
    - Client systems: Moderate

    Aggregate risk:
    - Internet servers: None
    - Intranet servers: None
    - Client systems: Critical for Windows XP, moderate for Windows 98,
    Windows 98SE and Windows ME

    Patch Availability:
    - A patch is available to fix this vulnerability. Please read the
    Security Bulletin at
    http://www.microsoft.com/technet/security/bulletin /ms01-059.asp
    for information on obtaining this patch.

    Acknowledgment:
    - eEye Digital Security (http://www.eeye.com)

  105. Re:About your sig by DA_MAN_DA_MYTH · · Score: 1


    Who said I was a Christian?
    However, if you want to talk about the teachings of Christ, "Do not judge, lest ye be judged."
    Keep the posts on topic and not on the sigs please. (So I'm a hypocrite, and a sinner. : )
    </offtopic>

    --
    "It takes many nails to build a crib, but one screw to fill it."
  106. FUD by poemofatic · · Score: 5, Informative



    "Linux" as a trademark is owned by Linus. Not the software.

    The GNU affects you only if you wish to redistribute GNU copyrighted software. It is not an EULA, and no one is "licensed" to use or install GNU Software. Anyone can install/configure/run/modify it however they want.

    --

    When in doubt, have a man come through a door with a gun in his hand.

    1. Re:FUD by philipm · · Score: 0

      I know another hole that's been violated!

      Anyone got a link?

  107. Re:Microsoft has come out with a new book recently by sharkey · · Score: 2

    Don't forget the "errata" section for updated info that came up after printing:

    Do not hire programmers that wear kaftans, turbans, long tangled beards, do not bathe, ride donkeys to the interview, speak with a thick Afghan ruling class accent, and repeat slogans like, "Death to capitalist war-mongers that allow their women to read!" or "Cover your face, you Hell-bound Satan's whore!"

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  108. Technically false. by roystgnr · · Score: 4, Insightful

    There have been a number of remote exploits in Win9x filesharing, first of all. I don't know of anything affecting an "out of the box" installation, but if you had a Win95 box that had any writeable shares, even password protected ones, even deeply nested in the filesystem ones, your computer could have been remotely compromised.

    Secondly, does anyone remember a little thing called Outlook Express? Sure, most of the popular worms exploited the unpatchable "Stupid User" bug, but there have been at least two that left your computer remotely compromisable from just the Preview pane of the email (thanks to HTML buffer overflows) and one that would let your computer be compromised as email was downloaded (thanks to email header buffer overflows). Of course, the preview pane bugs were really Microsoft HTML component bugs, so could be triggered by Internet Explorer hitting a malicious page even if you didn't use Outlook.

    And if there's one thing that Microsoft has taught us, it's that Internet Explorer is an essential part of the Windows(TM) Operating System eXPerience.

    1. Re:Technically false. by killmenow · · Score: 1

      Let us not forget the Windows Media Player and its related bugs. It is quite possible that many prior versions of "out of the box" installs were immediately exploitable via any number of methods.

    2. Re:Technically false. by dunstan · · Score: 1

      Outlook doesn't count - they haven't bundled it into the OS yet.

      The bugs in IE don't count either as Felten showed Judge Jackson how to remove it from his Windows machine. Even though it's an integral part of the OS. Allegedly. Confused - you will be.

      Dunstan

      --
      The last scintilla of doubt just rode out of town
    3. Re:Technically false. by arkanes · · Score: 1

      OE can't be removed from windows 2k in any non-trivial manner (ie, theres no uninstall info anywhere). Thats close enough to "included in the operating system" for me.

    4. Re:Technically false. by philbin_sucks · · Score: 1

      Yes, linux and the other x86-based os's have thier flaws, but christ on an intel chip, can anyone deney that Wundows is infact a virus/exploit contruction kit? I thought not.

  109. automatic update notification by feldkamp · · Score: 1

    While this is quite a bad hole, at least WinXP comes with that automatic-update thingy right out of the box. It should download and install the patch automatically, if there is an internet connection present.

    ... At least I think. I know my winxp box is set to notify me before applying patches... and it's already downloaded a few.... I guess I'll have to wait until I get home to see if it got this one automatically? Anyone know? Hopefully it will, otherwise there are going to be a lot of r00t3d windows machines out there.... which means a lot of ammunition for the DoS assholes.

    Mike Feldkamp
    Programmer, All Media Guide

  110. Someone Hacked Microsoft's "whois" Entry by Jerrry · · Score: 1

    Check out Microsoft's "whois" entry. Lame, but kind of funny.

    1. Re:Someone Hacked Microsoft's "whois" Entry by Anonymous Coward · · Score: 0

      and slashdot.org as well. try it.

  111. The difference is... by Galvatron · · Score: 1

    the GPL is MORE permissive than first sale doctrine. So if you DID own a copy of linux, instead of licensing it, your rights would be reduced.

    --
    "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    1. Re:The difference is... by killmenow · · Score: 1

      I disagree. If you literally OWNED it, the copyright and all, you could do ANYTHING you wanted to with it...including license it to others under the BSD license. (eek!)

    2. Re:The difference is... by Galvatron · · Score: 1
      Owning a copyright is different from owning a product. It is quite correct for me to say that I own a copy of Tom Clancy's _The Bear and the Dragon_ even though I do not own the copyright to said work.


      You are correct, owning a copyright gives you more rights to that work than the GPL, but you can own something without owning the relevant copyright.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    3. Re:The difference is... by killmenow · · Score: 1

      You are correct, owning a copyright gives you more rights to that work than the GPL, but you can own something without owning the relevant copyright.
      Well said...er, written.
  112. "Forcefully urged" by Yukanojo · · Score: 1

    Part of the problem with windows is that many of the users, particularly the typical consumer-types, are too lazy to download the patch, are unaware of the danger, or just plain haven't heard of the security holes, so they never patch.
    A possible solution? The infamous EverQuest (otherwise known as EverCrack) forces users to, on connection, scan for new patch files, and *requires* them to patch before play. Perhaps if Microsoft implemented something like this, it would at least solve the problem of known security holes in home users.
    Of course, that only solves the known and patched ones, if you want to get all the unknown ones you need a miracle ;)

  113. chief hacking officer by Jburkholder · · Score: 2
    That's really interesting..

    The vulnerabilities were discovered by three young security researchers with eEye Digital Security of Aliso Viejo, California, led by Marc Maiffret, a 21-year-old former hacker. In recent months, Maiffret, who calls himself the firm's "chief hacking officer," has advised the FBI and the White House on Internet security questions and testified before Congress.

    How'd you like to have that on your business card?

    Marc Maiffret
    CHO, eEye Digital Security
    1. Re:chief hacking officer by ethereal · · Score: 1

      Ah, if only he was the "Chief Hacking Officer and Assistant Directory". So close, and yet so far :)

      --

      Your right to not believe: Americans United for Separation of Church and

  114. Final Release of XP by tomcio.s · · Score: 0

    2600
    coincidence or not?

  115. Actually by Anonymous Coward · · Score: 0

    While no OS is ever perfect, this is seriously not funny -- Marcus

    Actually, you're wrong: It's quite funny.

  116. Re:Steve Gibson has bee talking about this for mon by Anonymous Coward · · Score: 0

    I have found that I learn the most when I say something stupid. What a dilemma.

  117. Re:Which would you rather do? by Anonymous Coward · · Score: 0

    Just because you're from the UK doesn't mean you've even ever had sex you incestous slash-troll.

  118. Not FUD by duffbeer703 · · Score: 2, Troll

    "Linux" the trademark is owned by Linus

    "Linux" the copyright is owned by Linus and others.

    The GPL is a EULA which assigns you specific rights regarding distribution & modification. It is no different legally than a Microsoft, Oracle or IBM license. It's contents are obviously different.

    A copy of the GNU General Public License is available here. Please read it.

    http://www.gnu.org/licenses/gpl.txt

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
    1. Re:Not FUD by Chris+Burke · · Score: 2

      This is all true, but the claim of ownership here is completely different than that of proprietary software, which if you are truly aware of the contents of the GPL, you already know, making your original statement regarding regarding ownership disingenuous.

      I could, today, take the Linux source code and make a couple minor (or 0) changes, call it Burkix (a horrible name to be sure) and sell binaries on CD in boxes with a pamphlet describing my favorite cheeses for $399.99, so long as I complied with the GPL provisions for source availability. So in what sense don't I own it? I can do practically anything I want with it at all, minus essentially one thing which if I lack financial ambitions for the software (and I do), is actually nothing at all.

      So literaly, no, I don't own linux. From all practical purposes which one normally associates with ownership (particularly of things physical), I do.

      --

      The enemies of Democracy are
    2. Re:Not FUD by sab39 · · Score: 3, Informative

      I think it's you who hasn't read it.

      From memory:

      "You do not have to agree to this license, because you have not signed it. However, nothing else gives you permission to redistribute or modify the software. Therefore, by redistributing or modifying the software, you indicate your agreement to this license."

      (I'm sure I've got the wording wrong, but equally sure that I have the meaning correct[1]).

      Note specifically that it does *not* say "nothing else gives you permission to USE the software" or "by USING the software". The GPL does not restrict use of the software in any way.

      By contrast, every MS or Oracle license includes restrictions on the use of the software and requires you to agree to it (usually by a click-through) before using the software at all.

      Did it honestly never occur to you that there might be a reason that you don't have to click-through the GPL before using linux or other GPL'd software?

      Stuart.

      [1] Sure, I could have gone to that URL and copy'n'pasted the appropriate text. I deliberately didn't do so, in the hope that the fact that I can quote the relevant section almost-verbatim from memory indicates that I know the contents of the GPL pretty well. Feel free to compare my version with the actual text - if there's any substantial difference in meaning, I'll eat my hat.

    3. Re:Not FUD by Xtifr · · Score: 2, Informative

      The GPL is very different legally. It conditionally grants rights which you would not otherwise have under normal copyright laws. If you decide not to agree to its terms, then you are merely bound by normal copyright law, which is even more restrictive. And, for this reason, you are allowed to refuse to agree to the GPL. (Try that with a normal EULA!)

      The GPL is not an END USER licence, because it has no implications for the end user. It only affects those who modify or distribute the software (and its restrictions only affect those who distribute it).

    4. Re:Not FUD by AbsoluteRelativity · · Score: 1

      I agree poemofatic in that the license does not really apply to the user of the software more so to the distributors (DLA is probably more appropriate then EULA), plus it doesnt really apply to modification at all, only when it comes to distributing modifications (again distributors not end users).

      --
      disclaimer : My views do not represent those of every one else in slashdot.
    5. Re:Not FUD by duffbeer703 · · Score: 2

      I'm impressed with your memorization skills, if not your understanding of what it means. Unfortunately, that statement is not relevant to the overall document, since the statement negates itself.

      You do not have to accept the license, but redistribution or modification of the software is your implicit approval and affirmation of the GPL.

      How can you honestly claim that restricting your ability to modify and redistribute GPL'd software is not USE of the software??

      Modification & free distribution of information is one of the core tenets of GNU and is what most all advocates of the GPL consider to be fair use.

      Software FREEDOM is about modification & redistribution, not free software. This is why Linux is 'Free' software, while Solaris 8 (which can be downloaded in binary form for free) is not.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    6. Re:Not FUD by duffbeer703 · · Score: 2

      You do not own it. Linus Torvalds & Others own their code.

      You own the trademark to "Burkix". You are essentially sub-licensing your (Free) license to use and redistribute the software to whomever buys Burkix for $399.

      You are correct in saying that your linux 'license' is similar to owning a physical object. Similar, but not the same.

      You do not have complete control of the code however, since you need to adhere to the provisions of the GPL in order to redistribute your modifications.

      There are three ways to "own" intellectual property:

      1> Buy it from the copyright owner.

      2> Utilize public domain products (which belong to everyone)

      3> Create something.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    7. Re:Not FUD by duffbeer703 · · Score: 2

      The GPL is not different than any other license of intellectual property. It is unique because it grants you the ability to modify & redistribute.

      If you do not agree to the GPL, you cannot modify or distribute. This is just like a conventional EULA, except it only restricts your right to modify & redistribute.

      The law does not make a distinction between a "User" and an "End User" (unless you have multiple licenses which define distinct classes of users).

      Your argument is that the average user of a GPL'd product will not modify the product. This makes sense, since few users actually modify software themselves.

      Nevertheless, if a user does not agree to the GPL, they do not have the RIGHT to redistribute or modify the product. Whether or not they intend to do so is not relevant.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  119. Oh, I get it now... by mrroot · · Score: 1

    the glitches allow hackers to seize control of all Windows XP operating system software without requiring a computer user to do anything except connect to the Internet

    Oh, I get it now...

    the glitch was only supposed to let Microsoft sieze control of all Windows XP operating system software without requiring a computer user to do anything except connect to the Internet

    :)

    --
    I Heart Sorting Networks
  120. The next XP security hole... by Eryq · · Score: 2

    Microsoft said a new feature of Windows XP, known as "drizzle," can automatically download the free fix, which takes several minutes to download, and prompt consumers to install it.

    I bet a dollar that "drizzle" will be the next big virus backdoor...

    Microsoft also is working with other software companies, such as leading antivirus and firewall vendors, to build protection into their products.

    ...implying, perhaps, that there hasn't been any protection up until this point? :-)

    --
    I'm a bloodsucking fiend! Look at my outfit!
  121. Re:Which would you rather do? by Anonymous Coward · · Score: 0

    Heh - She's on this breast cancer poster around the office here. Funniest thing ever has got to be a flat-chested, cross-eyed Lucy with that sorta-crooked smile trying to get me to wear jeans and a pink ribbon for breast cancer awareness! Ha! I'm not gay...

  122. A suggestion? by Anonymous Coward · · Score: 0

    If antitrust laws fail, why not use anti-terrorism exception rules to forbid buggy software?

  123. Wow.. by Anonymous Coward · · Score: 1, Funny

    I wish^H^H^H^H COULD have a Beowulf cluster of those.

  124. OT: Of course it's Informative by Anonymous Coward · · Score: 0

    Comments: First, don't mod me up as "informative"; I didn't write any of that.

    Er, why not? It's not moderating you, it's moderating the comment. If someone found the content of the comment interesting, they should moderate it up, so that people who browse at +3 or whatever can read it.

    If you don't want the karma because you didn't write the content and don't feel you deserve it, post as an AC. But the comment itself is Informative and deserves to be modded up.

    "Informative" is certainly a more valid moderation than "Insightful", which is what someone's been forced to moderate the comment as because of your instructions. ;)

  125. Re:Microsoft has come out with a new book recently by 1010011010 · · Score: 2

    Amazon has it listed as "Wriring Secure Code (With CD-ROM)"

    Wriring... hm...

    Reminds me of that Dilbert cartoon where the MSFT lackey has to leverage Microsoft's market dominance to make an typo in the Word dictionary a new industry-standard word, plus, kill himself in their Comdex booth as an example to others...

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  126. What else is new? by jerw134 · · Score: 1, Flamebait

    They should just release a perfect OS every time like Linux.

    1. Re:What else is new? by Anonymous Coward · · Score: 0
      You're missing the point. None of the developers for Linux ever make the claim that it's secure and perfect out of the box. In fact they would more than likely say something like "Send any bugs to dev@myisp.com" Meanwhile MS touts their products as the second coming of Christ and perfect in every way, hell, not only that but they claim to have invented everything to boot!!

      So yes, while the geeks tend to take great pleasure is these MS flaws, it's only because this multi billion dollar company with virtually unlimited resources, who does everything but claim to be God's right hand man, still can't get it right and barely does any better then a bunch of fat dirty smelly Linux hackers.

      Do you understand now?

    2. Re:What else is new? by PhreakinPenguin · · Score: 1

      No, you're right Linux developers don't claim that Linux is perfect. BUT, alot of the people on Slashdot do. Maybe not directly, but in various other ways. Think about what comments pop up every time there's a Windows exploit. They usually are something along the lines of "That's why I use Linux" or "That wouldn't effect Linux". Just because the latest XP exploit doesn't effect Linux users for the obvious reasons, that doesn't mean that something of equal harm won't peek into the Linux commmunity. Just my opinion, but maybe people should calm down a little.

      --


      My sig of choice is Marlboro
  127. as if you needed any more reasons... by Anonymous Coward · · Score: 0

    don't install XP...EVER!

  128. Could they be doing this on purpose? by Uttles · · Score: 1, Interesting

    Seriously, when your copy of XP gets permission from you to install the patch, I wonder what else is going on? I bet stuff like this will keep happening every few months and people will keep installing these automatic drizzle downloads, and the whole time Microsoft is just raking in loads of personal information from your documents in... well... "My Documents."

    --

    ~ now you know
  129. Free? by bmomjian · · Score: 1

    Why do they have to advertize "free" fix, like they are doing me a favor by not having me pay for it?

  130. Securing Windows by Skiboo · · Score: 1

    >The best way to secure a Windows box is to take a pair of scissors to the etherenet cable.

    Actually, the technique for securing a windows box is much more complicated than snipping a few cables; it involves a chainsaw and a small amount of plastic explosive.

    1. Re:Securing Windows by Anonymous Coward · · Score: 0

      Actually, the best way to secure a windows box is to shove a 12" dildo into your anus! HA HA HA!

      Developing the theme doesn't work sometimes, guys.

    2. Re:Securing Windows by killmenow · · Score: 1

      Actually, the technique for securing a windows box is much more complicated...
      Actually, it is much simpler; it takes two easy steps:

      1) boot tomsrtbt
      2) fdisk
    3. Re:Securing Windows by mpe · · Score: 2

      Actually, the technique for securing a windows box is much more complicated than snipping a few cables; it involves a chainsaw and a small amount of plastic explosive.

      If that dosn't do it you will need in addition 10kg of Pu239 and be sure to stand well back.

  131. Plug & Play port 5000 by MillionthMonkey · · Score: 5, Interesting

    We ran into this several months ago when we were testing some server software that we wrote. We were using port 5000 as a default. As soon as XP came out, we tested the software on it and found that we could not bind a server to port 5000 at all because it was taken. So naturally, we wondered, what in XP is listening on port 5000?
    Turns out that Microsoft picked the same port for its Plug and Play architecture, which listens on it for a connection coming (presumably) through the local TCP/IP stack. The protocol is XML (maybe SOAP, can't remember). You can receive and send configuration information by using that port (the schema is somewhere on microsoft.com) and it occurred to me even then that this looked like a potential security hole. But, I thought, this is too blatantly obvious and surely Microsoft is not so stupid as to allow access to the PnP internals from nonlocal IPs. Right? So we simply moved our software's default port setting to another port and forgot about it.

    Predictions:
    The scandal will flow off MS in a day or two, like water off a duck's back.
    The downloadable security patch will be bundled with the latest updates to Microsoft's digital rights management crap.
    Every script kiddie will have a tool within the week that scans IP ranges on port 5000 in search of the machines that have remained unpatched.
    The guy who publicized the flaw will be tried in a secret military tribunal as a cyberterrorist.

  132. Re:XP Owners by ecruiter · · Score: 0

    I know this and you know this, but apparently the guy who snipped my post doesn't. The real issue is how bad does a companies software have to be before consumers stop buying it?

  133. Techy Details by hether · · Score: 2, Informative

    Since the article is virtually useless as far as explaining what the security problem really is, here is the complete explanation from eEye
    http://www.eeye.com/html/Research/Advisories/AD200 11220.html

    --

    Most people would die sooner than think; in fact, they do.
  134. Legal Liability of Non-Disclosure? by aldheorte · · Score: 1

    What if a company was hacked during the last few weeks prior to full disclosure through this hole and suffered financial injury due to the intrusion? Is Microsoft perhaps negligent and legally liable for those injuries since it did not disclose the hole for five weeks after it knew of its existence?

    1. Re:Legal Liability of Non-Disclosure? by aldheorte · · Score: 1

      Has that ever been tested in court, especially in light of an argument of gross negligence by the plaintiff? It seems posssible to enter into agreements and obtain a favorable decision notwithstanding such agreements in certain cases, especially those involving gross negligence or unreasonable clauses of those agreements.

    2. Re:Legal Liability of Non-Disclosure? by nagora · · Score: 2
      The MS EULA has not been tested but the recent court ruling on the Adobe EULA for bundled software in CA once more showed that courts will take the line that a "Licence" that has no renewal cost or schedule is not a licence and that an "Aggrement" that you didn't sign is no aggrement.

      The LWN coverage is here. The ruling contains the interesting phrase " the Court finds that there is only assent on the part of the consumer, if at all, when the consumer loads the Adobe program" (my stress).

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    3. Re:Legal Liability of Non-Disclosure? by Anonymous Coward · · Score: 0

      Actually you better hope not or the kernel coders will be similarly liable for all the corrupted file systems 2.4. releases have caused! What is the "legal" definition of a proper lenght of time? 5 weeks? 5 seconds?

    4. Re:Legal Liability of Non-Disclosure? by mazachan · · Score: 1

      IANAL, but my wife is an accountant and has studied business law and basically this is what she told me. It does not matter whether or not you signed a piece of paper saying the company is not liable. If you go skydiving and you sign a waiver, you can still sue their butts off if the 'chute doesn't open. The waiver does nothing for them. It is considered gross negligence on their part. Therefore, even though MS says that you signed the EULA, it can still be considered negligence on their part and they would be responsible.

  135. Re:XP Owners by ComaVN · · Score: 1

    Steve Gibson is a gibbering idiot.

    from grc.com : "... my post-attack forensic analysis, and the results of my subsequent infiltration into the networks and technologies being used by some of the Internet's most active hackers."

    Pffff, who is this guy, Ethan Hunt?


    SG: WOW, I've just been hax0red by some L33t d00d. Fortunatly, my superior security knowledge enables me to find him, and address his irresponsible behaviour.
    script kiddie: I d00 th15 ju5t f0r kix! U can't st0p m33!
    SG: [pads the boy on the shoulder to comfort him for the obvious lack of parental guidance] Ok, I'm not a bad guy, see, I wrote hackers are cool once.
    sk: You're right! Hey why don't you unleash your mad programming skills and write something to protect us all from further havoc caused by people like me?
    SG: I just might do that

    --
    Be wary of any facts that confirm your opinion.
  136. this was already reported in bugtraq november 2 by Anonymous Coward · · Score: 0

    i believe this was reported first on bugtraq at the start of november. here's links with basic DOS exploit code.

    <a href="http://msgs.securepoint.com/cgi-bin/get/bugt raq0111/10.html">synopsis</a>

    <a href="http://security-archive.merton.ox.ac.uk/bugt raq-200111/0016.html">also here with .DOC attachment</a>

    1. Re:this was already reported in bugtraq november 2 by Anonymous Coward · · Score: 0

      Nope. I believe that was a different vulnerability.

      And get your href tags correct, idiot!

  137. Not by design... by Thatman311 · · Score: 0

    In the article they say "The Windows XP problems affect a little-used feature that eventually will allow consumers to control high-tech household appliances using their computers. Called "universal plug and play," the feature is activated by design in every copy of Windows XP and can be added manually to Microsoft's earlier Windows ME software, also used by millions of consumers worldwide."

    That is not true. On my clean install of WindowsXP Home the "Univerisal Plug and Play" option is not installed. They really need to check those facts first.

    --
    Silly Rabbit...Sig's are for kids.
  138. Re:but what about the Internet Connection Firewall by TheBracket · · Score: 5, Informative

    At risk of losing all my karma, but here goes.... if you enable XP's built in firewall on a network interface, you'll discover that you can no longer connect to the universal plug and play service on that interface. So yes, it helps a lot actually!

    --
    Lead developer, http://wisptools.net
  139. And in some other online forum, far far away. by dasunt · · Score: 2

    What an idiot! He thought that R14 tires were the right size for his dakota! I mean, we shouldn't let these idiots drive.

    And speaking of idiots, did you here about the guy who put 5w30 in his 95 Berretta? *Sigh*

    I mean, because people don't know anything about a simple, basic piece of technology they use every day, we have poorly designed cars that are best sellers, which ends up going to the junkyard years early because of poor, if any care.

    (I feel sorry for people reading this as a thread, instead of nested. This will make no sense then...)

    1. Re:And in some other online forum, far far away. by Anonymous Coward · · Score: 0

      Just like PC Magazine, your local computer shop, and God knows how many other places reccomend firewalls, your local Pep Boys probably has a Tire Chart and an Oil Reccomendation chart.

      I pity the fool who decides to do something new without even taking 5 minutes getting basic knowledge about what they are doing.

    2. Re:And in some other online forum, far far away. by night_flyer · · Score: 2

      and computer stores also "recommend": extended warranties, the software of the month, the accessory of the month, the computer book of the month, and the biggest baddest fastest machine to play solitaire...

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
  140. Re:but what about the Internet Connection Firewall by archen · · Score: 1

    They just said it had a firewall, they never said what side of the wall you were standing on (apperently the WRONG side)...

  141. Comment removed by account_deleted · · Score: 1, Flamebait

    Comment removed based on user account deletion

  142. Yes, FUD by poemofatic · · Score: 5, Insightful

    The GPL is a EULA..

    EULA = "End User License Agreement". They are a way of taking away user's first sale rights. The GPL does not try to foist any license agreement on end users. In fact it states


    5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or
    distribute the Program or its derivative works.


    So you are confusing a license to redistribute something (which is required for all copyrighted works) with a license to use a copyrighted work. Microsoft has the latter in the form of EULA. Linux doesn't. Microsoft has the former in the form of often secret agreements with OEMs. Linux has the former with the publicly available GPL. Apples and oranges.

    --

    When in doubt, have a man come through a door with a gun in his hand.

  143. HA I SAW THIS EXACT EXPLOIT COMING ! by CDWert · · Score: 0

    I SAW IT , na na na na....

    I went to an OEM system builder confrerence to get my free copy of XP Pro, (I got 2) And promptly traded them for a really cool digital slot Machine/ Pachinko, but notheless, we were playing with it at the conference and I asked one of the tech about security risk associated with their Mini Terminal server that is built into XP to allow someone to "Guid" you through something or "FIX" whatever ails your XP machine remotley, nice feature as us *nix folks have been doing for years, we started discussing alternative ways of enabling the RC feautures and Guess what ....Guess what the MS guys already Knew about this one , although details were a little fuzzy, Was this a BUG, or a planned backdoor they just got caught on ?

    I saw the same thing with IBM before, they had a product that was an login access restriction device , kept only keyed users from logging in, powering up or down, or bypassing via CRT port, and a couple of other function a Janitor from IBM cleaning up the booth at COMDEX late showed us how to bypass it in 0 time, unreal...Point is even thought it was new to the public the Guys at IBM had it around for a while and even the Janitor knew a way around it , the top guys at IBM knew it too, soooo some pictures (at the IBM booth and our friendly Janitor) and guess what IBM pulled the product line, good for us because we were selling a competing product to the FBI, CIA, Univerity's and Airlines...:)

    could this be the same scenario, its been there and know all along ?

    --
    Sig went tro...aahemmm.....fishing........
    1. Re:HA I SAW THIS EXACT EXPLOIT COMING ! by Anonymous Coward · · Score: 0

      For god's sake, why didn't you tell us earlier?!!

    2. Re:HA I SAW THIS EXACT EXPLOIT COMING ! by Tony-A · · Score: 1

      He just did. You don't think that's the only hole do you?
      Unless the right circumstances come up, it's both very stale and very offtopic. Too much like crying "Wolf!". Nobody listens. A basic problem with any access restriction device is that you can't afford to keep out the owner. There's also a problem with janitors (unless you don't want anything cleaned;)

  144. Total Bill Is: by ShelfWare · · Score: 1
    Lets see... Washington Post article says 7 million copies have been sold since launch.

    If it takes an IT person 10 minutes to download/fix (optimistic) then:
    7,000,000 X 10 = 70,000,000
    70,000,000 min / 60 min/hour = 1,166,666 hours
    1,166,666 hours X $15/hour = $17,499,999

    Ok, I'll be nice and round down to $15 million.

    Someone send Mr. Bill Gates an invoice!

    1. Re:Total Bill Is: by phillymjs · · Score: 2

      You ought to round it UP, to $18 million. Microsoft's servers must have been getting slammed last night by thousands of people trying get the update-- the normally speedy Windows Update downloads were absolutely glacial, even on a cable modem. Probably be much the same way today.

      ~Philly

  145. There's no exploit by svara · · Score: 1

    Well, even though this was publicated and by now most of everybody knows about this hole, there's no obvious link to any automated exploit (like you see on securityfocus), and most infomration given is so unspecific you couldn't make too much with it...

    Now, compare this to a situation where an Apache (for example) bug comes out - it'll take a few seconds until an epxloit is made available and publicly advertised...

    Now, I am asking myself, does "security through obscurity" work after all? One would expect a rush of script kiddies against vulnerable machines....

    1. Re:There's no exploit by nagora · · Score: 5, Insightful
      One would expect a rush of script kiddies against vulnerable machines....

      How do you know there hasn't already been one. After all, security through obscurity means not telling users how bad things really are.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  146. MSFT: The Name goes on before the Security goes in by WillSeattle · · Score: 1

    Here at Microsoft we pride ourselves in our attention to detail. Remember - we add more features before 9am than anyone else.

    You can be sure with a Microsoft product that the user experience when our software blows up will be incomparable to any other software. In fact, we'll ensure that all our bugs have pleasing error messages.

    Microsoft - the Privacy goes out before the Security goes in.

    -

    --
    --- Will in Seattle - What are you doing to fight the War?
  147. CLUELESS MODERATORS -- Re:Well.. by Anonymous Coward · · Score: 0

    Flamebait 5? No way! Are you totally clueless to Microsoft's long history of security through obscurity and their fight against web sites that publish system security holes? Obviously so.

    Sheesh.
    --
    Spaz!

  148. This would be a nasty one as well... by uchian · · Score: 3, Insightful

    Imagine this scenario:

    1. your off-the-cd version of windows XP is vulnerable.

    2. You connect to the internet to download all of the security patches.

    3. WAMMO! you get struck by this code red XP exploit.

    4. It get's installed before you have had a chance to install the patch.

    5. It recognises the security update patch and silently/secretly ignores it.

    6. Your system is still rooted, you believe you have patched your system, you don't realise until you run your favourate virus checker, Code Red XP notices and nukes your system.

    7. You blame your virus software for destroying your computer and reinstall windows XP off the CD...

    8. goto 1

    Believable scare-mongering? :-)

    1. Re:This would be a nasty one as well... by Anonymous Coward · · Score: 0

      good analysis.

      but why did that original post get modded OT? it's a fair question to ask

    2. Re:This would be a nasty one as well... by rseuhs · · Score: 3, Insightful
      1. your off-the-cd version of windows XP is vulnerable.

      2. You connect to the internet to download all of the security patches.

      3. WAMMO! you get struck by this code red XP exploit.

      Come on, that would be too hard. Windows XP is so user-friendly, it does that automatically:

      1. your off-the-cd version of windows XP is vulnerable.

      2. Windows Product Activation connects to the internet to download your activation code.

      3. WAMMO! you get struck by this code red XP exploit.

    3. Re:This would be a nasty one as well... by pa-guy · · Score: 1
      Believe me I'm no MS fan, I don't run that crap and wouldn't under any circumstances.

      This (I would hope) should affect only clueless home users and incompetent admins (yes,there are many, many of these in the MCSE world. I know this and see it every day.). A competent admin will have the fixes on either a cd or an intranet and patch from there. This is one of the uses of a non-routeable protocol such as netbeui.

      OTOH I have seen an otherwise good admin (yes he's an MCSE but he usually has a clue) try and patch a brand-spanking-new IIS server install and get nimda'd in the process (this was two months ago, and it didn't really come as a surprise to me).

      We all know that MCSE doesn't mean competent, but unfortunately many PHB's don't.

      Using windowsupdate does NOT guarantee that you have the most recent patches. You have to dig deeper for recent patches (technet, corporate update etc). MS's site is a fucking nightmare, and I believe that this is deliberate obfuscation. Asking user's to search multiple sites is unreasonable, so it falls to the admin.

    4. Re:This would be a nasty one as well... by mpe · · Score: 2

      It recognises the security update patch and silently/secretly ignores it

      Why would it bother to disable the security update? Since an exploit can quite easily stick its own backdoors in...

    5. Re:This would be a nasty one as well... by Tony-A · · Score: 1

      Believable? Definately. Predictable? Difficult. Not this one, or the next one. But they keep coming.
      You can draw some inferences from the progression since Melissa. (Remember Milissa? Melissa was nice.)
      This is what you get with "Security by Obscurity". The only thing that would actually help would be to keep the anti-virus software completely out of the hands of the crackers.

      As for risk, a shipping clerk puts a bad character, or too many characters and really messes things up. I'd feel a lot safer if the exploits were published and explained before the patches. Some secretive "security" patch seems like an excellent way to exploit the gullible. At this point, I'd consider "anti-virus" software to be a security risk. At best it protects against yesterday's viruses, which are really not all that bad. At worst it is an active agent of something deadly. Generally, it just gives a false sense of security. My users know they will get them. It's just a good idea not to run them. Don't trust unexpected executables from anyone, especially people you know.

  149. Re:About your sig by Anonymous Coward · · Score: 0

    It is God's job to forgive...
    No mention of Christ needed--that part of the quote is strictly a Christian sentiment. It's funny how people always say "We're a nation of Christians", then deny it when confronted. Have a good day, hypocrite.
  150. Link to exploits or details please by Ryu2 · · Score: 0, Offtopic

    Security through obscurity is no security at all...

    --
    There's 10 types of people in this world, those who understand binary and those who don't.
  151. well, that's a surprise by markj02 · · Score: 1, Funny

    Who would have thought. A security flaw in Windows XP. Related to UPNP. What will they think of next.

  152. no perfect operating system by SilentTone · · Score: 0

    well.. there may not be a perfect operating system.. but if u need an operating system with perfect security and a beautiful track record.. try openBSD

  153. Raw socket confusion by Glonk · · Score: 1

    No, the difference is that in Linux (for example), you must be a priviledged user (root) to do raw sockets. In XP, last I heard, any user could do it.

    The problem is in XP, the default user has Administrator access. Restricted users cannot use raw sockets, but restricted users are effectively useless in XP on home computers.

    1. Re:Raw socket confusion by J.+J.+Ramsey · · Score: 1

      "The problem is in XP, the default user has Administrator access."

      True--the XP install is bozo enough not to have the one installing to make a separate user account.

      "restricted users are effectively useless in XP on home computers."

      I've run WinXP as a user (non-Administrator), and I'd say that I can definitely get work done on WinXP. I have noted that some app vendors can be sloppy by assuming that stuff in the Program Files folder can be written to (which can often be solved by installing the app in a folder that a user has access to); however, most apps are content to work with only user privileges.

    2. Re:Raw socket confusion by big_hairy_mama · · Score: 1


      That shouldn't really be a problem -- if you can expect to write to Program Files and install new system wide software as a normal user, then there are other issues :)
      </obvious>

    3. Re:Raw socket confusion by Cro+Magnon · · Score: 1

      *winuserMode* Why shouldn't I expect to install what I want to? I always did in DOS/Win3.X/Win9X!
      */winuserMode*

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  154. Just a question by julesh · · Score: 5, Informative

    How are *users* supposed to know about this?

    I mean, it's OK for you and me, we read techie web sites like slashdot, and I'm subscribed to bugtraq. But 99.9% of the public out there aren't.

    So, somewhere informative should be yelling and screaming about a problem like this that affects pretty much everyone with WinME or XP.

    So, I check MS's website.

    Top article with the biggest link? No. That goes to 'Give the gift of Internet for Christmas', an advert for MSN.

    Ah, there's a Windows section just beneath - surely it'll be there? Nope. "Music, movies and more".

    Maybe it counts as 'News'? "Test Results In - Windows XP more reliable" (at least if its getting your computer rooted you're after).

    Downloads perhaps? An item at least for a security fix - the Internet Explorer one discussed last week, but no mention of any XP patches. Not even if I click "More downloads".

    Maybe if you click on the 'Windows' section? No mention. But that's for the Windows XP Home edition. Maybe the Pros think it's more useful? No. "Turn your computer into an entertainment center" - very professional.

    Aha - finally found it; chose a link from the Windows XP Home page to the Windows XP home page (note capitalisation difference) and theres a small link there "Important! Security patch for Windows XP and Windows ME users" on a page that apparently has the main intention of allowing people to choose whether they want the home edition or the professional edition sites, neither of which has the link.

    Oh, and as an aside, is it just me, but I'm using Internet Explorer 5 with default font size settings, on Win NT 4 with default font size settings, and some of the text on the security bulletin is only about 6 pixels tall and is utterly unreadable because of this?

    1. Re:Just a question by aredubya74 · · Score: 1
      How are *users* supposed to know about this? How about this:

      * write a worm that infects Outlook and IE5/5.5/6 users through the known URL/file types bugs

      * the worm then: opens IE to the file URL to download the fix for this XP Universal P&P bug, waits for the download to complete, runs the executable patch, and restarts the user's system.

      Now, why hasn't Microsoft thought of this? :)

      --

      RW

    2. Re:Just a question by larien · · Score: 2
      Well, even the BBC is talking about it.

      The first I actually knew about it was seeing something on the front page of a paper on the news this morning (you know, the "in the papers" slot; I saw it on the front page even though they didn't mention it specifically). Luckily for me, I've now got a linux box acting as a firewall for my internet connection at home, so it makes me pretty much immune to any security flaws in XP :)

    3. Re:Just a question by at_18 · · Score: 1

      How are *users* supposed to know about this?

      This story is spreading out bigtime. It was on the front page of the Internet site of a major Italian newspaper, just between the Argentina crisis and the euro/lira switch. No doubt it will take an entire page on the paper version as well

    4. Re:Just a question by radish · · Score: 3, Informative


      A lot of users run Critical Update Notification (I know I do), that pops up an alert box when you go online saying there are new patches to install. Also, using Windows Update (easily available from your Start menu!) will let you know what needs to be installed for your particular setup.

      Agreed, it is still very easy for people to be unaware, but it's not quite as easy as you make out ;-)

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    5. Re:Just a question by chryptic · · Score: 1

      Just checked Micro$oft.com and they finally added a link to the patch on their home page. I think they might have read your comment.

      --
      The two most common things in the Universe are hydrogen and stupidity. -- Harlan Ellison
  155. NO EXPLOIT AVAILABLE by Drestin · · Score: 1

    OK, there is info at the website but there is no exploit code given and there is not enough information to produce a script for the kiddies and it will be very difficult to reproduce this attack without more info.

    Imagine if this was full disclosure. What if they simply posted a little .exe that anyone can run that will immediately "root" any XP or specially configured (98/ME) box. Would that be "better?" HOW would that help in any way? This is an example of how cool the guys at EEYE are. They did the right thing by a) waiting for the patch to be released and b) not publishing damaging exploit code.

    The key to remember everyone, it's a vulnerability for which there is not an exploit available and it's patched already. So, if, in 2 months from now there is CodeOrange Part 23 out there and it uses this vulnerability - let's all remember that the patch was released before there was ever a threat.

    I seriously doubt anyone at /. will mod this up as anything but a troll because I didn't join the bandwagon to slam MS (I'm not defending them, per say, but everyone did do the right thing - fixed the problem before it was one) but I hope someone reads it and thinks for a second back to holes in other OSes and how they were handled (and/or abused) before getting so high and mighty.

    1. Re:NO EXPLOIT AVAILABLE by nagora · · Score: 5, Insightful
      You missunderstand the purpose of full-disclosure. It is not intended to make life easy for skiddies, it has two reasons:
      1. To force the programmers of the faulty code to fix it by giving them a deadline by which the exploit will be published. This in turn is because the black-hats will be passing the info around and the rest of us living in ignorance will lead to rooted systems eventually, even if the exploit is not disclosed. So there has to be a deadline to make sure the bug gets fixed quickly.
      2. To test the manufacturer's claim that they've fixed the problem. It does happen that patches occasionally don't work.

      The idea that full-disclosure means "immediate disclosure" is simply not true.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    2. Re:NO EXPLOIT AVAILABLE by Oswald · · Score: 1

      You don't know that there's no exploit available for this bug. What's worse, you don't know if there's an exploit for the other 112 bugs that haven't been found by any of the good guys yet, or the who-knows-how-many that have been found but are still under wraps because MS doesn't advocate full disclosure. Failure to disclose bugs leaves you in the dark, but that doesn't mean the crackers are equally mystified. Full disclosure is in the user's best interest in the long run, even when it causes short-term disturbances.

    3. Re:NO EXPLOIT AVAILABLE by Tony-A · · Score: 1

      Since there is not an exploit available and this hole is patched (in some of the systems), they go looking. Maybe they find this hole, maybe another one of its neighbors. Whatever the attack is, it will be harder to find and harder to trace. Maybe they did the "right thing", but I do not feel at all safer.

  156. nothing on dshield so far by Anonymous Coward · · Score: 0

    I guess so far, nobody is probing for it. at least dshield.org doesn't list it on its top 10 list.

  157. NOT work safe. by Anonymous Coward · · Score: 0

    just a warning, it's a porn site.

    1. Re:NOT work safe. by Anonymous Coward · · Score: 0

      Phew, thanks for the warning, buddy. To think that I might actually have seen obscenities and vulgarities if you hadn't have warned me. Taking deep breaths and trying to calm down at the thought of it...

    2. Re:NOT work safe. by Anonymous Coward · · Score: 0

      I work from home...

  158. I love them thank you note by Anonymous Coward · · Score: 0


    According to the article they found this 4 weeks ago and yet there are a bunch of idiots and their "Thank You notes" to Microsoft for their prompt effort in their news groups. I get sick everytime I have to go there due to work...

  159. mod up, actually not biased. by jon_c · · Score: 2

    thanks for the 411 i was wondering about that.

    just so everyone knows, the built in firewall in XP is very simple. it's a checkbox that essiencially says "enable firewall stuff", and then another dialog is enabled that lets you say what ports are open.

    This is very good thing as i doubt very few users are interested in having ports open to the wild.

    -Jon

    --
    this is my sig.
    1. Re:mod up, actually not biased. by GigsVT · · Score: 1

      The problem is, The users that don't know wwhat a "port" is in the first place, are the ones that need the firewall the most..

      Forgive any typos, I can't see what I am typing, damn beta Opera 6.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    2. Re:mod up, actually not biased. by uebernewby · · Score: 2

      But thankfully, those smart guys over in Redmond figured to close off everything you don't need for casual surfing and e-mail by default. Fancy that.

      Seriously, such foresight really amazes me, it's almost as if they've learned something ...

      --

      News and bla for computer musicians: http://lomechanik.net/
    3. Re:mod up, actually not biased. by CodeMonkey555 · · Score: 1

      The same people wouldn't be able to do ip chains on linux so it wouldn't make them any safer.

    4. Re:mod up, actually not biased. by oliverk · · Score: 1

      I get your point, but first you have to explain to the common user what a port is.

      Microsoft has made a very AOL-like mistake in bringing overly-advanced functions to users that don't know what to do with them. Sure, these tools are awesome if you know what to do with them. But they've fundamentally misunderstood their audience -- if you're a power-user and know how to best utilize either the UP&P or the personal firewall...well, I guess I'm wondering how many of those people still want to run Windows?

      Oh, and why wasn't the "personal firewall" on by default? Better yet, why was UP&P on at all? This is "future technology" from their write-up...

      --
      ---- Please be nice in case my Slashdot karma ~= my real life karma.
    5. Re:mod up, actually not biased. by thing12 · · Score: 1
      Forgive any typos, I can't see what I am typing, damn beta Opera 6.

      Tip: Type the comment into a text editor and then cut/paste into the browser.

    6. Re:mod up, actually not biased. by esarjeant · · Score: 1

      I think this is key, even though users don't necessarily understand what a port is they can understand the concept of providing a service on their computer that others on the network can use.

      I don't know about you, but after I install any UNIX my first stop is 'netstat -a' followed immediately with a review of inetd.

      For Windows, a review of Services is always in order (disable remote reg, browser, etc.).Let's *prompt* users to enable/disable services following an install. Never secretly run anything, you can empower the user with sensible defaults but always give them the option to control what they are doing.

      --

      Eric Sarjeant
      eric[@]sarjeant.com

    7. Re:mod up, actually not biased. by kilrogg · · Score: 2

      Redhat has been shipping with a firewall for about a year now, your prompted at install time (but perhaps only in custom install, not sure), the checkbox is default enabled, iirc. There's a nice gui for configuring it too.

    8. Re:mod up, actually not biased. by kilrogg · · Score: 2
      it's almost as if they've learned something ...

      From redhat presumably (unless someone else started doing this first). They've been doing this exact same thing since RH7.0.

    9. Re:mod up, actually not biased. by GigsVT · · Score: 1

      I fixed it, Opera was trying to use a non-existant font for forms. Changing it to Courier urw cleared it up.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
  160. This is not going to be good... by Hiro+Antagonist · · Score: 2

    Considering the number of Windows users that actually bother with updating their system, I have a feeling that Microsoft Tech Support is going to be getting quite a large number of calls.

    Taco, you might want to tell the guys at ThinkGeek to send over a case or two of their Demotivator calendars to the Microsoft Quality Assurance people; maybe you can get them to quit and go find jobs more their speed, like selling their collective ass for cheap booze or working for a sewage taste-testing company or something.

    I really don't think this is the Microsoft coders' fault either; this is likely one of those features that management insisted upon...I'd almost place a bet that there is some engineer at Microsoft laughing manically and chanting, "I told you so..." from the inside of his cell^Wcubicle.

    --

    --
    I Hit the Karma Cap, and All I Got Was This Lousy .sig.
  161. the DOJ should have... by air1 · · Score: 0

    forced them to release it WinXP earlier. that would have been a laugh in this gloomy end of year. now just wait and see cause WinXP SE is coming soon! and don't forget that's the road ahead. heaven is a place where there would only be bullshit on TV (hourrah, we ayeth halfway there)--Frank Zappa

    --
    if the sites slashdot links to get slashdoted, how come slashdot itself never gets slashdoted??
  162. Little Off Topic...but by Anonymous Coward · · Score: 0

    So say Linux takes over the desktop in the next 10 years. All the Joe Sixpacks out there running Linux decide they don't like having to login as root. They're thinking "Hey, it's my system I'll do as I please", so they stay logged in as root all the time. Wouldn't you end up with the same neverending string of security flaws and virus attacks. I'm sure most of you geeks could easily write a Linux virus, if the assumption was the user was root.

    Just a thought.....

  163. Re:Informative? by killmenow · · Score: 1

    How is this informative? It's blatantly incorrect.

    Linus does INDEED own a piece of the copyright to Linux. As does every contributor who hasn't signed away their ownership of the code they contribute. Just because the GPL is a "free" license, it does not grant you ownership. Read it for yourself.

    People: think before moderating.

  164. All your devices by Anonymous Coward · · Score: 0

    I can see the new slogan now: "Microsoft Windows XP - All your devices are belong to us"

  165. Forced fixes by Hector73 · · Score: 1

    Microsoft made available on its Web site a free fix for both home and professional editions of Windows XP and forcefully urged consumers to install it immediately.

    Eek! Do they force fixes on their consumers like they force competitors out of business?

  166. Re:About your sig by Anonymous Coward · · Score: 0

    Perhaps he is jewish. You judged that he believes in christ.

  167. Er.. I mean "agreement" by nagora · · Score: 2

    Tired...

    --
    "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
  168. is it just me, or... by medcalf · · Score: 1

    Does it seem to anyone else that Win* is really just a lot of bugs into which some features have inadvertantly crept, despite the best efforts of Microsoft's staff?

    -jeff

    --
    -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
  169. QA, code reviews, peer-review, etc. by astroboy · · Score: 2
    In a recently posted article, there was an article about malicous people working for Microsoft, and several people said things like `Oh, don't worry, QA and code-review, you know, people can't sneak bad code in.'

    I don't believe anything like this is malicious, obviously, nor do I think this is an MS-specific problem. But to everyone who takes closed-source peer-review and QA procedures a little to seriously, please take note: a piece of brand new code in a flagship product of a multi-billion dollar software firm released in 2001 has a buffer overrun exploit. Which any teenage coder wannabe would have been able to catch had they simply had access to the code.

  170. possible new virus by _crunge · · Score: 1

    I can see someone taking advantage of this and writing a Code Red/Nimda type virus that targets XP machines...

    oh the fun...

  171. Incorrect by Ionized · · Score: 1

    it allows access to raw sockets to administrators only. however, the default user account is an administrator. so while technically microsoft has done nothing wrong, its still going to create a large problem simply because most people running XP aren't smart enough to realise they shouldnt be running under administrator all the time.

    1. Re:Incorrect by Anonymous Coward · · Score: 0

      The default user account has a lot of rights, probably raw sockets too ... but for some (buggy?) reasons its not entirely the same, I cant for instance run windows update under my default account. Have to run it as administrator.

  172. NSA - the 'Super Secret Spy Agency'? by Lawmeister · · Score: 2

    Isn't this an oxymoron akind to 'military intelligence'?

    I mean really, who hasn't heard of the NSA? Or read a Tom Clancey novel....

    For those who don't know what I'm talking about... read the freaking WP article!

    1. Re:NSA - the 'Super Secret Spy Agency'? by Anonymous Coward · · Score: 0
      Isn't this an oxymoron akind to 'military intelligence'?

      Why would 'military intelligence' be an oxymoron? Are you saying the military doesn't have intelligence?

  173. Add to your tally... by Brazzo · · Score: 1
    ...the number of developers working on applications for said platform.

    I know it's been said time and time again, and I know it's unpopular, but Microsoft suffers not only from shoddy programming, but also from popularity.

    While I doubt that Microsoft has the corner on programmers who know how to write secure code, I equally doubt all programmers who work on projects for Linux, *BSD, Mac OS X and the like have extensive training on making software secure.

    Software has bugs. All software. The things that determine whether your software's bugs are found are simple:

    • How good is your testing, especially before release?
    • How many users use and test your code once it's released, both in beta and production?
    • How many bugs make it out of internal testing and beta into production code?
    Without a serious look at how many people evaluate and use your code on a daily basis, no simple count of bugs means crap.

    1. Re:Add to your tally... by Vicegrip · · Score: 2

      Yes, I agree. Bug counts alone are meaningless. Rather what I had wondered would be possible was whether it is possible to bring some manner of quantitative analysis forward that would demonstrate that public disclosure of security bugs lead to faster response and more attention from vendors.

      Microsoft of course claims that public disclosure makes no difference whilst many good articles have demonstrated to me disclosure makes a huge difference.

      I have a lot of arguments with professionals who claim open source code is badly written/buggy/un-maintainable and most often the argument boils down to a "where are the stats?" ....

      Anyways, I had imagined a public site where people would submit known bugs for products (in a fashion akin to the way slashdot works) and keep track of how long the makers of the software take to fix the bugs.

      Anyways, just an idea....

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    2. Re:Add to your tally... by SA3Steve · · Score: 1

      I think the important item here would be to see how quickly it gets deployed out to the users.

      I do not really think that having open source would cause the normal everyday user to see the bug fix sooner. The majority of linux users a hardcore users who will actually go out and get patches and install the newest version. Most users are not like that. A good example is of how many people who use Internet Explorer use IE 5 rather than IE 5.5 or IE 6. IE 5.5 and IE 6 add a lot of stuff to IE 5 (at least in javascript support) but most users do not go and upgrade their software/install patches. I think that if the average user was using linux, they would be the same way and would not take the time to go and upgrade something that, to them, works fine.

      -Steve

  174. Xbox woes... by dolo666 · · Score: 1

    This XP problem only spells trouble for Xbox users. The only real use for the hard drive is to install patches. What a cheapskate way to do things.

    1. Re:Xbox woes... by Anonymous Coward · · Score: 0

      I wonder, anyone tried a nmap on these Xbox out there. Would this exploit (if present in Xbox code) mean that MS will need to contact all the xbox victims ? And those that have no clue about this, how will microsoft prevent this exploit from being another "just can't seem to get patched for good in the Net" codered (still get several CodeRed scans, dozens a day @home, my snort is getting bored...)

    2. Re:Xbox woes... by dolo666 · · Score: 1

      Yeah there is a distinct possibility that the bug exists on the Xbox but that's not all. There are most likely other bugs since Microsoft is a patch monger. Rather than fully test software, MS takes a fire-ranger approach -- they practically wrote the book on patching. Poor bastards who bought Xboxes... not only do you need a $3000 (can) HDTV just to get 800x600 resolution, but you also get to fill your hard drive with patches and updates. I wonder if they will release a monitor connection peripheral. Even then, I still can't believe MS listed the Xbox hard drive as a feature and not a requirement!

  175. upgrade for passport members only? by Cheeze · · Score: 1

    do you have to be a passport member to get this patch? if you do, this could be just another attempt to make every man, woman, and child a passport member.

    --
    Why read the article when I can just make up a snap judgement?
  176. Look at your times again by TFloore · · Score: 2, Informative

    This was not reported before WinXP was launched.

    We are now 3 weeks into December. This was reported to MS 5 weeks ago, or about 2 weeks into November. WinXP "hit stores Oct. 25" or about 3 weeks before this was reported.

    Not that I like this sitting unpatched for 5 weeks, but it would be a bit hard for MS to delay releasing an OS for a bug that has not been found yet.

    --
    This is my sig. There are many like it but this one is... Oops. Frank, I've got your sig again! Where's mine?
    1. Re:Look at your times again by bjb · · Score: 2, Interesting

      The consideration of the dates is correct in that the OS was released before the "5 week report". However, consider if the bug was found just days before the release. Can you imagine the cost of replacing the existing copies? All the CDs shipped to stores would have to be essentially trashed and repackaged. Not only that, but the delay would get picked up by media in a negative light. Though I'm sure Microsoft has some lovely PR people who could ease the pain, but it wouldn't be a good start for such a flagship product.

      Note I didn't mention OEM installations; they can delay by another day or two, and besides, its only a new HD image they have to write out.. unless the OEM already packaged the boxen, then it is a bit different...

      --
      Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
  177. Firewalls anyone? by killmenow · · Score: 1

    Look, I don't use XP, so I don't know how well that "firewall" it has built-in actually works.

    But really, folks, anyone who connects to the Internet NOT BEHIND A FIREWALL is playing with fire ANYWAY, regarless of OS.

    Windows &ltinsert version here&gt may be less secure than some alternatives but still, I'd think most folks should know by now what a firewall is and understand the importance of having one.

    Oh, and BTW: a firewall is a firewall, not an app running on your desktop OS. Host-based firewalling is a nice addition to your security, but shouldn't be your only security.

  178. In other news... by Alcemenes · · Score: 1

    Federal Reserve Banks across the U.S. have adopted a new "open door" policy allowing anyone who wishes to enter the vaults unattended, GM and Ford have agreed to stop putting brakes in cars and the USDA has decided to allow drug companies to bring new drugs to market without government testing. Come on Microsoft quit lying to us. Most stable and secure Windows yet huh? Smoking is also the safest and most efficient way to good health. Evidently the definition of secure has changed quite a bit. Microsoft is now including trojan horses in their operating system to save all of the script kiddies the trouble of writing their own tools. I can't wait to see the Office .Net. I can see it now, they'll accidentally delete your files for you to save you the trouble. Yay! Give me a friggin' break. Things always come in threes. First Windows XP, then the Segway. What's next solar powered flashlights and dehydrated water?

  179. And the best part... by kilgore_47 · · Score: 2

    According to the eeye coverage:

    The SSDP service also listens on Multicast and Broadcast addresses. Therefore gaining SYSTEM access to an entire network of XP machines is possible with only one anonymous UDP SSDP attack session.

    Someone's gonna have a lot of fun with this one!

    --
    ___
    The way to see by faith is to shut the eye of reason. --Ben Franklin
  180. winxp glitch???? by dollargonzo · · Score: 1

    "and this is the most secure version of windows ever!"

    QED

    --
    BSD is for people who love UNIX. Linux is for those who hate Microsoft.
  181. Re:Plug & Play port 5000 (correction) by MillionthMonkey · · Score: 2

    According to http: // www .eeye.com/html/Research/Advisories/AD20011220.html this particular vulnerability exists on port 1900, not 5000.
    5000 is a different vulnerability. :)

  182. More Technical Info by kruczkowski · · Score: 2

    Someone else posted this link about the technical info:

    http://www.eeye.com/html/Research/Advisories/AD2 00 11220.html

    Best Quote:

    Credit:
    Discovery: Riley Hassell

    With extra help from:
    Ryan Permeh - for technical advice and exploitation analysis for those difficult reverse engineering situations that Ryan has wet dreams about.

    --
    hmm... for fun I enjoy launching DDoS attacks against 127.87.42.5
  183. The speed of reportnig in other media by eyeball · · Score: 3, Funny

    Ha! I heard this on AM radio before I heard it on Slashdot.

    --

    _______
    2B1ASK1
  184. Re:but what about the Internet Connection Firewall by linzeal · · Score: 1
    First off its a personal firewall so its essentially useless except for script kiddies and even then depending on when you last updated and how quick your user's Ok button trigger finger is he may have allowed a trojan to punch right through.

    I forget the trojan but the story goes like this. Bigshot vp of IT comes in from central office plugs in his laptop to our lan. We are the actual IT people in the building and have our own seperate lan segment with a T1 for testing and such. Snort goes whacko as this idiot keeps on clicking on "bigboobs.exe wants to access the internet yes/no" as it goes through port after port that is blocked. I think it was norton firewall or blackice or something. The moral of the story is the personal firewall is virtually useless against idiocy unless you set some strict rules and a password on it like Tinysoft Firewall can and even then its only a personal firewall.

  185. mea culpa by poemofatic · · Score: 2

    ..for some reason I've been in a time freeze. Have yet to buy presents, too. But I think the general point stands, in that security has taken a back seat to marketing with release dates of software. When major bugs are found in linux, they are fixed and a new version is released (sometimes a week within a previous version). Putting pressure on the security crowd to keep holes secret just gives MS more time to delay and reinforces the primacy of marketing. This is not just an MS problem. But MS has been at the forefront in trying to keep on lid on vulnerabilities.

    --

    When in doubt, have a man come through a door with a gun in his hand.

  186. Heh, I laughed till it hurt. by Anonymous Coward · · Score: 0

    *cough* idiot *cough*

  187. XP Embedded? by zcat_NZ · · Score: 0

    In this article, microsoft happens to make mention of WindowsXP's built-in PnP. I'd like to know if XP embedded therefore contains the same security flaw? And if it does, how do you patch it?

    --
    455fe10422ca29c4933f95052b792ab2
  188. This just in : a security hole... by AbsoluteRelativity · · Score: 1


    You have to remember folks, a window works 2 ways, you can look out and (aparently) people can look in.

    --
    disclaimer : My views do not represent those of every one else in slashdot.
  189. The scariest thing by Anonymous+Brave+Guy · · Score: 2, Troll
    As far as I know, the UPNP feature is brand new, so it shouldn't be based on any existing code base, yet MS programmers are *still* using unsafe commands (presumably) and not doing bounds checking. This is a buffer overflow vulnerability in a new product, for fuck's sake.

    That's almost scarier than the fact that the exploit is there in the first place. Buffer overflows just shouldn't be possible in well-written software. The fact that MS continues to get them betrays the fact that the languages, tools and/or libraries they're using to write these products are not suitable for the job, and that means there could be any number of other problems (security or otherwise) with the same products.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  190. heh by poemofatic · · Score: 2

    I would rate it "obvious" -- not informative, but the poster I was replying to was wrong and so I pointed out the obvious thing. Blatantly incorrect? Yes, Linus + friends have copyrights on linux. My bad. The thread was discussing user's rights, so I was focused on what a user can do with linux. Namely, right of first sale is not abridged, no EULA, but the name "linux" is a trademark. Thanks for pointing out the copyright thing. I am not responsible for how others moderate my rants. Read with caution.

    --

    When in doubt, have a man come through a door with a gun in his hand.

  191. 60's folk / protost song revival by ch-chuck · · Score: 2

    I'm just daydreaming of rewriting the lyrics to a couple of old songs in light of this, namely the PeterPaulMary tune that ends each verse with "When will they every learn" and Bob Dylan's "Blowin' in the wind"....

    How many times must the hackers break in
    Before they buy something secure?
    How many times must an email infect,
    before they just dump their Outlook?
    How many times must they reinstall Win,
    before they realize it's just crap?
    The answer my frind, is blowin in the win,
    the answer is blowing in the win.

    [ or something like that, that's just off the cuff but you get the idea ]

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  192. Free? by havardi · · Score: 1

    Why is it emphasized or even mentioned that this patch is free? Has there ever been a MS patch that hasn't been?

  193. Scary . . . by lbredeso · · Score: 1

    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems," said Scott Culp, manager of Microsoft's security response center.

    Does this remind anyone else of the history-altering society of the book 1984?

  194. no, the best part... by MemeRot · · Score: 2

    "Microsoft said a new feature of Windows XP, known as "drizzle," can automatically download the free fix, which takes several minutes to download, and prompt consumers to install it."

    They're being nice this time. Asking the current user. Anyone out there have XP installed? Go and look in your local users. 'Microsoft' is a local user. The installation configures it automatically. So that Microsoft I guess can run software on your computer without your knowledge to 'help' you. Wanna bet any local user could say yes to the drizzle request? Wanna bet they could fix this remote access hack by remotely hacking into your box and running code? ;)

    1. Re:no, the best part... by Anonymous Coward · · Score: 0

      I've got XP and that's bollox. No local Microsoft user. Another anti-microsoft myth.

  195. Does XP stand for eXPosed???? by kilroy2000 · · Score: 0, Troll

    Discuss.

    --
    ---K2K was here---
  196. Re:Plug & Play port 5000(correction to correct by MillionthMonkey · · Score: 2

    I was right the first time, sorry. :) SSDP (Simple Service Discovery Protocol) lives on port 5000.

  197. Just turn off UPnP by HungWeiLo · · Score: 1

    Go to Services and disable Universal Plug and Play. Unless I'm mistaken, the only thing UPnP is good for right now is if your fridge or TV has a Cat-5 interface.

    --
    There are a huge number of yeast infections in this county. Probably because we're downriver from the bread factory.
  198. Antitrust case? by Mongoose · · Score: 2

    This is how MS was going to get the states on board -- log into their XP boxes and rewrite the legal docs. =)

  199. Re:Plug & Play port 5000 (correction) by Brummund · · Score: 3, Funny

    Well, who needs FBI's "Magic lantern" when Bill is already sitting in the box, operating his full stadium light show at port 1900 ?

    :-)

  200. Mail Fraud? by bbleier · · Score: 1
    Well, just to throw some wood on the fire, how about thinking of this in terms of fraud on the market by Microsoft. Sure, all those poor fools who bought Windows XP are restricted from pursuing pretty much ANY civil remedy by the egregious license terms dreamed up by armies of MS in house counsel. (Although someone should think about an action under California Consumers Legal Remedies Act, Civil Code Sections 1750 et seq.) Maybe those lawyers weren't thinking about the criminal laws. After their antitrust turn, you'd think they would. Maybe they think their iron clad EULA will protect them. How about this one:

    Federal Mail Fraud - Title 18, Section 1341 (Frauds and Swindles) (has a nice ring doesn't it.) (Or Federal Wire Fraud for that matter - Title 18, Section 1343 - elements only slightly different.)
    "Whoever" - That would include Microsoft ? a corporate entity under U.S. law, and certainly a company that has generously availed itself of U.S. criminal and civil law in pursuing its business. (Live by the sword, Die by the sword - paraphrasing Matthew)

    "having devised or intending to devise any scheme or artifice to defraud"

    Knowingly:
    "flaws, discovered five weeks ago by independent security researchers" MS has known for five weeks, or perhaps slightly less. Easily established by the testimony of the "independent security researchers"
    Or even Scott Culp - Head of Microsoft Security (Public statement against interest - not hearsay)
    "This is the first network-based, remote compromise that I'm aware of for Windows desktop systems,"
    Who cares whether it is the first. It is enough that he, a lawful and selected representative of Microsoft clearly speaking on behalf of the company, is and was aware of it. Certainly during the time it took to write a patch. But there was a better remedy that would have avoided defrauding hundreds of thousands of customers. Suspension of all sales.

    Makes a false statement:
    This one is easy. Copious statements representing the adequacy of security of this product. Millions upon millions on advertising to convince us all what a secure OS XP is. Maybe we are all too used to being lied to. But the fraud is not against the /. user, it is against the poor rubes that MS tells to "fly."
    Causing another to change position:
    Sales may be a bit below 95 or 98, but we are still talking a large number of victims here.

    And obtaining money as a consequence of the misrepresentation:

    Well, they are selling it. Who in their right mind would pirate it? You could readily prove this element with their quarterly SEC filings. Official business records/legally required disclosure.

    As far as the scheme to defraud, - start with the web page and work your way down. The represented reason for withholding this information is that it "threatened to undermine widespread adoption of Microsoft's latest Windows software." This is classic. They are admitting that they knew that if they told the truth, people would not buy it. Even if they didn't say this "on the record," and it is considered hyperbole on the part of the reporter, it is easily proven by the circumstances. Now editorial comment that MS is somehow anticipated to be a "catalyst for the sagging" industry is really no defense. Microsoft wanted to cause people to buy software that has a "very serious vulnerability" in order to accelerate their business.

    Sounds like most mail fraud operations I've ever heard of.

    "or for obtaining money or property by means of false or fraudulent pretenses, representations, or promises,"

    MS Web page: "Now Windows XP offers strong security to home computer users through Internet Connection Firewall protection, which makes your information, computers, and family data safer from intruders as soon as you start using Windows XP."

    MS Web page: "Enjoy the new standard in dependability and simplicity ... Secure and private...

    "places in any post office or authorized depository for mail matter or thing"

    Microsoft Website - buy XP by mail -

    http://www.microsoft.com/windowsxp/home/howtobuy/p urchase.asp

    "Shall be fined not more than $1,000 or imprisoned not more than five years, or both."
    Don't you wonder how many they sold by mail? X = n * $1,000. Y = n * 5 years.

    "If the violation affects a financial institution, such person shall be fined not more than $1,000,000 or imprisoned not more than 30 years, or both?

    Hmm? Any banks buy a copy? More than one? You do the math.

    One more crime, just for good measure. (Given a couple hours I could find half a dozen more) Under California Law, Theft of Computer Services (Title 13, Section 502) includes: a) "Knowingly and without permission accesses or causes to be accessed any computer, computer system, or computer network." And
    b) "Knowingly introduces any computer contaminant into any computer computer system, or computer network."

    Call it a bug, or after they knew about it, call it a virus. Whichever, it certainly looks like a "computer contaminant."

    And now the punch line.

    18 U.S.C.A. 981

    981. Civil forfeiture

    (a)(1) The following property is subject to forfeiture to the United States:

    "(D) Any property, real or personal, which represents or is traceable to the gross receipts obtained, directly or indirectly, from a violation of--
    (v) section 1341 (relating to mail fraud);
    Let that one percolate, and then move on to the one I think someone ought to be working on:

    18 U.S.C.A. 1961

    Racketeer Influenced and Corrupt Organizations ?- RICO

    As used in this chapter [18 USCS Sections 1961 et seq.] (1) "racketeering activity" means ... (B) any act which is indictable under ... section 1341 (mail fraud), "

    And if the underlying facts in the Antitrust suit being upheld through ALL appeals is not sufficient to establish a "Corrupt Organization," what is?

    The Attorney General must take action against Microsoft. Nothing else will amend their standard of care!

    --

    Quis Custodiet Ipsos Custodes "Who Keeps the Keepers Themselves" ~ Juvenal

  201. but... by _avs_007 · · Score: 1

    Win98 doesn't have UPnP... In fact the UPnP spec wasn't even drafted until June'2000...

    Only ME/XP have it, but it's off by default..
    Wanna know why its off by default?

    UPnP works like this:

    1.) Turn on UPnP device, it then multicasts a "hello"
    2.) UPnP Control Points within 4 hops, (ie WinXP/ME) receive multicast, and do an HTTP get on description documents...

    Now... Imagine if you have a network of 100s or even 1000s of computers, and you flip on a couple UPnP devices... Can you say network storm?

  202. Read the bulletin by _01001001 · · Score: 1

    If you actually read the bulletin, you will see that it only affects you, if you are running Internet Connection Sharing. This story, makes it seem as if you are vunerable no matter what.

    This isn't a "go get the patch, or die" patch, but "get the patch if you run ICS" patch.

    And how man /. readers are using ICS? heh.....

    Sure, go get the patch, just in case you decide to run ICS on you machines (god knows why you want to do that.....)

    --Frank

    --
    "Neither life nor happiness can be acheived by the pursuit of irration whims." --Ayn Rand
  203. Micro - Economics by Anonymous Coward · · Score: 0

    This should be redundant by now. The reason that flaws like this exist and the reason they will continue to exist forever is that it's more profitable to produce untested (more or less) software than it is to produce secure software.

    Think auto manufacturers. They know every subtle flaw of their vehicles, and they will sell them with faulty gas tanks or whatever if the expected liability resulting from failures is less than the cost of good equipment.

    Think major airlines. They care more about the perception of security than true security. Compare the security measures taken by any major US airline to El-Al. All US carriers care about is the bottom line, and quite frankly it is more profitable to let a plane get hijacked every once in a while than to make all flights truly safe. El-Al, on the other hand, is truly concerned about security and takes all kinds of measures that would make the fat cats at US airlines shiver when they heard the cost.

    In the case of Micro$oft, there is no liability from insecure product, per se. There is only the risk of reduced sales, which can be mitigated by a savvy-enough lie^H^H^H^Hpress release.

    Whether Microsoft knew or didn't know (or should have known) of this flaw when they shipped XP is splitting hairs. It is a business decision to write crappy code...one that M$ has found quite profitable...

    -AC

  204. Putting the "gold" in Win XP Gold by gspeare · · Score: 0

    Unfortunately, those of us still running the Preview version of XP are out of luck, as the patch (which was hyped so badly on the news that my wife called me at work to make sure her novel wouldn't be deleted) only installs on Windows XP gold.

    Does anyone know of a workaround for us previewers? (Other than booting Linux... :) I have the Universal Plug and Play Device Host and SSDP Discovery services disabled, but have no idea if that is enough to stop the exploit.

  205. Protect at your border routers... by MavEtJu · · Score: 1

    eEye Digital Security:
    We would strongly suggest denying all UPNP traffic at your internet borders as there is really no need to allow UPNP traffic across the Internet.

    Microsoft Technet:
    What can corperate firewalls do:
    Block all traffic on port 1600 and 5000.


    Doesn't happen often that technet gives more information than a released security alert :-)

    --
    bash$ :(){ :|:&};:
  206. Oh by towaz · · Score: 1

    Running out of witty comments for these microsoft security flaws........will have one when the next security hole is descovered.......lets see thats about 2 hours from now?

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - Voltaire
  207. Bug? by napolium · · Score: 1

    Its not a bug its a feature!

  208. Re:but what about the Internet Connection Firewall by Malcontent · · Score: 2

    Windows is for people who can't wipe their own asses. You expect someone who can not change their homepage to implement a firewall?

    --

    War is necrophilia.

  209. uh oh! by Otaku+Link · · Score: 1

    They were right! The terrorists DID get in to XP! I hate reverse psychology! "If you don't buy XP...the terrorists win."

  210. Nobody would break into my system anyway ... by Zero__Kelvin · · Score: 3, Insightful


    "No OS is perfectly secure, but I bet a lot of new XP owners won't be too happy about this."

    Perhaps fewer than you might think, because first they have to know about the hole, then they have to care . In my experience, the average joe doesn't understand the implications at all, and asks "why would anyone want to break into my system anyway? I have nothing of interest or value there."

    As Slashdotters we tend to highly over-estimate the level of understanding of the average joe with regard to security issues and YRO in general. Sad, but all too true 8^{

    --
    Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  211. Are you really that stupid? by Anonymous Coward · · Score: 0

    Yeppers.

  212. You invoked Godwin! by Anonymous Coward · · Score: 0

    Now this thread is over. Please move on...

  213. Well of course they found a flaw... by AdamTrace · · Score: 1

    There is going to be many security flaws in any major piece of software. Everyone is looking closely at WindowsXP becuase it is the next big thing.

    As for the "Linux, anyone" comments? Linux is fine for the desktop, unless you actually want to run any popular software... But I guess 0.25 percent of web surfers can't be wrong.

    AdamTrace

  214. Re:but what about the Internet Connection Firewall by Anonymous Coward · · Score: 0

    yea, thats why its installed & enabled in the default XP install routine.

    its a lot like zonealarm in functionality, but most people are using it alongside zonealarm from what ive seen.

  215. wiping and washing windows by Anonymous Coward · · Score: 0

    Windows is for people who can't wipe their own asses.

    Come on. It's that kind of comment that earns us an elitist reputation. I've worked with plenty of Windows users and overheard them rustling paper in the stall, but never asking for help.

    Now, it is true that they rarely wash their hands afterwards, but it's not because they don't know how. It's because they know they'll be handling another big piece of shit when they get back to their desks anyway, so why bother?

  216. Re:but what about the Internet Connection Firewall by Chester+K · · Score: 2

    Windows is for people who can't wipe their own asses. You expect someone who can not change their homepage to implement a firewall?

    Good thing it's enabled by default, huh?

    --

    NO CARRIER
  217. I'm not jesting by Anonymous Coward · · Score: 0

    And don't call me Shirley.

  218. Astroturf by Anonymous Coward · · Score: 0

    ...grows best in dark, next to the mushrooms.

  219. no code inspections by mrm677 · · Score: 1

    Microsoft doesn't do code inspections. I believe that this explains alot of their "bugs". Any software development team, where quality is critical, inspects *every* line of code. And that doesn't mean "make the rookies do code inspections". I'm talking seasoned programmers spending hours and hours walking through code.

  220. Or maybe... by Anonymous Coward · · Score: 0

    They will ship "there's-someone-you-don't-know-inside" stickers :-)

  221. You got the lyrics wrong by gonerill · · Score: 2
    > The answer my frind, is blowin in the win, > the answer is blowing in the win.

    Should read, "The answer my friend, is --- win blows."

  222. A fitting solution by Anonymous Coward · · Score: 1, Interesting

    Microsoft might wish to use this flaw to justify a more granular license renewal scheme. Windows could disable its network interface every month, allowing the user only to connect to MSN to renew his license and download the latest bug fixes. That would enable a usage based pricing model. The people who use the software the most should pay the most, right?

  223. How come this is not on windows update? by Psx29 · · Score: 1

    I don't see this patch listed when I goto windows update? Is this just me or are more people not going to think they need to download the patch because it doesn't show up?

  224. Auto Update by filtersweep · · Score: 2, Interesting

    -next we'll see an exploit that redirects a user to "auto-update" (or "drizzle" ??) to a nefarious website (rather than MS) that installs all sorts of back doors and vulnerabilities, leaving the box wide open!

    BTW- whenever I hear the word "appliances," I envision a nightmarish world of tying to get the dishwasher to work amidst a storm of DOS attacks... or the house burning down because hackers made it into the oven (where I hid all those dirty dishes)... or all the wasted food from the email virus that defrosted the fridge, or waking up in the middle of the night in a sweat because someone turned the heat to 95

    --


    Those that suggest you "dance like no one is watching" really want to see you make a complete fool of yourself.
  225. Sun is open about its bugs? by Anonymous Coward · · Score: 0

    Maybe in the OS, but certainly not with their processors. Hmm, what company forced their customers into silence when their cache had a serious bug? NDA, or no support. Sounds open to me.

    1. Re:Sun is open about its bugs? by Anonymous Coward · · Score: 0

      Get your facts straight before laying blame. The problem stemmed from a cache RAM problem IBM knew about but never disclosed. Hmmmm...imagine that. IBM keeping information from Sun. :)

  226. The internet changes everything by Anonymous Coward · · Score: 0

    Remember that?

    The 'successful' way to develop shrinkwrap software has been to quickly get to market, preferably first, with whatever you got, barely working, buggy or whatever. Then upgrade, etc. Microsoft has been very successful doing things that way. So they release XP the same way, and here we go, a major bug that opens the OS to the world.

    How long and how expensive would it be to do a thorough code security audit of the os? It would tie up a group of the best coders (a rare commodity even for MS), and probably a year. No wonder they don't do it.

    Here is how the internet changes things. They couldn't survive if they did it properly, but they may not survive if they don't.

    Recent security audits notwithstanding, the .net initiative will probably be MS' Waterloo. My bets are for them to be the french.

    Derek

  227. M$ perspective by Erris · · Score: 2
    Why should they have delayed the release over this bug? It's not like they are going to fix any of their other problems, even if they wanted to. I mean, would you expect a pimp to let his girl stay home because she got a cold?

    What did Periclese compare Athen's newly glorified acropolis to? Jewels on a whore. History is instructive indeed, thank you Thucidities.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  228. Re:but what about the Internet Connection Firewall by Anonymous Coward · · Score: 0

    Slight correction: Windows is for people who like to play Return to Castle Wolfenstein. I prefer a dual boot, so I have the option to play something more advanced than Tux Racer, but also have the option to run a secure, stable system while I am coding. At least I know how to take a break...

  229. Subscribe to MS Security notification! by MtViewGuy · · Score: 3, Informative

    Folks,

    I think at least Microsoft has done something to immediately close this security hole.

    If you want to get notification of any security patches for any Microsoft product, their security web page (www.microsoft.com/security) allows you to sign for for an email notification service that gives email warnings about possible security problems and available patches to correct said problem.

    It's also a good practice to regularly visit the Windows Update web page (windowsupdate.microsoft.com). That page has Critical Updates that includes security patches.

  230. Figures by Anonymous Coward · · Score: 0

    Stupid Dumb f*ck MS. Gee, another security flaw, who'd have thought? Maybe now I can convince my boss to use *nix.

  231. Why are we discussing it? by Anonymous Coward · · Score: 0

    Now if we really dislike windows, why are we sending in so much information about its flaws?

    Why don't we instead just let the XP bugs roam free, with the least amount of public information, so its users will just have to pay the costs with bug ridden machines? That's nasty, but there's nothing like a break-in to make one consider the cost of an insecure OS.

    Just an idea.

  232. Re:The exploit ... the on purpose part by quark2universe · · Score: 1

    Let's wildly speculate here. At M$, they put on the glossy brochure to attest to the security of XP, all the while "engineering" large backdoors in the security. 98% of the population loads the product, BEFORE THE FIRST SERVICE PACK for cryin' out loud. M$ now has control over many systems and can glean whatever knowledge they want, perhaps even plant other code. When an independent organization or person finds and discloses the gaping security hole, they switch to the "feign concern" mode. Shortly after, they have a fix for it, something they work working on from the beginning. They still have a load of PC users who will never load the SP or patch, where they still have access to SYSTEM account. It would also not be surprising they use the knowldge gained from those machines to feed marketing data folks, probably a sweet deal for them.

    The above prose is fiction.

    --

    Believe in things of which no person has ever learned
  233. No Kiddes Here Yet by beholder77 · · Score: 1

    I checked my "failed connect" logs and, no hits on port 5000 yet, nor in the last 5 weeks. Maybe it's not a kiddie toy yet?

    --
    Success is as dangerous as failure, hope as hollow as fear.
    1. Re:No Kiddes Here Yet by Anonymous Coward · · Score: 0

      the guy who informed microsoft supposedly didn't tell anyone except ms how to exploit it.

  234. What a shame. by jag164 · · Score: 2, Interesting

    It's a shame that we all have to wait for 'issues to be resolved...' before using an 'new' OS, driver, or application. Common phrases heard in a real environment. (real as in work/production, not home desktop or hack machine) "We're not upgrading until SP3 is available." "We advise you not upgrade to RedHat 7.0 , "Please wait atleast until redhat 7.1 is available." , etc..

    As maybe your atypical programmer, I take great care in my programming. If my name is going to be assoiciated with it, I'm not realeasing shit code. I work and have worked with programmers that knowingly code flawed code and rely on QA catching the problem to buy some time. How can someone do that? Turns my stomach. So what happens if you've got a careless programmer and careless QA? Big known bug-a-boo slips out the door.

    All I really would like to say is take pride in your work. Be careful and don't realease shit code. No, I don't write bug free code. Yes, I have missed deadlines, but only by days, not weeks/months. No I've never gotten slack from missing a deadline b/c I spend less time in post support. I'd rather deal with issues up front while it's fresh in the head than to fuck with code several months after the fact.

    *hops off soapbox*

  235. Timing is everything. by Anonymous Coward · · Score: 0

    Might be worth noting that the TechNet bulletin and patches were available about an hour prior to this /. article being posted.

    It's a good idea to sign up to the TechNet security bulletin mailing list. You get all of this news early.

  236. Every time... by muffen · · Score: 1

    Every time after reading slashdot I have to run Windows Update... it's getting annoying :)

    Reply:
    Blah Blah Blah ... use linux... Blah Blah Blah

  237. This cannot matter. by Anonymous Coward · · Score: 0

    Come on, people, does this really matter? Surely everyone knows that if you have or do anything important on your computer, you don't use Microsoft stuff.

    I mean, rational human beings are able to learn from repeated experiences, right? This planet has intelligent life ... RIGHT?

    I have to believe it's true. Therefore, this security flaw impacts no one.

  238. Re:but what about the Internet Connection Firewall by Malcontent · · Score: 2

    Not according to MS.

    --

    War is necrophilia.

  239. Yikes! by [Marvin] · · Score: 1
    Up untill now I've been telling windows users that their machine can't be remote-controlled unless there's some sort of trojan involved. Apparently that trojan is called Windows XP now.

    ...and as for the executable-attached-to-an-e-mail-is-an-internet-wo rm thing (I got 8 e-mails yesterday from the same person with "Hi! how are you..." in the body and an executable attached) - why the ##"" HELL doesn't MS Outlook notify the users that they're receiving an executable???

    IMAO it's only a question of a pop-up or assigning a colorcode to attachments...or making the users read a short note on e-mail security.

  240. typical by Anonymous Coward · · Score: 0

    MS keeps their head in the sand...no mention of this on their main web page...

    n o t h i n g......

  241. Installing the patches by port scanning by virtigex · · Score: 1

    Why doesn't Microsoft install the patches by port scanning for the vulnerability?

  242. Lock down everything by Anonymous Coward · · Score: 1, Insightful

    Why only UPNP?

    The protocol for normal PNP and USB devices, and physically plugging in new cards, or altering an old card with an overlapping or unknown identification code may invokes system level install processes - windows has detected new hardware - cannot find a driver .. do you want to supply one... is asking for trouble Even a signed driver - if it is old - may have buffer overflow vulnerabilities - use this to set diagnostic modes on a video card chip feature, then using dma to go a wandering.

    The trusting registry needs to REJECT all new hardware and devices by default, and an implicit acl check on the ones it has.
    That would make windows very unfriendly, and also knock out identical cards with different firmware.

    Thankfully, the video card manufacturers are not telling, what security nasties are lurking, but it is an area ripe for discovery.

  243. patches for XP by Anonymous Coward · · Score: 0

    Super Patch available here: Solves all known and future XP problems.

    http://www.sun.com/software/solaris/binaries/get .h tml

  244. Companies will be very pleased then by jotaeleemeese · · Score: 1

    So it is only them (the biggest hope of MS continuing making a profit) that are affected.

    Then it is fine, those corporate bastards.

    --
    IANAL but write like a drunk one.
  245. Re:XP Owners by Anonymous Coward · · Score: 0

    Even if this is wrong, it's not a troll. Moderators take note: difference of opinion is the root of all evil.

  246. Re:How to forcibly urge someone by S_hane · · Score: 1

    Moron.

    Go back and read what they wrote. Microsoft (as in the company) are forcibly urging customers to install the upgrade. Not the OS. The company.

    Forcible \For"ci*ble\, a. [Cf. OF. forcible forcible, forceable that may be forced.] 1. Possessing force; characterized by force, efficiency, or energy; powerful; efficacious; impressive; influential.

    (from the Webster's Revised Unabridged Dictionary)

    It's not even a nasty term!

    Sheesh - I mean, I know the editors get it wrong often enough, but do we really need to harsh them when they get something right?

    -Shane Stephens

  247. Re:but what about the Internet Connection Firewall by WorldSpawn · · Score: 1

    It's people like you who give Linux a bad name. Lay of the crack and try to act like a sane person. Thank you.

  248. Can the victims sue? by robinjo · · Score: 2

    You can argue that it's not a very good idea to give too much information of a hole before a patch exists. Especially if the software is widely used. But this was new software which Microsoft has been happily selling for the last five weeks knowing that there is a big security hole.

    The minimum they should have done is to tell right away that XP has a security hole and that it's unsafe to connect it to the internet.

    If they acted responsibly, they should have stopped the sales, fixed the hole and rereleased. It's expansive but the security of all those clients should be more important. Especially as Microsoft has the money to do that.

    Can you sue if you get attacked thanks to this hole and you have bought XP within last five weeks? Microsoft knew about the risk but ignored your safety? I sure hope some will as I'd hate see any company get away with this.

  249. Re:but what about the Internet Connection Firewall by kiwaiti · · Score: 1
    Dual booting for M$-only games doesn't expose you to network vulnerabilities, cuz you don't need a connection to do some serious hole-punching. If you really want to play those games by Internet then you should have a dedicated gaming machine, completely untrusted.

    Kiwaiti

    P.S.: To think that I'm actually posting this from a 2000 box at work... *shudder* ...thank god I'm not responsible for it's security!

    --
    Member of the Legion Of Microsoft Haters
  250. Could this boost Passport Use? by querist · · Score: 1

    If my memory serves, you need to sign up for Passport to received updates for XP. Maybe I am being too cynical, but isn't this just a little too convenient for Microsoft to have something that essentially requires ALL XP users to comply and sign up for Passport or their machines could be "taken over" just by connecting to the Internet?

  251. Filler app indeed! by Dr.+Mutex · · Score: 1

    Solitaire is very cleverly disguised tool for training new users to use the pointing device.

  252. Dog running after tail by Anonymous Coward · · Score: 0

    Is it possible that MS is intentionally inserting these bugs into the code, so it's software is ALWAYS open to people with the right amount of power *N S A* to break into your computer?
    Or some kind of spying of foreign companies *E c h e l o n*
    Or such?
    You know... maybe Mr. Osama is running WinXP...

  253. Plug and Pray no one gets a hold of my computer... by Deltashield · · Score: 1

    There's an old saying...."...locks were meant to keep out the honest" (good hackers have never had to worry about them, they make their own doors).

  254. not a myth by MemeRot · · Score: 2

    I don't have XP installed but my co-worker does and he showed it to me. Do some more digging.