Slashdot Mirror


US-CERT Says Microsoft's Advice On Downadup Worm Bogus

CWmike writes "Microsoft's advice on disabling Windows' 'Autorun' feature is flawed, the US Computer Emergency Readiness Team (US-CERT) said today, and it leaves users who rely on its guidelines to protect their PCs against the fast-spreading Downadup worm open to attack. US-CERT said in an alert that Microsoft's instructions on turning off Autorun are 'not fully effective' and 'could be considered a vulnerability.' The flaw in Microsoft's guidelines are important at the moment, because the 'Downadup' worm, which has compromised more computers than any other attack in years, can spread through USB devices, such as flash drives and cameras, by taking advantage of Windows' Autorun and Autoplay features."

58 of 290 comments (clear)

  1. Re:I'm a linux what's a worm? by idiotwithastick · · Score: 4, Informative
    Wikipedia says that the first worm spread through BSD UNIX. (1988):

    November 2: The Morris worm, created by Robert Tappan Morris, infects DEC VAX and Sun machines running BSD UNIX connected to the Internet, and becomes the first worm to spread extensively "in the wild", and one of the first well-known programs exploiting buffer overrun vulnerabilities.

  2. Re:News? by cbiltcliffe · · Score: 4, Interesting

    Sometimes they come out with something good....I think.

    But they've always been completely screwed up on anything whatsoever to do with autorun.

    It was a bad idea from the start, and it's just managed to get worse.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  3. Re:Windows itself is a vulnerability. by betterunixthanunix · · Score: 2, Insightful

    Except that this worm spreads through usb devices and is inherently not-Internet oriented. The only really safe way to use Windows is to constantly reimage your computer or to run in a virtual machine that can be reimaged every time it runs. Within 2 years, it will be feasible to run games in a VM on typical desktop hardware (once IOMMUs are common).

    --
    Palm trees and 8
  4. Non-Windows User Here by John+Hasler · · Score: 5, Insightful

    Is it really true that you have to edit the registry to turn off autorun? There isn't any clicky? Amazing.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    1. Re:Non-Windows User Here by syousef · · Score: 4, Informative

      Is it really true that you have to edit the registry to turn off autorun? There isn't any clicky? Amazing.
      No it's not true. There are lots of ways to do it. The registry editor is just installed by default and pretty simple if you already know how to use it. TweakUI is a free addon Microsoft Powertoy that's worth having and gives you some control back.

      http://www.annoyances.org/exec/show/article03-018
      http://antivirus.about.com/od/securitytips/ht/autorun.htm

      --
      These posts express my own personal views, not those of my employer
    2. Re:Non-Windows User Here by 99BottlesOfBeerInMyF · · Score: 2, Informative

      To default turn it off you might have to. You can just hold shift and disable it temporary when you plug something in until the detection is finished.

      Except it can still autorun in response to other events than plugging it in, like single clicking the drive or some applications that look for devices periodically.

    3. Re:Non-Windows User Here by TubeSteak · · Score: 2, Informative

      run services.msc OR Ctrl Panel -> Administrative Tools -> Services
      stop and disable service: Shell Hardware Detection

      No more auto-run or auto-play

      --
      [Fuck Beta]
      o0t!
    4. Re:Non-Windows User Here by KindMind · · Score: 5, Informative

      The Register says that the US-CERT article is based on an old MS article, and has since updated.
      There's a right and wrong way to disable Windows Autorun
      How to correct "disable Autorun registry key" enforcement in Windows

      --
      Politicians complicate life - logic is sacrificed on the altar of political expediency.
    5. Re:Non-Windows User Here by cdrguru · · Score: 3, Informative

      I would be, if it was true. It isn't. Autoplay, something completely different that was introduced in XP is there for USB devices but not Autorun. Autoplay requires user interaction to do anything, which is why the whole folder icon fooling people is a big deal.

      If I get you to click on a link that says you get $1000 for clicking on the link but it really installs software (requiring more clicks to approve) and you do it anyway - and keep confirming it, over and over, I'd say it is your own fault.

    6. Re:Non-Windows User Here by syousef · · Score: 4, Interesting

      Brain surgery and rocket science are also easy if you already know how to do these

      Let me get this straight. You're comparing opening up regedit, browsing through a tree of values, and modifying one with brain surgery and rocket science??? You call it "the art of registry editing". I could teach any even semi-competent person how to use regedit in an hour max assuming nothing more than windows knowledge.

      As for the abomination that is the windows registry I agree it's awful and for more than just the reasons you point out, but it's no harder to change a single registry entry than to change an ini file field value. I wouldn't compare the use of notepad to edit an ini file to brain surgery or rocket science either.

      --
      These posts express my own personal views, not those of my employer
    7. Re:Non-Windows User Here by lysergic.acid · · Score: 5, Insightful

      that doesn't really provide true protection against all AutoRun attacks.

      USB/flash drive-based attacks typically work by creating an autorun.inf file that replaces the default action for that device. by default, XP would simply prompt the user with a list of AutoPlay actions to take (with the AutoRun-specified action selected) when the drive is plugged in. if you "disable" AutoRun, then that menu won't pop-up, but that is arguably more dangerous; the reason being that when the AutoPlay menu pops up the user has a chance to see that an unfamiliar action has been added/selected.

      if a computer-savvy user plugs in their iPod/PSP/thumbdrive and the AutoPlay menu shows some strange new action and program icon, they are going to be suspicious. they will likely select the "Open folder to view files using Windows Explorer" action to browse the volume and probably detect the malware and autorun.inf file.

      now, a typical scenario when AutoPlay is disabled is that a user will plug in an infected flash drive, open up My Computer, and proceed to double-click on the removable volume to open it for browsing. however, whether or not AutoPlay/AutoRun is enabled, an autorun.inf file can replace the default action for that volume. and this time the user has absolutely no warning (unless the malware author is dumb enough to replace the volume's icon and advertise the presence of the virus). i mean, how often do you actually right-click on a volume to select "Open" from the context menu or to check its default action? most people are in the habit of simply double-clicking on a drive icon to browse its contents.

      then there's the matter of dual-filesystem flash drives. because Microsoft places the interests of the RIAA ahead of the interests of their customers, they've used AutoRun to implement a rather dangerous DRM mechanism. if CDFS is detected on any removable volume, Windows automatically assumes that it is a protected CD and will launch any program specified by autorun.inf. this functionality will work whether or not you have configured Windows to allow AutoRun or not, and you cannot bypass it by holding down the "shift" key. but that can only be expected when you have DRM that's designed to "protect" the system from its user/owner.

    8. Re:Non-Windows User Here by afidel · · Score: 3, Informative

      I'm sorry but the MS solution, even if fully effective is MUCH more complicated than a 3 line reg file which permanently disables autorun unless it somehow gets re-associated with a correct event handler.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    9. Re:Non-Windows User Here by EvanED · · Score: 2

      Autorun also works if the flash drive pretends it's something else, like a USB CD drive. Then Windows will allow autorun. There are entire lines of USB drives that have this (mis)feature.

    10. Re:Non-Windows User Here by symbolset · · Score: 3, Funny

      You clearly underestimate the necessity of such a useful feature as autorun. Sure, Microsoft innovates in this area, but the feature is becoming more common in all devices.

      My cell phone has auto-answer. My dvr has auto-record. My paper shredder even automatically runs when you put paper in.

      There is a downside of course. The auto-run on the disposal has mangled a fork and a few spoons. The auto-run on the table saw was the most disconcerting, but if you're on your toes about precautions nothing bad will happen.

      --
      Help stamp out iliturcy.
    11. Re:Non-Windows User Here by SL+Baur · · Score: 2, Insightful

      You're comparing opening up regedit, browsing through a tree of values, and modifying one with brain surgery and rocket science???

      Hey! `FOR I = 1 . 10' once crashed a space probe.

      Apparently it *is* beyond rocket science.

  5. Re:I'm a linux what's a worm? by Anonymous Coward · · Score: 4, Funny

    There's a new sound, the newest sound around
    The strangest sound that you have ever heard
    Not like a wild boar or a jungle lion's roar
    It isn't like the cry of any bird
    But there's a new sound, it's deep down in the ground
    And everyone who listens to it squirms
    Because this new, new sound so deep under the ground
    Is the sound that's made by worms

  6. Autorun has always been a vulnerability by Anonymous Coward · · Score: 3, Insightful

    It makes me feel a bit dizzy every time I think that this "feature" is enabled by default. It's a feature in the same way that an online banking system might feature login without a password, "just type your name to instantly access your account!" It saves the user a tiny hassle against an opportunity for absolute catastrophe.

    Autorun is high on my list of stuff to disable very shortly after installing a fresh copy of Windows.

    And it's not like it's a secret that this is a vulnerability. There's a reason Apple abandoned this capability when it moved from OS 9 to OS X.

    Microsoft deserves derision for continuing to offer and promote this feature.

    If Microsoft can't be bothered by it, nor convinced it's a very, very, bad idea, then autorun should at be limited exclusively to CDs and DVDs. That would merely be a terrible idea, as opposed to a downright catastrophic one.

    Does Windows Vista or Window 7 handle this differently than XP??

    1. Re:Autorun has always been a vulnerability by Shadow-isoHunt · · Score: 4, Informative

      Limiting autorun to CDs or DVDs doesn't help, because U3 flashdrives come with a rewritable partition that appears as a CD drive, which is also read only. Google "usb switchblade"

      --
      www.isoHunt.com
  7. Comment removed by account_deleted · · Score: 5, Informative

    Comment removed based on user account deletion

  8. Re:Windows itself is a vulnerability. by Tenebrousedge · · Score: 2, Insightful

    Vista is the most secure windows OS, probably. "most secure" != "secure".

    This worm is evidence that they still have a long way to go.

    --
    Those who advocate genocide deserve every protection afforded by law, and none afforded by common human decency.
  9. Re:Hmmm... by Timothy+Brownawell · · Score: 2, Funny

    Microsoft supplied the software that allows people's computers to become infected, then gave them false information leading them to believe they're safe, when they're not really.

    Suspicious...

    Yeah, it's almost like they value convenience over security (having autorun), and don't know how to write perfect bug-free software like the space shuttle people do (look at the "Update:" at the end of the advisory, the fix instructions should have worked, but they don't without a patch).

  10. by taking advantage of ... users. by Animaether · · Score: 4, Insightful

    "by taking advantage of Windows' Autorun and Autoplay features"
    well no, not really.

    Granted, they take advantage of the fact that...
    1. there is an autorun feature. Is that so horrible? Probably not.
    2. that the autorun feature pops up a display letting the user choose what to do (i.e. run the program, browse the drive, view pictures if it finds them, etc.). Again, not so bad.
    3. that the autorun feature lets you customize the icon. Okay, things get a little hairy here - it's nice when the icon fits the program, but this malware uses the icon of... a folder. Just like the 'browse the disc/device' icon.
    4. that the autorun feature does not have a -clear- distinction between what are autorun directives (run the program), and what are windows' built-in features (browse the drive).

    The fourth is nearly inexcusable and if handled well, it would alleviate the third as well - just put a big red border around the darn thing (is one option, anyway).

    In the end, though, it doesn't exploit 'autorun' directly - it exploits the fact that many users will think that the option with the folder icon with (misleading) description is the regular 'browse drive' option and click it carelessly.

    1. Re:by taking advantage of ... users. by cdrguru · · Score: 2, Informative

      Microsoft introduced this when the only autorun capable device was a CD-ROM player and the only CD-ROMs where those manufactured. The idea of a "malware CD" was preposterous.

      Any CD-based game for Windows was required to make use of Autorun/Autoplay in order to receive the Windows logo. It was designed to make inserting the disc with zero or minimal install operate like putting a cartridge or CD into a game console.

      I am not familiar with any autorun capability on USB drives, but they have Autoplay. Autoplay requires the user's cooperation to do anything.

  11. Re:Hmmm... by toleraen · · Score: 4, Insightful
    Except Microsoft didn't. According to TFA:

    Although Microsoft has not formally recommended that users disable Autorun as an anti-Downadup measure, most security companies and researchers have in light of the autorun.inf infection vector.

    The "recommendation" referred to is almost two years old and has nothing to do with the worm. Article is a troll pretty much. One support article is for disabling Autorun on CD-ROMs, while the other is for Autoplay. Neither was created specifically to support Downadup as far as I can tell.

    So no, not really suspicious at all. Bad on the "researchers" who have pointed to those articles for protection.

  12. TweakUI anyone? by whoever57 · · Score: 2, Interesting

    Why did neither MS or CERT suggest the use of TweakUI to turn off Autorun?

    --
    The real "Libtards" are the Libertarians!
  13. Re:Even if it doesn't work... by afidel · · Score: 5, Informative

    The problem is the Microsoft solution doesn't really disable autorun fully because they didn't think of all codepaths by which the behavior can be launched. The solution CERT gives is beautiful in its simplicity:
    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]
    @="@SYS:DoesNotExist"

    Basically it just associates autorun.inf with a NULL system function as the default handler.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  14. Re:Windows itself is a vulnerability. by hairyfeet · · Score: 5, Insightful

    Or you could, oh I don't know, not let morons near your computer? I'm typing this on a Win2K pro machine that has been hooked to the net and running non stop for almost 9 years. In that time I have gotten zero, zip, nada, squat on the virus front. Why? Because I don't let morons on this machine, that's why.

    As a PC repairman I have noticed the PEBKAC problems with Windows can nearly always be traced to one of three types. One, the "anything my friend (insert name of girlfriend) sends me has to be okay." Those can usually be dealt with by installing a decent AV and having them use webmail instead of OE. Two, the "I will click on anything that'll get me teh hot lesbos!" guy. You can usually cut down on his rate of pwnage by giving a copy of Firefox loaded with bookmarks for places like Youporn and Redtube. And three, the "I click on everything I loads off the Kazaa!" types. These are usually dumbass teenagers looking for the latest horrible pop drivel and instead clicking on "lousy_tune.mp3.exe" thinking it is their pop drivel. Putting them in a limited user account and putting a good AV to scan whatever folder they are downloading crap to usually does the trick.

    The point is blaming Windows for morons is like blaming the SUV manufacturers when some woman plows through a family of five because she ran a redlight while playing with her cell phone. Stupid people will find a way to break stuff, hence why we call them stupid. If you put these types on OSX or Linux they would break just as much as they do on Windows. They would just be loading "Hot_Pron_codec.dmg" or "killer_tune.sh" instead of an .exe. It all comes back to the dancing bunny problem. The best we tech guys can do is educate where we can, and take steps like the ones listed above to minimize the damage they can do. Because I don't care which OS you give them PEBKAC problems will NEVER go away. After all this problem wouldn't exist in the first place if folks had actually bothered applying the patch the MSFT released in OCTOBER. Just further proof that they ain't exactly brain trusts we are talking about here.

    --
    ACs don't waste your time replying, your posts are never seen by me.
  15. What DRM is that? by Sycraft-fu · · Score: 3, Informative

    Seriously, what are you talking about? I see a lot of "Vista's evil DRM," tossed around, and very little in the way of specifics to back up what it does, which of course leads me to think the people doing the talking don't know what they are talking about.

    So what DRM do you want to see disabled? Are you talking about HDCP, the DVI encryption? That's not MS's standard, by the way, DVD and Blu-ray players are where that's from. However, it is one of those things that you don't have to use if you don't want to. I have a Vista system connected to a monitor which has HDCP turned off (professional monitor, you can change the state manually). Means if the system required HDCP, I'd get no image. But it works fine. Reason is, HDCP is only required by Blu-ray playback software. Now you could disable it on the system, I suppose, but that'd gain you nothing. The software would just refuse to play. It wasn't as though MS said "Let's include this to fuck people." Rather it is required if you want to license Blu-ray playback.

    So again, what DRM are you talking about? I'm tired of all this bitching from people who don't know what they are saying. If there is something in particular you object to, let's here what and why. Otherwise, please stop going on about thing you don't understand.

    1. Re:What DRM is that? by Sycraft-fu · · Score: 3, Informative

      Yes, and I love Vista's audio system. Wonderful implementation. Vista gets quality sound, from an arbitrary number of apps on any soundcard. It does high quality (32-bit floating point) software mixing of all audio streams. So even if you have a cheap Sigmatel integrated chipset, you get good results. No longer do you need to buy a soundcard with hardware mixing to get good sound. Likewise, you can control the volume on individual apps, regardless of if they wish to provide volume control or not. Useful for web browsers. You get sites that want to make noise at you, you just mute the browser, while still listening to music. It's resampling engine is also great. It opens up the sound card in the mode you tell it to, and resamples all audio to that. In XP if you had an old app that used a low sample rate, the soundcard would be opened in that and any other apps that played at the same time would be downsampled. Not a problem in Vista, you specify the rate, it handles the conversion.

      Also works great for pro audio. WDM/KS still works just like it did before, and indeed Vista will allow KS apps to take exclusive control over the card if needed. Also ASIO works fine, it rides along side the Vista audio system and isn't affected by it. Then there's the new WaveRT mode. Not a whole lot of support yet, but form playing with it is is excellent. Extremely low latency, low CPU usage, and low glitches. Wonderful for realtime sound on sound stuff.

      So personally, I think Vista's audio system is a real step up. I like the way it works with my consumer apps, I like the way it works with my pro apps.

  16. Re: what's a worm? by http · · Score: 5, Informative

    Did nothing?? What planet were you on?
    The machine took out more than a lot of mail servers, bringing them to a grinding halt for the duration.

    --
    If opportunity came disguised as temptation, one knock would be enough.
    3^2 * 67^1 * 977^1
  17. Re:Would like to see a worm disable Vista's DRM by Anonymous Coward · · Score: 5, Funny

    The 1 step guide to getting cheap mod points on Slashdot

    1) Mention DRM

  18. Default settings are a blessing and a burden by networkzombie · · Score: 2, Insightful

    Many Microsoft screw ups could be managed by changing its default settings, but unfortunately Windows caters to Grandmothers who can't follow complicated instructions such as go to run, type d:\start.exe, much less mount /dev/hdc -t iso9660 -r /cdrom, or sudo apt-get install omgponies. What really pisses me off is that the simple tools for managing common system administration is not even included with the home version, which is the version that needs the admin tools because it is more likely to be infected due to the default settings. The group policy editor is how you should disable autorun, but it isn't included with XP Home. If it were included it would be more like XP Pro, which should be their lowest version. They should have an XP tech version that allows you to increase TCP connections, and import policies without Active Directory, and allow more that 10 SMB connections, and be able to update other XP boxen with its own installed Windows patches. Oh well, at least I don't always have to tell my Mom to find My Computer, then the D Drive, which she cannot do. I just tell her to insert the damn disc. So what's my solution to this whole fiasco? ESET Nod32. Pay for it and update it. It's not perfect, but what is?

    1. Re:Default settings are a blessing and a burden by grumling · · Score: 2, Funny

      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      E: Couldn't find package omgponies

      Hey... That didn't work.

      --
      "Well, good luck finding a judge that doesn't run a bestiality site."
  19. Re:But MS doesn't want to totally disable autorun by Ithaca_nz · · Score: 2, Informative

    1. If autorun is running an arbitrary executable on removable media just because, then yes, I would consider it one of the more idiotic ideas that has come up. 2. If autorun is running a known application already installed on the PC when a recognised device type is connected, then no it's not the "dumbest idea ever". There's no technical reason that you need (1) active to support (2). Whether there is a way to separately disable them in Windows is another question. (anyone have an answer to that?)

  20. Re:Why so hard to diable autorun by John+Hasler · · Score: 2, Funny

    > Have there been any cases where animals wandered through the automatic doors into some
    > large store?

    Yes, but not nine million of them.

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  21. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  22. Re:I'm a linux what's a worm? by KozmoKramer · · Score: 5, Funny

    Thanks for pulling up that Gem from 20 + years ago. You and my wife must be related!

    --
    My name is Inigo Montoya. You killed my Father! Prepare to die!
  23. Re: what's a worm? by Anonymous Coward · · Score: 3, Informative

    Perhaps it's more accurate to say that the Morris Worm did not carry a destructive payload. It's true that it brought down more than a few servers, but that was only because it spread so rampantly without -- as with many modern worms -- any kind of rate-limiting logic.

  24. Re:Hmmm... by lysergic.acid · · Score: 4, Interesting

    um, what are you talking about? if there is a worm going around that exploits the AutoRun, then naturally the thing to do would be to disable AutoRun. so why is it bad on the researchers for advising people to disable a feature that makes their system more vulnerable to an ongoing security threat. and how is US-CERT or ComputerWorld "trolling" by pointing out that Microsoft's instructions for "disabling AutoRun" doesn't actually disable AutoRun?

    Microsoft is the one who created a feature that is now an active malware infection vector. they are the ones who set this feature to be enabled by default. and they are the ones who made it near impossible to turn off (without downloading additional software). and to make things worse, they release inaccurate advice on how to "disable" this feature, which could potentially lull users into a false sense of security.

  25. Re:Windows itself is a vulnerability. by betterunixthanunix · · Score: 5, Informative

    "Or you could, oh I don't know, not let morons near your computer?"

    Which is just not feasible sometimes. Every few weeks, someone I am working with -- yes, some of us must work with others on our computers -- brings me some files on a thumb drive. I have no choice but to plug that drive into my computer and deal with it, other than not getting my work done at all.

    "Putting them in a limited user account and putting a good AV to scan whatever folder they are downloading crap to usually does the trick."

    When I used to repair computers, I found that doing this invariably led to questions like, "Why can't I install [insert well known program name here]?" Windows systems really are not oriented toward this sort of security for single users who cannot just call up their helpdesk whenever they need some software installed.

    "If you put these types on OSX or Linux they would break just as much as they do on Windows. They would just be loading "Hot_Pron_codec.dmg" or "killer_tune.sh" instead of an .exe."

    Except that in OSX and Linux (and BSD and Solaris and all *nix systems) files have to be explicitly declared executable. A user receiving LatestPopSong.mp3.sh would just sit there confused and asking, "Why does it keep opening this song in a text editor? Why does my music player keep getting confused?" In distros that enable SELinux, you can have even more security -- for example, a policy that prevents programs which are not part of Firefox from writing to the Firefox configuration, which would prevent typical virus-installing-keylogger-in-web browser attacks that seem to be so common today; such a policy could be maintained by the distro packagers themselves; in fact, Fedora already gives the .mozilla/ folder a different context. Sure, you can create such a security policy in Windows, but it is not done by default.

    Yes, if administered by experts, Windows can remain secure even when connected to the Internet, I will not deny that. Most single user Windows installations are not administered by experts, and unlike big name Linux distros, Microsoft does not have thousands of people tuning the Windows security policies, nor do they have tens of thousands (perhaps hundreds of thousands) of people fixing bugs.

    --
    Palm trees and 8
  26. Re:I'm a linux what's a worm? by v1 · · Score: 3

    The system was designed to be open by default... not secure. Security was ALWAYS an afterthought.

    I don't think I'd say it was an afterthought, that implies they believed it was important to address, once discovered late.

    The closer reality seems to be that they acknowledged the issue and determined it made a better feature than vulnerability.

    Like the windows autorun on media insert that's making Downadup so successful as of lately. Amazing they STILL haven't axed that. This isn't a case of them being late with a fix, this is a case of them refusing to fix it.

    --
    I work for the Department of Redundancy Department.
  27. Re:Windows itself is a vulnerability. by betterunixthanunix · · Score: 3, Interesting

    SELinux goes a long way toward containing viruses, as long as the distro maintains decent default policies. For example, only files from the Mozilla packages should be able to modify ~/.mozilla/ or any files in that directory, and Fedora's SELinux policy puts those files in their own context. A virus attempting to install some sort of keylogger in Firefox is forced to attack through Firefox (or another Mozilla program); compare with malware in Windows, that could attack through specially crafted music file and install a keylogger in IE.

    --
    Palm trees and 8
  28. Re:Windows itself is a vulnerability. by clarkn0va · · Score: 4, Interesting

    If you put these types on OSX or Linux they would break just as much as they do on Windows.

    You had me up to that line. I have managed 4 desktop computers at a youth drop-in center for a year and a half now. We have all three of your types using these machines on a nightly basis.

    On my first day all four computers ran xp Home with the youth using just the guest account. All four computers were heavily infested with you-name-it. The hard drives never stopped churning and the router lights never stopped blinking, 30 minutes after logging out.

    I spent that first evening exorcising the demons on what appeared to be the worst of the four stations. I gave it a clean bill of health, tightened up security here and there, and called it a night. I decided that night that I would clean out one machine per week.

    I went back for round 2 a week later and the one I had cleaned the week previous was back to its original state.

    I spoke to the management and obtained permission and funds to do some minor hardware upgrades on the office computer. All the hard drives got pulled from the youth computers and assembled into a RAID on the office computer, on which I did a fresh default install of Ubuntu and ltsp. I created an account for every youth that wanted one and told them to have fun. I even installed limewire and showed some of them how to grab torrents using deluge and transmission.

    A year and a half later and not a single breakage. No pop-ups, no churning disks, no dead family of five. I'm effectively unemployed with this organization.

    Go ahead and tell me that Windows can be made secure. Yeah, I know. I work in 3 schools and it's all Windows or nothing, and the IT people (not me) have done a great job of locking things down and generally keeping things ticking. But that's far from default configuration.

    no, "these types", the same ones who had 4 xp desks in a perpetually broken state, even with AV and limited accounts, haven't broken a default linux install yet.

    --
    I am literally 3000 tokens away from the chaotic crossbow --Stephen
  29. Re:I'm a linux what's a worm? by ozmanjusri · · Score: 2, Funny
    I've never heard Windows described quite that way.

    Try working in software support then.

    I've heard it called much worse.

    --
    "I've got more toys than Teruhisa Kitahara."
  30. I don't htink they could by Sycraft-fu · · Score: 2, Insightful

    If they don't support it, they can't play Blu-ray (and HD-DVD before that went under). Ok well what is the average consumer going to do: Blame the AACS-LA, or which ever nebulous industry licensing authority is responsible, or blame the OS maker?

    Goes double since the media industry doesn't have to knuckle under. Remember most people watch movies on their TVs. While it isn't a trivial amount who watch on computers, it isn't the majority either. Thus they can get away with just selling to people with players while users scream at MS for "not supporting HD". Besides, you know Apple would (they do) and would use it as a marketing point.

    So I see their choice as the correct one. It gives the consumers the most options. The OS works just fine with no HDCP unless it is demanded. If it is demanded, it is supported.

    Besides, you can just as easily argue that nVidia, ATi and Intel should have killed it. If the graphics adapter doesn't support it, it's a moot issue. However they do.

  31. You'll still have to keep ahead of the tide by Mathinker · · Score: 2

    You ignore an important assumption of the post you reply to, that the blackhats are aware that their target population, "those types", have migrated to Linux, and have started to target them there.

    Currently there is no point to doing that, because of the very limited use of Linux by such users.

    When "those types" are all using Linux, you'll need to install Plan9 or something equally exotic in order to attain the same level of security you have on your 4 Linux desktops now. Even that might not work, because in all probability (because of the way open-source works), your Plan9 installation will share applications like browsers and mail clients with the current mainstream Linux desktops.

    OTOH, I still think the 4 Linux desktops will be more secure than WinXP is now, even after becoming mainstream, because more people will actually care about making them secure. You see, Microsoft currently doesn't care that much about how secure Windows is, because any security vulnerability in it is mostly an externality to them economically, they only lose a bit of reputation. So I'm fairly sure that the large group of volunteers trying to secure Linux is actually more motivated, and hopefully at a time when Linux is mainstream there would (hopefully) be even more effort being invested in securing it (of course, with the "too many cooks" effect and all, you cannot be sure this will help).

    Of course, if we ever get to a future where Linux is as (or more) mainstream than Windows, what I said about Microsoft seeing security as an externality will no longer be true. So predicting the future here is about as easy as predicting the stock market.

    1. Re:You'll still have to keep ahead of the tide by mlts · · Score: 4, Informative

      I remember the days pre-Windows when UNIX vendors were cursed and sworn at because they didn't patch the latest bugs quickly.

      People will attack whatever operating system gives them the most bots for the buck. If the predominant OS is a UNIX, then it will be invisible .ko/.kext modules that will be the sysadmin's bane.

      Right now, there are two main attack vectors other than the PEBKAC "hole" and social engineering. The first, a direct attack on a machine, can be mitigated by a solid firewalling router, so an attacker has to deal with a hardened attack surface before touching the more chewy machines behind it.

      The second attack vector is the Web browser. It is in constant contact with untrusted code. To secure this beast takes more than just good defensive programming because even with a solid browser, a third party plugin might cause issues. It takes cooperation on multiple levels, where the OS has hooks to run the browser in a sandbox, but yet allow it to have upload/download functionality that users want. Vista's protected mode of IE7 is a great start, but all Web browsers need this protection, whether it be done by SELinux type profiles that exist in various Linux distros, or actual virtual machines that completely roll back all changes except to the bookmarks when the user is done and closes the browser session. Solving this problem will close a lot of potential security threats.

      Finally, autorun just needs to go, and be replaced by a different, more secure system. Autoplay can stay, but it should never run anything other than showing the root of a CD or DVD, or pulling up a media player if a CD or DVD is inserted. In no way should an executable ever be automatically executed by default. Its just too easy these days to make a U3 flash drive with a bogus CD partition with malware present.

  32. Re:Windows itself is a vulnerability. by calmofthestorm · · Score: 2, Insightful

    Just because you've never noticed them doesn't mean you've never gotten a virus. Modern viruses are more intended to be quiet and do their spamming/backdoor thing these days, since users who find them may attempt to remove them.

    And no, antivirus is not much protection.

    --
    93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
  33. Re:Hmmm... by SL+Baur · · Score: 2, Interesting

    Microsoft is the one who created a feature that is now an active malware infection vector.

    Microsoft is the one who recreated a feature that is an active malware infection vector.

    There, fixed that for you. Executing anything coming from the outside by default has ALWAYS been a horrible idea.

    How many decades has it been since we all disabled uux and such from our UUCP configurations?

    Now, GET OFF MY LAWN!

  34. Re:Windows itself is a vulnerability. by hairyfeet · · Score: 2, Insightful

    Sorry, but I'm afraid you are wrong. I know because I tried it once. I actually gave Linux (Kubuntu) to one of the "hot lesbos" types, and guess what? He managed to make it unbootable in less than 5 days. How? By typing in "Linux Programs" into Google and downloading a bunch of crap from Freshmeat and ending up in dependency hell. I finally had to lock him down in XP worse than any BOFH and he still has to bring it back 2 to 3 times a year to clean out the crap. And sticking them on Linux won't work for 1 and 3 because they can't run what their friends are running and you will be SO fired the first time they get a printer from Walmart and you can't make it work. To quote Forrest Gump-"Stupid is as stupid does."

    --
    ACs don't waste your time replying, your posts are never seen by me.
  35. RANT / was(Re:I'm a linux what's a worm?) by micheas · · Score: 4, Insightful

    chkrootkit, tripwire, clamav, shorewall, john-the-ripper, and snort run on a lot of systems considered super secure by their users.

    Some people consider their systems super secure because they know they are not they guess they are.

    The question on freebsd-security a few years ago was what was the best way to avoid denial of service attacks if you are logging to lpr. (one of the obvious suggestions is do not log repeated messages, just the number of times the message has repeated. this will increase the work required to kill your server by running through all the paper and hanging until more boxes of paper are fed to the printers.)

    That was the same list that made me realize that you should not have passwords on multiuser systems, or servers in general.

    Do you really think that people use passwords like this

      makepasswd --char=32 --count=10
    CLWwBsm1c15IFadg4KTjrHhCBjFP8RNI -- for slashdot
    RLQaXqSEfRHgLnwjjbgoJU5y4Uya2hM6 -- for gmail
    NebgFMATH990vB8US8CE4zMgeR7uum02 -- for Administrator
    SFa0qT5nIQuLYtTsq44I8336ghEBApiD -- for user account
    smcruMr8rzE6PFHzus8AmPcIoKNFy0Rh -- for facebook
    L6wynpgAHoINdQm2CWwXdfSiJrBzQ8YG -- for myspace
    Q3D1JBVXtgPNNo4bm16WAcKPMhox8s6C -- for banking
    L1hEhuisoFcnoyGEYxPYqW8Hq4Qs2EmY -- for retirement account
    2RqaobNEKyQIIoUVoFPty6EruLQhVE0F -- for work login
    s0zJFsLiWCSN0e5fCEvpi48GV4D0PjyH -- for paypal

    Phishing sites are one of the best ways to effectively get the information and tools needed to illicitly act on behalf of someone else.

    At some point public key logins via ssl will become the norm, until then, passwords will be the week point in most systems.

    Realize that even though debian had the ultra limp ssl keys generated it was still seems to be more productive to use password guessing than trying to try brute forcing an almost known key. Passwords suck that bad.

    I would not be surprised if a sizable number of systems (more than 10%) in Arizona could be broken into this week with a dictionary attack of:

    cardinals
    cardina1s
    Cardina1s

    For those that want an analogy, imagine zoning laws that required NORAD style doors on all buildings and twenty percent of the population deciding that it is stupid and refusing to lock their doors. You would have a situation similar to the computer landscape today.

    1. Re:RANT / was(Re:I'm a linux what's a worm?) by OolimPhon · · Score: 5, Funny

      Do you really think that people use passwords like this

        makepasswd --char=32 --count=10
      CLWwBsm1c15IFadg4KTjrHhCBjFP8RNI -- for slashdot
      RLQaXqSEfRHgLnwjjbgoJU5y4Uya2hM6 -- for gmail
      NebgFMATH990vB8US8CE4zMgeR7uum02 -- for Administrator
      SFa0qT5nIQuLYtTsq44I8336ghEBApiD -- for user account
      smcruMr8rzE6PFHzus8AmPcIoKNFy0Rh -- for facebook
      L6wynpgAHoINdQm2CWwXdfSiJrBzQ8YG -- for myspace
      Q3D1JBVXtgPNNo4bm16WAcKPMhox8s6C -- for banking
      L1hEhuisoFcnoyGEYxPYqW8Hq4Qs2EmY -- for retirement account
      2RqaobNEKyQIIoUVoFPty6EruLQhVE0F -- for work login
      s0zJFsLiWCSN0e5fCEvpi48GV4D0PjyH -- for paypal

      Hey! How come you know all the combinations to my luggage?

  36. Re:Windows itself is a vulnerability. by drsmithy · · Score: 3, Interesting

    Except that in OSX and Linux (and BSD and Solaris and all *nix systems) files have to be explicitly declared executable.

    There was an outbreak of malware a while back that required users to open a password-protected zip file, and execute the contents within.

    You really think having to set a file +x, or running it from a commandline with 'bash file.sh' is really going to slow them down ?

  37. Re:Hmmm... by toleraen · · Score: 2

    Holy smokes, I even bolded it for you! Let's try this again, with even more formating!!

    One article is for disabling Autorun on CD-ROMs specifically. One article is for disabling Autoplay. Neither article describes how to stop the autorun.inf file from being processed on all removable media, nor does either article claim do to that.

    This is like hitting the button that turns off your rear windshield wiper and getting furious that your forward wipers didn't turn off. Similar and related feature, but that button wasn't made to turn off your forward wipers. You gotta spin the knobby thing to turn those off. (Sorry, best car analogy I could come up with at 4am)

  38. Re:Hmmm... by daveime · · Score: 2, Informative

    Little tip for anyone who has "morons" in the family.

    On each new USB device, create a folder (important, MUST be a folder, NOT a file), called autorun.inf. Then set the attributes on that file to +S +H +R +A (system, hidden, read only, archive).

    Voila, whatever PC they promiscuously stick their USB in, this attack vector is null and void, as the virsu cannot overwrite a folder with a file of the same name.

    YMMV, but since learning this tip, my missus and kids have brought home zero nastys from work, school, college etc.

  39. Re:Concerned: Anybody else using MS Update Service by RickRussellTX · · Score: 2, Informative

    Unfortunately KB950582 was not classified as a required security patch for Windows XP, and consequently not included for distribution in Windows Update or WSUS.

  40. Re:Windows itself is a vulnerability. by nabsltd · · Score: 2, Informative

    SELinux goes a long way toward containing viruses, as long as the distro maintains decent default policies. For example, only files from the Mozilla packages should be able to modify ~/.mozilla/ or any files in that directory, and Fedora's SELinux policy puts those files in their own context.

    So, when I want to use vi to edit one of the text files that are used to configure Firefox, I can't?

    Although this might be more secure, I call it just a pain in the ass. Most of the SELinux policies fall into this category, although a few are just a pain in the ass without being any more secure. Add the following to your .bashrc to work around one of them:

    iptables-save() {
    /sbin/iptables-save $* | cat -
    }

    If this same sort of hack works with the Mozilla SELinux policy, then all you would need to do is read the files from the ~/.mozilla directory, write out any changes to someplace like /tmp, then "download" the files from /tmp using Firefox and store it in the correct place in ~/.mozilla. I'll bet, though, that all that would be required is the "pipe it through a trusted program" hack would work, too.

  41. Re:Hmmm... by uglydog · · Score: 2, Insightful

    Neither article describes how to stop the autorun.inf file from being processed on all removable media

    So, IS there a way to stop the autorun.inf file from being processed on all removable media?

    And I think that is the main point made by the article - yeah, sure, with a bit of spin too. With all the qualifications you have on your statements, you are technically correct. However, if there are no clear instructions on how to stop the autorun.inf file from being processed on ALL media, removable or otherwise, Microsoft should provide them or explicitly say that it isn't possible. And the researchers could probably approach Microsoft in a less accusatory manner. People just want to keep their systems safe.