Slashdot Mirror


Akamai Warns: Linux Systems Infiltrated and Controlled In a DDoS Botnet

An anonymous reader writes Akamai Technologies is alerting enterprises to a high-risk threat of IptabLes and IptabLex infections on Linux systems. Malicious actors may use infected Linux systems to launch DDoS attacks against the entertainment industry and other verticals. The mass infestation of IptabLes and IptabLex seems to have been driven by a large number of Linux-based web servers being compromised, mainly by exploits of Apache Struts, Tomcat and Elasticsearch vulnerabilities. Attackers have used the Linux vulnerabilities on unmaintained servers to gain access, escalate privileges to allow remote control of the machine, and then drop malicious code into the system and run it. As a result, a system could then be controlled remotely as part of a DDoS botnet. The full advisory is available for download only with registration, but the (Akamai-owned) Prolexic page to do so is quite detailed.

134 of 230 comments (clear)

  1. Tech details ? by Anonymous Coward · · Score: 1

    A link to get a white paper needing a registration is even worse than linking to a paywall

  2. Re:hmmm.... by Megane · · Score: 2

    They should have installed Gentoo!

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  3. To remove this... by VGPowerlord · · Score: 4, Funny

    So, to remove this do I just have to do this?
    sudo rm -r /sbin/iptables

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    1. Re:To remove this... by spire3661 · · Score: 2

      Dont be that guy.

      --
      Good-bye
    2. Re:To remove this... by SmSlDoo · · Score: 1

      There is actually a space before sbin, best to use the -f flag to be sure you really get rid of it.

    3. Re:To remove this... by bill_mcgonigle · · Score: 1


      sudo rm -r /
      It has advantage of removing all viruses.

      Just the ones alphabetically before /lib*/libc+

      Watch out - those crazy virus writers will start statically linking!

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    4. Re:To remove this... by NotSanguine · · Score: 1

      Sure, or even simpler: sudo rm -r / It has advantage of removing all viruses.

      Actually, you really should use the 'f' parameter as well, or else the viruses might ask you if you really want to delete it. As in 'rm -rf /'

      Oh, and you're welcome!

      --
      No, no, you're not thinking; you're just being logical. --Niels Bohr
    5. Re:To remove this... by VGPowerlord · · Score: 1

      Last time I tried that it gave me some error. Something about needing --no-preserve-root

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    6. Re:To remove this... by Sun · · Score: 1

      You really should look up how Unix does its stuff. In particular, how the page cache works, and how inode ref-counting work.

      The short answer is that you are wrong. Everything is erased.

      Of course, this is, strictly speaking, false also. Some things are on read only file systems, or on pseudo file systems that do not allow erasing (such as /proc). Those, as well as the path leading there, will not be erased. Everything else, however, is gone by the time "rm" finishes.

      Shachar

  4. Re:hmmm.... by war4peace · · Score: 1

    ...Or they should gave gentoo'd their installations.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  5. Advisory location ... by CaptainDork · · Score: 1
    --
    It little behooves the best of us to comment on the rest of us.
  6. Re:hmmm.... by mrmagos · · Score: 4, Funny

    They should have installed Gentoo!

    In hopes that the 'malicious actors' would get tired of waiting for the required binaries to be built and give up?

    --
    Never start vast projects with half-vast ideas.
  7. Re:Hmmm by Anonymous Coward · · Score: 3, Insightful

    It's news because it illustrates that, as much as Linux users like to throw stones at Windows, they too are vulnerable. Anyone can pick through the source and find security holes what can be exploited - perhaps even much more subtle ones than anyone would ever find on Windows.

  8. Re:Hahahahahahaha by SQLGuru · · Score: 5, Insightful

    Not a Linux apologist (Windows pays my bills), but in defense of Linux, these were programs running on Linux that had exploits. Of course, many of the exploits in Windows are through programs running on Windows and not the OS itself.......but Linux fanboys wouldn't be as quick to point that out.

  9. Re:Hahahahahahaha by armanox · · Score: 1

    If you notice, this doesn't effect desktop Linux users. Only servers.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  10. iptables malware by myoparo · · Score: 2

    Oh yes, I am familiar with this iptables malware. I once had a machine running using ipchains, but iptables somehow made its way on to my machine and pretty much just killed ipchains functionality. I could not get it working again no matter how hard I tried. In case it modified my kernel, I even downloaded the latest from kernel.org (2.4.x) and compiled a new one, but to no avail.

    I gave up and went to Windows.

  11. Re:Hahahahahahaha by Anon-Admin · · Score: 2

    It was not a virus, it was an exploit of server software that was unpatched.

  12. Re: Hmmm by Anonymous Coward · · Score: 2

    The vast majority of Linux deployments are on server systems. These are easier to lock down, since there are no users downloading cool stuff and bringing in malware. Generally speaking, a remote exploit is required to bring down a server system. There are two newsworthy things in this report. First, a botnet of (presumably well-connected) Linux machines has been used in a DDOS, probably not the first time this has happened. Secondly, and this should not be newsworthy, not keeping up with patches will sink a system of any kind. Server, client, Linux, Mac, Windows, all need to keep up with rapidly evolving security threats.

  13. Re:Hmmm by bobbied · · Score: 4, Insightful

    The people that have their servers compromised in this way are amateurs and shouldn't have put their servers on the web, EVER. This is roughly equivalent to fielding IIS from 2001 on windows XP and not keeping your patch set up to date. You are going to be hacked.

    Any sysadmin who is thinking about it, would put a web server and all it's components in a chroot jail and force it to run in user space and set up to refuse interactive logins for this user.. That way any "escalations" of privilege won't get you much more than the web server. It's easy, quick and effective.

    So this isn't a really fair comparison you are making. Linux is BY DEFAULT more secure than Windows, mainly by design. Microsoft has made great strides of late, but fundamentally they are starting from a weak position (remember Windows 3.1?) and you have to install components to make it more secure, where Linux starts secure and gets security downgrades when you install and configure stuff. Either way, if you don't manage your server, you will have problems.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  14. CVEs? by Rob+Riggs · · Score: 1

    CVEs or it doesn't exist.

    Any /. article that talks about security vulnerabilities or exploits and does not reference the relevant CVEs in the summary is a worthless piece of shit.

    --
    the growth in cynicism and rebellion has not been without cause
    1. Re:CVEs? by NotSanguine · · Score: 1

      SOMEONE IS WRONG ON THE INTERNET, I MUST CORRRRRRRECC... Point if this is the botnet side and the indicators of compromise.

      The question I hear more often at $DAYJOB whenever one of these pops up is: "Are we affected?", which more often than not can be answered with some introspection (you know your patching practices), rather than looking at the current patch level. This applies to 90% of the companies.

      Why do you care about the CVEs? Just fucking patch it. Unsure if that fixes it? Patch it again. HD leds are blinking in a funny way that makes you think you're affected? PATCH IT HARDER.

      Absolutely. Because there's never an issue that can't be fixed by patching. No one ever has an insecure/incorrect configuration. Please send me your resume so I can file it with the other "never hire this moron" resumes. Thanks.

      --
      No, no, you're not thinking; you're just being logical. --Niels Bohr
  15. Re:Hmmm by Barsteward · · Score: 1

    they throw stones at the OS mainly

    --
    "The hands that help are better far than lips that pray." - Robert Ingersoll (1833-1899)
  16. JAVA by HornyBastard · · Score: 3, Informative

    From TFA.
    "Attackers have exploited Linux servers that run unpatched versions of Apache Struts and Tomcat with vulnerabilities"

    Apache Struts, Tomcat, and elasticsearch (mentioned in the summary) are all written in java.
    To me, that indicates a JAVA vulnerability, not a Linux vulnerability.

    --
    Death has been proven to be 99% fatal in lab rats.
    1. Re:JAVA by Vellmont · · Score: 2


      To me, that indicates a JAVA vulnerability, not a Linux vulnerability.

      Right. Just like Nigerian 419 scams are conducted in English, so English is a vulnerability.

      --
      AccountKiller
    2. Re:JAVA by bill_mcgonigle · · Score: 1

      > To me, that indicates a JAVA vulnerability, not a Linux vulnerability.

      Right. Just like Nigerian 419 scams are conducted in English, so English is a vulnerability.

      Interesting parallel - both 419 and this vulnerability stem from people who fail to utilize the absolute minimum of self-protection mechanisms.

      And the attackers in both cases deliberately exploit these low-hanging fruits of incompetence. It's a good economic strategy - why pick the high fruit when you don't have to?

      Of course, our worries stem from the fact that at some point all the low hanging fruit (or slow antelope if you'd rather) are gone.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    3. Re:JAVA by mystikkman · · Score: 2

      The applications you mention are all Open Source, which people on here keep insisting are secure.

    4. Re:JAVA by robmv · · Score: 1

      Should a Linux kernel privilege scalation bugs be called a C vulnerability? no, those are bugs on code that use a particular language. If you say that the bug was found on the embeeed XML parser or any other library that is part of the Java Runtime, I would say yes, but this time no

    5. Re:JAVA by smartr · · Score: 2

      Nope... A vulnerability in a library is not a vulnerability in the underlying programming language. Just because the JRE *is* an execution environment, does not mean that the execution environment being run by a malicious user is a vulnerability in the JRE. That's like saying, there's a vulnerability in C, because Flash is written in C and there's a Flash vulnerability. The point is there is a **critical** vulnerability in older versions of the Struts library, which is used to escalate privileges to the JRE. Once you have rights to the JRE, you can copy files and have the JRE execute system commands using the rights given to it by the OS which should not be a root user(honestly, if they wrote the payload in Java this step would not be needed, a server environment is entirely capable of performing DDoS attacks). Also, I'm calling BS on this exploiting a known Tomcat vulnerability. There are no known "critical" vulnerabilities in any version of Tomcat :
      http://tomcat.apache.org/secur...
      http://tomcat.apache.org/secur...
      http://tomcat.apache.org/secur... ...
      Basically, people need to patch Struts 2 because of this fucker:
      http://struts.apache.org/relea...
      which was fixed in July 2013:
      http://struts.apache.org/downl...

    6. Re:JAVA by c0d3g33k · · Score: 3, Insightful

      The applications you mention are all Open Source, which people on here keep insisting are secure.

      Nope. This is a varied community, so people here believe lots of things, but probably not as many believe this simplistic view as you think.

      FLOSS applications have the *potential* to be more secure than proprietary/closed source. They also have the potential to become more secure over time if the community/contributors have more resources available to fix security problems than a proprietary vendor. Most importantly, FLOSS applications can be scanned by anyone for bugs and security problems, and fixed by anyone. Those activities are limited for proprietary code to those who have access to it and allowed (by privilege or managerial decree) to fix it or even publicise that there's a problem in the first place.

      Depending on the situation (skillset of the development team, size of the team, interest in maintaining and fixing the code), this can either lead to a particular piece of FLOSS or proprietary code being more secure. *In general*, it seems that FLOSS code tends to be more secure because greater resources can be brought to bear, particularly over time as proprietary vendors stop supporting code for older products and move their teams on to something new (gotta keep paying the bills). In some cases that doesn't hold true and proprietary code is more secure.

    7. Re:JAVA by HiThere · · Score: 1

      More to the point, they use particular packages written in that language.

      A Linux kernel privlege escalation bug is a Linux bug. It's only a C bug if it depends on a violation the the C language standard. C misfeatures aren't bugs, but they sure make be cautious when I use it. In particular, one C misfeature is that it's impossible to check the length of an array at run time. In any lengthy piece of code I get quite paranoid about that. But if I make a mistake it's a bug in my code. In C it's only a misfeature.

      Similar these things appear to be, e.g., a bug in Struts. (I'm not a user of same, it's conceivably only a misfeature in Struts, and a bug in some program that uses it.)

      So I agree, it doesn't appear to be a bug in Java. Or in Linux. But one could argue that there are design errors.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    8. Re:JAVA by IamTheRealMike · · Score: 1

      Do you know what the vulns are? Tomcat has a list of vulnerabilities on their website but they're all DoS attacks or information disclosure. It's pretty hard to write a Java app that can actually be completely taken over via the network, although I've seen one or two spectacularly dumb web server designs that allowed it anyway (e.g. url parameter names were treated as arbitrary paths through the entire apps object heirarchy using reflection, letting anyone modify any global variable by just doing a GET - no language can save you from this kind of idiocy).

    9. Re:JAVA by styrotech · · Score: 1

      Apache Struts, Tomcat, and elasticsearch (mentioned in the summary) are all written in java.
      To me, that indicates a JAVA vulnerability, not a Linux vulnerability.

      Or more likely a bug in an Apache Commons library they all use.

      eg Struts is from Apache, Tomcat is from Apache, Elasticsearch is based on Lucene which is also from Apache.

    10. Re:JAVA by MikeBabcock · · Score: 1

      The problem is that you can never assure yourself that closed source software is secure. You can trust or insure but you can't assure.

      Assurance requires access to the source code.

      --
      - Michael T. Babcock (Yes, I blog)
    11. Re:JAVA by exomondo · · Score: 1

      Assurance requires access to the source code.

      It requires a lot more than that! You have access to the source code so can you (or anybody for that matter) assure me that Linux is secure? Or Harmony? Or Apache Web Server? Or anything at all?

    12. Re:JAVA by ignavus · · Score: 1

      Apache Struts, Tomcat, and elasticsearch (mentioned in the summary) are all written in java.

      To me, that indicates a JAVA vulnerability, not a Linux vulnerability.

      "Write once, exploit everywhere."

      --
      I am anarch of all I survey.
  17. Re:hmmm.... by bobbied · · Score: 1

    Well if they just had installed Linux.... Oh, damn.

    Perhaps they should apply security patches too or perhaps actually TRY to configure their servers in a secure way? No, no other OS's have issues with this.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  18. Re:"Other verticals"? by TechyImmigrant · · Score: 1

    What the hell is a vertical?

    It's perpendicular to horizontals.

    --
    I should use this sig to advertise my book ISBN-13 : 978-1501515132.
  19. Re:Hahahahahahaha by rogoshen1 · · Score: 2

    insert joke about there being no linux desktops, and the eventual "year of linux on the desktop" ?

  20. Re:"Other verticals"? by just_another_sean · · Score: 1

    Companies within the same industry. As in Telecom, Healthcare, Financial Services, etc. In this case Entertainment is the vertical so I imagine targets are record companies, production companies, studios, maybe the **AA's.

    --
    Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
  21. SPOILER ALERT by Anonymous Coward · · Score: 1

    That is the summary and contains the link to the full advisory.

    Spoiler Alert:

    Bash commands

    Two bash commands from PLXsert are designed to clean a system infected with the ELF IptabLes binary. After running these commands, system administrators are advised to reboot the system and run a thorough system inspection.


    sudo find / -type f -name '.*ptabLe*' -exec rm -f {} ';'
    ps -axu | awk '/\.IptabLe/ {print $2}' | sudo xargs kill -9

  22. Re:must me false by bobbied · · Score: 3, Interesting

    Yes, but there is a logical reason for this.

    Linux and Windows approach security in totally different ways. When you load a Linux kernel, it's secure, it starts that way. When you load windows, it's NOT secure, you have to load other stuff to make it secure.

    So, if you have a Linux box that get's hacked, the admin really is a lot more responsible for this. He/she left the hole open for the attacker to get in. Sure, there are times when we don't know the hole exists, but the admin loaded the software.

    Windows boxes? They come out of the install process wide open with a whole raft of dangerous services turned on. Not to mention they are starting from the security posture of Windows 3.1 and have been trying to put up defenses since. They have made a lot of progress, but it's still harder to shore up a bad design then it is to loosen up a secure design.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  23. Think of the Childr...Hollywoods by Krazy+Kanuck · · Score: 1

    "... may use infected Linux systems to launch DDoS attacks against the entertainment industry... " Seriously? That's our worry? or whom you are trying to scare?

    1. Re:Think of the Childr...Hollywoods by war4peace · · Score: 3, Funny

      Are porn sites part of "entertainment industry"? If so, this is a serious threat and it needs dealt with ASAP.

      --
      ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  24. Re:Hahahahahahaha by Ravaldy · · Score: 2

    Are you still bitter about that because I'm pretty sure most people got over that pretty quickly.

  25. Re:Hahahahahahaha by Ravaldy · · Score: 1

    LOL!!!

  26. Re:what? by Barsteward · · Score: 1

    yep, i'm sure most people would do it as a matter of principle especially to the RIAA etc

    --
    "The hands that help are better far than lips that pray." - Robert Ingersoll (1833-1899)
  27. IE was part of the OS. M$ said so. by Kludge · · Score: 1, Troll

    Not only was it virtually impossible to get rid of, MS in several cases argued that it was an integral part of the OS and therefore it could not be removed and replaced with any other browser.

  28. Re:Hahahahahahaha by war4peace · · Score: 2

    What, none of all 5 of them?

    Now seriously, if you want to develop malware, you'd first think of "how many potential victims would I have?".
    Also... a Linux box is a Linux box. The difference between "server" and "desktop" lies in which software it runs, period. One could become the other just by installing something or enabling something.

    Question for you: if I have a Linux server and install KDE on it, or X - would you name it a "Desktop"? Or is it still a server? Or both? I'm confused.

    --
    ...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
  29. Re:Hmmm by Opportunist · · Score: 3, Funny

    I prefer to throw at the users. The chance to hit the culprit is so much higher.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  30. Re:Hahahahahahaha by future+assassin · · Score: 1

    But Netcraft confirms 47% market share http://news.netcraft.com/archi...

    --
    by TheSpoom (715771) Uncaring Linux user here. I have nothing to add to this but please continue. *munches popcorn*
  31. Re:must me false by Opportunist · · Score: 4, Insightful

    This used to be true, it's by far no longer the case.

    It's the ancient battle of usability vs. security. The most secure system is by design also the least usable one. And that's where the two systems came from. Windows was once "usability trumps security, no matter what". Linux was the exact opposite. Hence the reputation of Linux that you need to have a masters in CS to boot the damn thing, and for a network connection nothing less than a doctorate will do.

    Various distributions now made it all a bit easier while at the same time Windows tightened security quite a bit (I mean, look back at Win95 and tell me they didn't...). The are approaching each other... if they haven't met already in the middle between the two extremes.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  32. not compromised server, honeypot by dltaylor · · Score: 1

    If the administrator deliberately activates software known to make a system (Linux, Windows, ...) vulnerable to compromise, that is NOT a compromised server, it is a honeypot. If you make a honeypot, you must mitigate any damage it may cause outside your domain.

    Sue the admins of those systems into getting a job compatible with their IT skills (probably involving a toilet brush).

  33. Re:Hmmm by mystikkman · · Score: 1, Insightful

    So this isn't a really fair comparison you are making. Linux is BY DEFAULT more secure than Windows, mainly by design. Microsoft has made great strides of late, but fundamentally they are starting from a weak position (remember Windows 3.1?) and you have to install components to make it more secure, where Linux starts secure and gets security downgrades when you install and configure stuff. Either way, if you don't manage your server, you will have problems.

    The point of comparison should be between the server OSes. So, do you really think Linux on the server is more secure than Windows Server 2012R2 ?

  34. Re:what? by NotSanguine · · Score: 3, Insightful

    > may use infected Linux systems to launch DDoS attacks against the entertainment industry...

    WHERE IS THE DOWNLOAD LINK?

    It's behind a registration form so that the fine folks at Prolexic can get your PII for marketing purposes. One of the *many* benefits is that once you register, nice folks from Prolexic will send you emails and maybe even call you on the phone to let you know about all the wonderful products and services you can buy from them.

    So many vendors just report this kind of stuff to CERT so it gets assigned a stupid CVE number and all the details are then available without the consumer of information giving up any PII that can be used to sell them stuff. Stupid vendors!

    Prolexic is using a real vulnerability to enhance their contacts DB and increase the surface area of their sales efforts. Disgusting.

    --
    No, no, you're not thinking; you're just being logical. --Niels Bohr
  35. Re:Hmmm by pooh666 · · Score: 1

    This comparison is pointless and simply minded or just a troll. Security is about layers, so who really cares, one layer or another always needs attention, sanity, and in particluar maintenance. The parent had good points, but still, again, who really cares about out of the box? No one who should have a job setting up servers. Out of the box my bricked Nintendo is very secure. Or should we say OpenBSD for all cases? No of course not.

  36. Re:must me false by mystikkman · · Score: 1

    Windows boxes? They come out of the install process wide open with a whole raft of dangerous services turned on.

    Can you list what dangerous services are turned on by default on a Windows Server install? If you don't it's a pretty sign that you have no clue about what you're talking about and last used Windows about 15 years ago.

  37. Re:"Other verticals"? by DickBreath · · Score: 1

    Did you mean weakly instead of weekly?

    --

    I'll see your senator, and I'll raise you two judges.
  38. Re:Hmmm by Lumpy · · Score: 1, Informative

    Linux was not vulnerable it was Apache and other software. running Apache on BSD, Windows or OSX would give them the same attack vector. This is the same as Outlook launching and running an executable in an email. It's not the OS it's an application that has the problems.

    Lastly it's all software that has not been updated in a very long time and is not being maintained.. That alone causes giant holes in any OS or software ever made.

    FYI: there are a LOT of windows machines out there running ancient IIS... I see code red worm attempts in my logs daily. It's not the OS, it's the idiots that own and run the machines.

    --
    Do not look at laser with remaining good eye.
  39. Re:Hmmm by wirefarm · · Score: 1

    "code red worm ..."

    Those words gave me a twinge of nostalgia.
    Yes, I just got a bit sentimental about an old buffer overflow.
    Sysadmin Things (tm)... :-)

    --
    -- My Weblog.
  40. Re:"Other verticals"? by TechyImmigrant · · Score: 1

    Phew! At least they're not congruent.

    --
    I should use this sig to advertise my book ISBN-13 : 978-1501515132.
  41. Re:Hmmm by Anonymous Coward · · Score: 1

    The people that have their servers compromised in this way are amateurs and shouldn't have put their servers on the web, EVER. This is roughly equivalent to fielding IIS from 2001 on windows XP and not keeping your patch set up to date. You are going to be hacked.

    Any sysadmin who is thinking about it, would put a web server and all it's components in a chroot jail and force it to run in user space and set up to refuse interactive logins for this user.. That way any "escalations" of privilege won't get you much more than the web server. It's easy, quick and effective.

    So this isn't a really fair comparison you are making. Linux is BY DEFAULT more secure than Windows, mainly by design. Microsoft has made great strides of late, but fundamentally they are starting from a weak position (remember Windows 3.1?) and you have to install components to make it more secure, where Linux starts secure and gets security downgrades when you install and configure stuff. Either way, if you don't manage your server, you will have problems.

    https://securityblog.redhat.com/2013/03/27/is-chroot-a-security-feature/
    Daemons are NOT chrooted by default.
    Processes inside a chroot can still execute privilege escalation attacks against the kernel.
    Root can escape a chroot.

    On top of all THAT, a normal user inside a chroot is PERFECTLY capable of joining a DDoS botnet anyway.

    Remember Windows 3.1... and forget twenty years of Linux bugs?
    I'm just going to repeat the GP..
    "It's news because it illustrates that, as much as Linux users like to throw stones at Windows, they too are vulnerable. Anyone can pick through the source and find security holes what can be exploited - perhaps even much more subtle ones than anyone would ever find on Windows."

    Linux security is not magic, _especially_ "by default".

  42. Re:what? by NotSanguine · · Score: 1

    Prolexic is using a real vulnerability to enhance their contacts DB and increase the surface area of their sales efforts. Disgusting.

    This is why the Internet invented things like 10 Minute Mail

    Thanks for sharing the link. It's much appreciated. But that doesn't change the fact that the fine folks at Prolexic are acting like douchebags. Which was my point.

    --
    No, no, you're not thinking; you're just being logical. --Niels Bohr
  43. WTF? More Bullshit?? Ok by Anonymous Coward · · Score: 1

    Is SeLinux turned on & 'to the max' by default in all Linux distros? No. Why's SeLinux even THERE in the 1st place then too?? Answer = Linux is *NOT* fully security-hardened from the get-go, despite your b.s. to that effect...

    * How the HELL you got a +5 for your b.s. utterly astounds...

    (Especially the CRAP about Win3.x being anything *remotely* like Windows NT-based OS' from MS onwards - not even REMOTELY the same other than the interface/shell in Windows NT 3.x/3.5x & Win3.x... lol!)

    APK

    P.S.=> Lastly: *ANY* modern OS out there can be security-hardened, MORE - & yes - that includes Linux, hence my points on SeLinux above (as well as Windows - I know, I wrote the very FIRST online guides for doing it back in 1997 @ NTCompatible.com, which grew into these from circa 2006-2008 (got me PAID @ 1 spot online even, pretty cool) -> http://www.bing.com/search?q=%... )

    ... apk

  44. Re:Hahahahahahaha by Ravaldy · · Score: 1

    Ahh, so you are bitter.

  45. Re:must me false by benjymouse · · Score: 5, Insightful

    Yes, but there is a logical reason for this.

    Linux and Windows approach security in totally different ways. When you load a Linux kernel, it's secure, it starts that way. When you load windows, it's NOT secure, you have to load other stuff to make it secure.

    Sorry, but that is BS. When you load Linux it comes up with a security model through which there has already (by design) been punched a big hole: SUID. When you load Windows it comes up with a security model which has no need for such a massive hole. Countless otherwise benign bug has been turned into total system compromise bugs because of SUID.

    Under Windows, all kernel objects types are securable with security descriptors. Linux was designed with only file system permissions. Processes did not have security descriptors, and such objects need to be mapped to files and filepermissions used to (inadequately) describe access permissions.

    Windows services run in a separate session - interprocess communication is severely restricted. A process in another session cannot break through to e.g. the desktop, i.e. a daemon/background service cannot interact with the desktop. There is no such isolation in Linux unless you run SELinux. In Windows it is the default.

    Most Windows services run under service hardening. Even custom sites you set up will by default run under service hardening. Under service hardening an ad-hoc identity is implicitly created for the service/website and this identity has no permissions whatsoever by default. It has to be granted any access permission it needs. You'd have to run SELinux or apparmor with a significant amount of configuration to achieve the same level of isolation under Linux. Under Windows it is default and straightforward.

    Windows has mandatory DEP, much stronger ASLR, stack and heap encryption/checksumming and several other mitigation technologies not found in Linux. On by default.

    Windows boxes? They come out of the install process wide open with a whole raft of dangerous services turned on. Not to mention they are starting from the security posture of Windows 3.1

    What century do you live in? Since Windows Server 2008 (!) only the minimal set of services are turned on, and *no* network facing services until you configure them.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  46. Re:Hmmm by dmpot · · Score: 1

    Any sysadmin who is thinking about it, would put a web server and all it's components in a chroot jail and force it to run in user space and set up to refuse interactive logins for this user.. That way any "escalations" of privilege won't get you much more than the web server. It's easy, quick and effective.

    If an attacker find a way to escalate privileges to "root" within the chroot jail, he can take over the whole system. So, a chroot jail does not help much except by limiting the surface of the attack to escalate privilege. For example, you can eliminate all suid programs within the jail environment. However, such manual installation can be difficult to maintain as automatic updates may not work. So, the chroot jail is not any better than properly configured AppArmour or SELinux, which also allows significantly to restrict what the web user can access.

    Usually a more secure and simpler solution is to use OpenVZ (or another paravirtualization) to isolate the virtual machine that run the web server.

    Linux is BY DEFAULT more secure than Windows, mainly by design.

    I am not sure I can fully agree with you here. A lot depends on application installed, the system configuration, and how the system is used, and other things that have nothing to do with design. The only thing where Linux clearly wins is when you want to harden security accordingly to your needs. Linux is far more transparent, so it is easy to configure it properly, while Windows does a lot of things behind your back and some of them may unintentenly can compromise security.

  47. Re:Hmmm by Tharkkun · · Score: 1

    The people that have their servers compromised in this way are amateurs and shouldn't have put their servers on the web, EVER. This is roughly equivalent to fielding IIS from 2001 on windows XP and not keeping your patch set up to date. You are going to be hacked.

    Any sysadmin who is thinking about it, would put a web server and all it's components in a chroot jail and force it to run in user space and set up to refuse interactive logins for this user.. That way any "escalations" of privilege won't get you much more than the web server. It's easy, quick and effective.

    So this isn't a really fair comparison you are making. Linux is BY DEFAULT more secure than Windows, mainly by design. Microsoft has made great strides of late, but fundamentally they are starting from a weak position (remember Windows 3.1?) and you have to install components to make it more secure, where Linux starts secure and gets security downgrades when you install and configure stuff. Either way, if you don't manage your server, you will have problems.

    Neither OS is secure unless it's behind a firewall.

  48. Re:Hmmm by KingMotley · · Score: 1

    Not exactly the same. Windows 3.x line died back with Windows ME. Windows XP and beyond are all using a different kernel with a different architecture based on the Windows NT line, but share much of the same public APIs (Win32). You don't "install components to make it more secure", and that hasn't been true for nearly 20 years (20 if you used the Windows NT line). At least no more true than it is for linux, or any other OS. Of course there are packages that attempt to identify and mitigate issues, but so does every other OS, including linux.

  49. Dude, no. by luis_a_espinal · · Score: 1

    From TFA. "Attackers have exploited Linux servers that run unpatched versions of Apache Struts and Tomcat with vulnerabilities" Apache Struts, Tomcat, and elasticsearch (mentioned in the summary) are all written in java. To me, that indicates a JAVA vulnerability, not a Linux vulnerability.

    Uh, no. It would be Struts/Tomcat architectural vulnerabilities. Not various versions of the Java Runtime have/had vulnerabilities, but in these particular cases, the vulnerabilities were within the software systems, not on the language they were written or the runtime that hosted them.

  50. Re:Hmmm by chipschap · · Score: 2

    "It's news because it illustrates that, as much as Linux users like to throw stones at Windows, they too are vulnerable. Anyone can pick through the source and find security holes what can be exploited - perhaps even much more subtle ones than anyone would ever find on Windows."

    I find this fascinating. Some Windows fans will grab onto something like this, an exploitable bug in Linux, and use that to "prove" that Windows is better. "Look here, Linux has an exploitable bug, obviously it's no good. I told you how much better Windows is, now it's proven science!" And the additional comment about finding bugs more subtle than those on Windows? Where's the evidence for that statement, other than perhaps in the fact that Linux source is readily available while Windows source is not?

    Any OS has exploitable bugs. Failure to patch is, as noted by many other posters, the real issue. Don't necessarily condemn one system or the other because there are bugs. Instead, maybe we might look at the track record, in which case some conclusions should emerge.

  51. Re:Hahahahahahaha by jbengt · · Score: 1

    well, Netscape didn't get over it quickly.

  52. Re:Hmmm by bobbied · · Score: 1

    Neither OS is secure unless it's behind a firewall.

    Unless you (or the distribution you use) configures it, Linux is 100% secure from network attacks when installed. Why? Because the network card driver won't be loaded and the network adapter will be unconfigured and ZERO services will be running. All three will need to be true, or nobody is getting into your system from the net.

    So.. Unless you intend to protect your server from physical fires, you don't need a firewall on a bare Linux system...

    However, both Windows and Linux have fine network firewall's these days. You might want to tweak them to your needs, but they exist. Where I would recommend not putting anything directly on the internet if you can avoid it, most firewall's are pretty useless unless you actually think about what you let in and out and configure the thing properly. In any case, I'd not be totally opposed to putting a Linux box on the Internet if necessary, but I'd never do that with a windows box. Just my opinion though.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  53. Wow, who would have though by HangingChad · · Score: 1

    Attackers have used the Linux vulnerabilities on unmaintained servers to gain access, escalate privileges to allow remote control of the machine

    Holy misleading headline, Batman! Any server that's not maintained is vulnerable, how is this news other than it's a Linux server botnet? OMG unpatched servers are vulnerable to hackers!

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  54. Re:Hmmm by mlts · · Score: 2

    On one hand, Linux has had a reputation for being secure. On the other hand, Windows has made great strides in improving things.

    On the gripping hand, security really belongs to the person sitting at the admin console [1]. The first thing a lot of Linux users do is kill SELinux, which weakens the security model tremendously, where it takes is just one weak SUID program or one running as root to have the machine. The second thing is that because Linux doesn't have signed executable functionality [2], something like AIDE or tripwire is a must.

    From there, it is about basic security practices. If a server sits for months to years without updates, it doesn't matter what OS it runs, eventually there will be a hole, and eventually it will get pwned.

    [1]: Be it an actual window, a serial port, a VMWare console, SCVMM window, remoted in via SSH or RDP.

    [2]: It would be nice if the Linux kernel had functionality compared to trustchk in AIX. It isn't signed executables per se (since it uses a manifest list), but it does help prevent unauthorized stuff from loading, even libraries.

  55. Re:Hmmm by synapse7 · · Score: 1

    I think you meant to say windows NT?

  56. Re:Hmmm by mlts · · Score: 1

    In a way, I'm hoping for more eyes on Linux for security vulnerabilities. The reason is that if they appear, they can get fixed almost immediately. MS is decent at handling patches, but most bugs end up waiting until Patch Tuesday, unless it warrants an out of band fix.

    Maybe I'm showing my age... part of the standard procedure of getting Linux set up and deployed was getting onto security mailing lists like Bugtraq and its successors. It is a lot of mail, but better some time spent finding and fixing a vulnerability, than the time it takes dealing with a successful attack, or even an intrusion attempt, especially if an organization has different IT groups (network, system, SAN, etc.)

  57. Perl would reduce the incidence of these problems. by Eravnrekaree · · Score: 1

    This underlines an important point I made previously, that part of the problem here is C/C++ and its manual memory management. Ruby, Perl and Python eliminate a whole class of programming errors by doing memory management automatically, making it easier to develop secure applications. People laugh when you say the web browser should be written in Perl, as the web server should be, but its true. The result would be a safer, and even a faster system because a Perl program would lack as many memory leaks and therefore you would end up with less memory swapping as a result. So much for how much Slashdot people know about security, or good software design, that they would then that C/C++ is a good development environment for the web browser or web server, when it obviously is a source of huge numbers of vulnerabilities. People here must be totally inept or clueless to miss that Perl has automatic memory management, reference counting and automatic allocation that you eliminate hanging pointers and out of bound access errors.

  58. Re:Hmmm by mlts · · Score: 1

    If I can get code to execute in a context of a jailed UNIX process, such as a webserver, which would allow me to send traffic in and out, a malware writer has a usable client for a botnet, for spam, DDoS, and other uses. Even if they just have control of that webserver's port 80, they can use that and modify the server to occasionally serve malformed pages in hopes of nailing a buggy browser or browser add-on.

    Similar to a program that just gets access to a user context in Windows. With just user access, their files can be encrypted for random, pictures can be copied off for blackmail, and the machine can still function as a botnet client.

    Layers are critical. Even with limited contexts, firewalls are still crucial (to prevent a web server from making outgoing communication, for example), as well as integrity checks.

  59. Re:Hmmm by bobbied · · Score: 2

    There is a lot of room for improvement on both sides of this argument. I would support a "trusted" executable and shared library loader as being a vast improvement in Linux security, but the fact remains... Windows/Microsoft has been playing catch-up in security where Linux has been leading over the last decade. Microsoft has been gaining ground, but they are still running in second place in security (well, maybe third if you include Apple, Fourth if you include SCO Unix and fifth if we include Solaris).

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  60. Re:Perl would reduce the incidence of these proble by HiThere · · Score: 1

    Since the problem appears to lie in Java libraries, I don't understand your argument at all.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  61. Re:Hahahahahahaha by Ravaldy · · Score: 1

    True. But we are over them now.

    I remember how unstable that software was. I remember cursing at their software daily.

  62. Re:must me false by benjymouse · · Score: 4, Informative

    Let me see, last time I loaded Windows 8 pro, there was a raft of services turned on for me by default.

    Windows 8, Windows 7 and even Windows Vista comes up and asks you if you *want* to turn on services. If you answer no, it will not have any network ports listening. Get it yet? That's the *desktop user* targeted operating systems.

    Windows Server comes by default with NO network services turned on by default, and NO listening ports. Get it yet?

    Linux *desktop user* targeted distros do turn on network services. Get it yet?

    Yes the distribution may turn on some services

    Yes, indeed. Get it yet?

    Linux distributions targeted at "servers" generally come w/o any services even installed by default.

    Yes. Just like the Windows Server versions. Get it?

    If you go to "desktop" installs, where Windows 8 Pro lives, Linux comes out of the normal distribution much more locked down and secure

    Nope. Linux lacks many, many of the security features in Windows 8. In distros using apparmor it only protects some of the daemons. Windows 8 comes with Mandatory Integrity Control built-in sandboxing.

    Windows 8 supports multiple (and simultaneous) network firewall profiles which are automatically selected based on where you are: On a corporate network SMB services may be available, on a public network without a trusted domain controller it selects the public (locked down) profile. Linux does not.

    I still cannot believe that the DEFAULT behavior of a Windows box is to have the main user be an Administrator

    Good you do not believe it, because it is false. This is one of the hardest things for Linux fanatics to understand: Windows has tokens and with UAC even if you do log in with an account with administrative rights, the token will not have administrative rights. This means that the processes started by the shell will not have administrative rights. Get it yet?

    Linux is not like this, and most desktop distributions today don't allow you to login as root.

    No, but they do allow you to elevate to root as effective user - using sudo or other SUID utilities, which is a blatant violating of one of the most fundamental security principles: Least privilege.

    In Linux you elevate to the highest, unrestricted and all-powerfull user just to change your own password??? Have you any idea how f* up that is?

    Get it yet?

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  63. Re:Hahahahahahaha by benjymouse · · Score: 1

    Wasn't Internet Explorer so tied into early windows versions that it was considered part of the OS itself since mare mortals couldn't just uninstall it till a few years ago?

    No.

    The OS and Internet Explorer shared (and I believe still does) rendering components. Which means that some of the control panel views especially in XP was rendered using the Trident rendering engine - not IE. IE *also* used the Trident rendering engine.

    There is also a difference between the kernel and the core OS. Components can belong to what is considered the core OS (with the GUI rendering parts) without being executed in kernel space.

    But it makes great FUD.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  64. Re:Hahahahahahaha by benjymouse · · Score: 1

    If you notice, this doesn't effect desktop Linux users. Only servers.

    Great. Nothing to worry about then. And here I was concerned that somebody would build a botnet of powerful, high-bandwidth computers. Silly me.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  65. Re:Hahahahahahaha by benjymouse · · Score: 1

    It was not a virus, it was an exploit of server software that was unpatched.

    And the privilege escalation?

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  66. Re:Hmmm by avgjoe62 · · Score: 1

    ...Linux source is readily available while Windows source is not?

    To the general public that is true, but don't forget this leak and more recently this disgruntled employee. And remember - these are only the leaks of source code that we know about. I am sure that a lot more of the source is available to those with fewer scruples than you or I.

    --

    How come Slashdot never gets Slashdotted?

  67. Re:Hmmm by benjymouse · · Score: 1

    but the fact remains... Windows/Microsoft has been playing catch-up in security where Linux has been leading over the last decade.

    So where are those facts?

    Because they way I look at it there has been several embarrasing, high-profile successful attacks on Linux servers over the past few years:

    Debian server compromised: http://www.zdnet.com/debian-se...
    Ubuntu servers compromised: http://www.theregister.co.uk/2...
    kernel.org compromised: http://lwn.net/Articles/457142... (we're still waiting for the post morten on that)
    linuxfoundation.org and linux.com compromised: http://thehackernews.com/2011/...
    red hat and fedora servers compromised: http://www.cnet.com/news/red-h...

    (and we do not even mention the OpenSSL fiasco)

    So where are the widespread Windows Server compromises?

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  68. Re:Hahahahahahaha by armanox · · Score: 1

    If you read the summary, it clearly says the vector of attack was web servers (such as Apache Tomcat). Most desktops are not running a web server - thus not vulnerable.

    --
    I'm starting to think GNU is the problem with "GNU/Linux" these days.
  69. Re:must me false by avgjoe62 · · Score: 1

    And yes, if you don't know what you are doing bad things happen.

    Reminds me of my wedding night...

    --

    How come Slashdot never gets Slashdotted?

  70. Consider the source by Dadoo · · Score: 1

    I find it interesting that Akamai is complaining about server vulnerabilities, when something like 30% of all the alarms on our IPS are set off by hosts they control.

    --
    Sit, Ubuntu, sit. Good dog.
  71. Re:Hmmm by ne0n · · Score: 2

    Well, it's for a good cause... TFS did mention DDOS against the entertainment industry. Good news is news worth reading.

    --
    $ :(){ :|:& };:
  72. Re:Hmmm by mystikkman · · Score: 1

    So when Linux gets infected, it's the users fault but when Windows gets infected, it's Microsoft's fault[1]?

    [1] http://yro.slashdot.org/commen...

    Gotta love Slashdot logic.

  73. Re:Hmmm by Blakey+Rat · · Score: 2

    Ok your brain is broken in two ways here:

    1. You keep talking about history. Nobody gives a shit which OS was more secure in 1986, we care which is more secure now. The question is, if I were standing up a server today, which OS would be the best choice?

    2. You're redefining "Linux" to mean whatever happens to make it best in any given situation. Saying OpenSSL isn't part of "Linux" is both technically correct, and extremely intellectually dishonest.

    To be perfectly frank: the grandparent has an extremely good point that you're completely ignoring. In recent years, Linux server security has been measurably worse than Windows server security.

  74. Re:Hmmm by mystikkman · · Score: 2

    Do you remember DOS? Windows 3.1.1? Security was woefully lacking, it wasn't even a concern. At the same time, Linux was being developed, with the security model it has today, mostly unchanged. Windows has gong though many revisions and changes in the security design from ZERO security and no such thing as having separate user accounts to where we are now. Linux started out, very similar to what it is now.

    Please stop repeating that, it stopped being true as of 10 years ago since Windows ME was the last OS based on DOS/Win 3.1.1 code.

    XP, Vista, 7 and 8 are all based on the Windows NT family which was developed with security in mind and separate user accounts etc.

    http://en.wikipedia.org/wiki/W...

  75. Re:must me false by Blakey+Rat · · Score: 3, Informative

    Windows 8 isn't a server. You're comparing apples to oranges, and being intellectually dishonest, and you know it.

    The truth is: you haven't used Windows Server 2008, you haven't used Windows Server 2012, and you (obviously from your grandparent post) have absolutely NO idea what you are talking about when it comes to Windows Server security.

    And instead of just admitting as much and bowing-out gracefully, you pull the "hahaha you are wrong but it's a waste of time to argue with you!" card. Disgusting.

  76. Re:Hmmm by HermMunster · · Score: 1

    Everyone is vulnerable when they aren't patched (and sometimes when they are). This particular warning only affects unpatched servers. I assume because servers, though they should be patched right away, they often aren't, because businesses (business managers) doesn't want to down the server for the patch. New technologies will allow patches even to the kernel without taking down the server. When that happens things like this will mostly disappear.

    No, most reasonable people do not say that Linux is invulnerable, however, the Linux desktops and servers are far less vulnerable than almost all other operating systems.

    --
    You can lead a man with reason but you can't make him think.
  77. Re:Hmmm by bobbied · · Score: 2

    So when Linux gets infected, it's the users fault but when Windows gets infected, it's Microsoft's fault?

    Personally, I haven't said that here..

    Microsoft chooses to install and activate a lot of risky stuff that most Linux distributions don't, but having a box compromised is not the vendor's fault. I'd never put a Windows freshly installed box on the network without first applying all service packs and locking the system down. However, a Linux box is not a risk (at least not the distributions I run) after a clean install so I don't have an issue drooping them on the net to pull patches and configure the software.

    In both cases, if you mismanage their security, you get a bad result. It's just harder, in general, to get a secured Windows box, because you have to actively do something to secure things before it is safe, while a minimal Linux box starts out fairly safe and goes down hill from there. One comes off the install media in an unsafe configuration, the other is usually locked down.

    So who's fault is it? Yours, if you put an unpatched unconfigured Windows box directly on the net right after you install it. It's also yours if you open up the holes in your Linux install.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  78. Re:Hmmm by bobbied · · Score: 2

    Ok your brain is broken in two ways here:

    1. You keep talking about history. Nobody gives a shit which OS was more secure in 1986, we care which is more secure now. The question is, if I were standing up a server today, which OS would be the best choice?

    Best choice or most secure choice? I cannot answer the first question for you because there are reasons to use Windows and reasons to use Linux which have noting to do with security. Most secure choice? That too depends, but if you are talking about a situation where "all other things are equal" then a properly configured Linux box seems like a better choice to me. Of course, if you cannot manage a Linux box properly, then go with what you know that you can manage, but in that case we are not "all things being equal" anymore.

    2. You're redefining "Linux" to mean whatever happens to make it best in any given situation. Saying OpenSSL isn't part of "Linux" is both technically correct, and extremely intellectually dishonest.

    To be perfectly frank: the grandparent has an extremely good point that you're completely ignoring. In recent years, Linux server security has been measurably worse than Windows server security.

    I think you are wrong on that. There has been an explosion of Linux based servers on the Web in the last decade. Many of these are not appropriately managed and suffer as a result, plus you also see a lot LESS Windows/IIS installs out there for a number of reasons (mostly due to cost and the past issues with IIS exploits) so the attack surface is much larger. Given the number of these servers which are not appropriately managed, there are a lot more systems compromised. If you don't keep your system up to date and watch the security posture of your system, it's going to eventually get hacked, I don't care what OS you run.

    You see, I'm not claiming Linux is perfect, obviously it has had issues. I'm claiming that Windows has been playing catch up on security issues. Obviously they have made great strides. You want to claim windows is better... Ok, if that's what you can manage correctly, it's better for you. IMHO Linux is better, both historically (which even you cannot argue with apparently) and currently remains better. Your mileage may vary, past performance is no guarantee of future performance, and all such fine print you are accustom to reading..

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  79. Re: Hmmm by AaronLS · · Score: 3, Interesting

    Mostly valid points. None of them invalidate the parent's point. If there is a significant infection of malware, then it is newsworthy. What factors led to the infection don't make it unnewsworthy.

    "These[server systems] are easier to lock down, since there are no users downloading cool stuff and bringing in malware." Your comparing desktop usage to server usage. Regardless of Linux or Windows the same issues are there for each usage scenario.

    -Desktop: If there is a vulnerability in a Linux or Windows desktop, the usage pattern of users is going to be a pathway onto the machine for malware. These days you could probably take any average user since most are unfamiliar with desktops, stick them with a desktop of any OS flavor, and they will in both cases go to a browser and do things that put the system at risk. These days they implement similar levels of security. Many flavors of both prompt you to escalate an process to root/admin privilage, so each are vulnerable to users unwisely escalating software of questionable sources.

    -Server: If there is a vulnerability in a server, regardless of OS, "a remote exploit is required to bring down a server system". This doesn't invalidate the parent's point.

    Parent's point is that it is newsworthy because many naive individuals in the Linux community likes to purport that Linux is somehow invulnerable to such exploits. When I say "many naive" I don't mean to say all Linux users are naive, just that there are a fair share who don't understand that Linux and software running on Linux has the same potential to harbor undiscovered vulnerabilities as any other competing OS/software.

    This means they make blanket statements about how this or that security problem effecting Windows isn't a concern for Linux. They don't know about clarifying criteria that Linux is more secure under the circumstances that you maintain updates and properly administer WAN facing interfaces.

    The result is you have individuals running unmaintained Linux servers because they think they are more secure, but which require significantly more attention than similar Windows counterparts. So you have two factors working against the security of Linux, misinformation, and ease of maintenance.

    Even in situation where you have a capable staff who understand the importance of maintaining updates. If you have updates that are fragile and require lots of testing, require alot of babysitting to apply, or are in other ways difficult to automate in a reliable way, then you are going to occasionally create situations for admins where their manpower isn't enough to get to those updates immediately. That's not to imply that Windows updates don't sometimes break things and require testing, but I would say they are easier to automate overall and more reliable. Probably due to the fact there are far fewer flavors of Windows, so updates which do have issues are quickly hotfixed. When I've had updates on Linux fail, sometimes there is a good bit of manual work to back them out, fix whatever went wrong, and re apply them.

    I am not trying to say Windows is better than Linux, as I am not trying to do a compelte comparison of the two, but simply pointing out that this article highlights some of the factors that contribute to the formation of such an infection. Certainly Windows has some of these same issues as well and we've seen infections that targeted machines that weren't up to date. However, I think Windows has done a better job at least with the automatic updates to address this kind of problem. It certainly isn't always perfect, but its pretty good.

  80. Re:Hmmm by exomondo · · Score: 1

    They haven't required it, but if you're going to be downloading and installing things from dubious sources and browsing the web then yes it is advisable no matter what platform you are on. Just like there is avast!, bitdefender, AVG, Kaspersky, Trend Micro, Norton, McAfee, etc... for Android, which is Linux.

  81. Re:Hmmm by Blakey+Rat · · Score: 1

    IMHO Linux is better, both historically (which even you cannot argue with apparently)

    I'm making no argument one way or the other. I'm saying that's completely irrelevant.

    and currently remains better.

    Right, but based on what? Just your humble opinion? Do you have any evidence whatsoever? Have you even used recent versions of Windows Server?

    Because your extreme ignorance of it tells me you have not, and as a result your humble opinion isn't worth jack.

  82. Re:must me false by bobbied · · Score: 1

    I just finished loading a Windows 2008 server running IIS yesterday, but I guess that means I don't have any experience with Windows... Hate to bust your assumptions here.

    If I had to rate my Windows vrs Linux experience, I am much more comfortable with Unix variants than Windows, but I have decades of install, configuration and management experience on both. I may not be a Linux Guru but I can manage Linux systems on par with most. I am not as comfortable with Windows but I've literally installed and configured hundreds of machines starting with Windows 3.1.1 all the way though the current offerings in very strict and secure environments. I still find Linux easier to keep secure and much easier to understand than all the hokey GUI interfaces that so abound in Windows and only really prevent you from seeing what's really going on.

    Now on one point, you are correct. I've not had any time with Windows server 2012, which is likely to disqualify me in your eyes I guess. But I'm making more of an historical argument, more of a a how it's designed argument. Windows developers have been struggling for years to sore up security in their products, security that existed from day one in Linux. You cannot change history. Which is the argument I'm making.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  83. Re:must me false by Blakey+Rat · · Score: 1

    I just finished loading a Windows 2008 server running IIS yesterday,

    Before you selected the web server role, how many ports did it have open?

    Just as a reminder, you yourself said:

    When you load windows, it's NOT secure, you have to load other stuff to make it secure.

    Windows boxes? They come out of the install process wide open with a whole raft of dangerous services turned on.

    If that's true, and if you have recent experience of it, you should have no trouble at all telling me what part of your initial Windows Server 2008 install was insecure. Which dangerous services were turned on? You did this just yesterday, this should be a breeze.

    Look. I don't believe you. Nobody who works with Windows Server would say the OS is descended from Windows 3.1. It's not possible for that combination of expertise and ignorance to co-exist. You're lying to me about setting up a Windows Server. I'm not buying what you're selling, buddy.

  84. Re:Hmmm by grcumb · · Score: 1

    No, unmaintained web servers getting attacked and turned into bots is not news. This problem is not even specific to Linux systems. Any server that isn't patched with latest security fixes for the OS and applications is at risk regardless of the OS used.

    The biggest difference we see between proprietary and FOSS systems is that the lack of maintenance in proprietary systems is often the fault of the vendor. In short, there's no way to keep a service or application patched, because there are no patches forthcoming.

    Lack of maintenance by the sysadmin is a more common source of insecurity on Linux systems. The patches are often (not always, but often) there, but they do have to be applied by someone.

    --
    Crumb's Corollary: Never bring a knife to a bun fight.
  85. Re:Hmmm by bobbied · · Score: 1

    I think you are trollin now..

    I have decades experience with both windows and Linux and just happened to finish up an Windows Server 2008 R2 install for a customer delivery yesterday. No, I've not had the opportunity to play with Windows Server 2012 yet, but it's likely in my future.

    Of course, all this "My Experience is better than yours" bluster amounts to nothing more than arguments about who has the biggest...... If you don't like what my 20+ years of experience says, feel free to ignore me. When you get into trouble, let me know, I'll help you when you are willing to listen. So get of my lawn, until you can talk nice to the old guy... ;)

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  86. Re:Hmmm by bobbied · · Score: 1

    Please stop repeating that, it stopped being true as of 10 years ago since Windows ME was the last OS based on DOS/Win 3.1.1 code.

    XP, Vista, 7 and 8 are all based on the Windows NT family which was developed with security in mind and separate user accounts etc.

    Ok, I'll stop. Just one more question... Where do you think the designers of NT came up with that idea? Hmmmmm? Wouldn't have been Unix now would it?

    OK, OK, I'll stop rubbing it in that Microsoft has spent the last decade working on their security... Just stop debating at my assertion that Windows starts less secure and needs to have stuff added to it for security reasons....

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  87. that's what happens when you outsource! by jerryjnormandin · · Score: 1

    Any operating system has security holes... unix/linux has less... and you take a security risk when you outsource or just hire newbies out of school. You need to hire people who have been at it a while, pay them what they are worth.. and hire newbies for the sr. system engineers to mentor. they get what they get. and java... well.. Oracle Sucks.. we all know that. You can code around it.. just code with security in mind, close all security holes. don't run external processes as a trusted user.

  88. Re:Hmmm by OutOnARock · · Score: 1


    Ok, I'll stop. Just one more question... Where do you think the designers of NT came up with that idea? Hmmmmm? Wouldn't have been Unix now would it?

    DEC VAX?

  89. Re:must me false by bobbied · · Score: 1

    Look. I don't believe you. Nobody who works with Windows Server would say the OS is descended from Windows 3.1. It's not possible for that combination of expertise and ignorance to co-exist. You're lying to me about setting up a Windows Server. I'm not buying what you're selling, buddy.

    So now we have "Windows" isn't "Windows" argument? Look, Microsoft has kept the basic features of "windows" including how the user interface operates all the way though from 3.1.1. They have brought along a lot of baggage in the process. People, users, administrators expect that the next version will work much like the current one. I remember the jump to NT, what a mess. But Microsoft had no choice but to break a lot of expected behavior though the years, many times for security reasons, but they bring a lot of the baggage along and are forced into compromises in security in the effort to keep their user base. They couldn't just make the changes they needed to, or a lot of folks would have bailed to Linux, which had the security, and wasn't in need of change.

    What we really have is a disagreement on the security posture of Windows vrs Linux. My opinion is that Windows is not as secure "All things being equal" and I point to it's past history. You want to say it is the same level of security... I personally don't see how that's possible. The minimum install set of CentOS literally does NOTHING, has only one user and has nearly zero risk because there is nothing it can do until you load software on it. Windows comes with multiple users created and a whole raft of services loaded and ready to start that is risky (even if it is not running by default). Seems that a default windows install is more risky to me on it's face.

    But I forget... I don't know anything about windows in your world because I don't agree with you... So we are down to comparing our credentials and seeing who has the right to win the argument on experience. Such debates are as useful as arguments about the size on one's manhood being bigger than the next guy.... No, I'm not sticking around while you pull your pants down... 8|=

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  90. Malicious? by CanEHdian · · Score: 1

    Malicious actors may use infected Linux systems to launch DDoS attacks against the entertainment industry and other verticals

    Whatever happened to "the enemy of my enemy is my friend"?

    Yes, there's technical solutions like the upcoming Tor-like anonymized version of tribler that will try to route around the Copyright Crooks-induced Internet Censorship.

    --
    When the copyright term is "forever minus a day", live every day like it's the last.
  91. Re:Hmmm by mystikkman · · Score: 1

    Where do you think the designers of NT came up with that idea? Hmmmmm? Wouldn't have been Unix now would it?

    Wrong again, it was designed by someone who quite hated Unix.
    en.wikipedia.org/wiki/Dave_Cutler
    http://www.theverge.com/gaming...
    Windows NT's primary inspiration was VMS.
    http://en.wikipedia.org/wiki/O...

    Windows NT did not start less secure.

  92. Re:must me false by mystikkman · · Score: 1

    So now we have "Windows" isn't "Windows" argument? Look, Microsoft has kept the basic features of "windows" including how the user interface operates all the way though from 3.1.1. They have brought along a lot of baggage in the process. People, users, administrators expect that the next version will work much like the current one. I remember the jump to NT, what a mess. But Microsoft had no choice but to break a lot of expected behavior though the years, many times for security reasons, but they bring a lot of the baggage along and are forced into compromises in security in the effort to keep their user base. They couldn't just make the changes they needed to, or a lot of folks would have bailed to Linux, which had the security, and wasn't in need of change.

    Yes, "Windows XP" wasn't the next version of the "Windows ME" codebase and doesn't have it.

    Similar UI != same code base
    just like
    React OS != Windows XP

    Server OS != Desktop OS

    Server use cases and audience != Desktop use cases and audience

    Compare CentOS with Windows Server.

    If you want a further locked down machine and featureless default install, there's Windows Server Core.

    http://msdn.microsoft.com/en-u...

    Compare Ubuntu(not Ubuntu Server) with Windows 8.

    It's like me complaining that Linux comes with Amazon ads preinstalled and uploads search keywords to Canonical(like it does in Ubuntu) while Windows comes with a heavily restricted browser that doesn't even run JavaScript or download files without a lot of tweaking(Windows Server).

    Get it?

  93. Re:Hmmm by MikeBabcock · · Score: 1

    The source has nothing to do with it, but yes, any one unpatched OS can be at risk just like any other ... if improperly configured.

    I'm quite certain with a properly configured SELinux configuration even unpatched Apache would survive however.

    --
    - Michael T. Babcock (Yes, I blog)
  94. Re:Hmmm by MikeBabcock · · Score: 1

    Its just miseducation on your part to think that OpenSSL is part of Linux. It may ship with a given Linux distribution, or it may not. Its a library used by third party software, some of which may or may not be part of the problem.

    Most vulnerable systems have disabled SELinux, disabled other security features and are running fast and loose with their user permissions.

    --
    - Michael T. Babcock (Yes, I blog)
  95. Re:must me false by MikeBabcock · · Score: 1

    SUID? Which programs are running setuid by default on a Linux box? Most Linux systems also ship by default with SELinux enabled.

    My only complaint on a modern Linux distro is that SSHD often allows remote root logins by default.

    --
    - Michael T. Babcock (Yes, I blog)
  96. Re:must me false by MikeBabcock · · Score: 1

    Any user can change their own password without root. Just fyi.

    --
    - Michael T. Babcock (Yes, I blog)
  97. Re:Hahahahahahaha by exomondo · · Score: 1

    Wasn't Internet Explorer so tied into early windows versions that it was considered part of the OS itself since mare mortals couldn't just uninstall it till a few years ago?

    No, they shared components. The operating system provided the rendering engine and many first and third party applications took advantage of that (including Internet Explorer) so - while you could remove IE (you could even just delete the executable) or use any other browser - removing it in its entirety including the shared components would break a lot of other applications.

  98. Re:must me false by _merlin · · Score: 1

    No they can't. They invoke a SUID binary that always runs as root to do the password change. That means an exploit in the SUID password change tool could potentially do anything the root user has permission to do.

  99. Re:Hmmm by Gr8Apes · · Score: 1

    The point of comparison should be between the server OSes. So, do you really think Linux on the server is more secure than Windows Server 2012R2 ?

    Yes.

    --
    The cesspool just got a check and balance.
  100. Re:must me false by sweepdev · · Score: 1

    How about 'Remote Registry'? Until about Windows 7, it was enabled by default... Now it looks like it's set as manual startup.

  101. Re:Hmmm by bobbied · · Score: 1

    So NT came from VMS, no argument there, but where did VMS come from? Unix on the PDP-11.

    Now this is before my time, but I seem to recall that Unix was developed for the PDP-11 as an effort to allow a common OS across multiple hardware platforms way back in 1969. Just so happens that Digital PDP-11 was the predecessor of the Digital VAX-11780 for which the initial VMS version was written for. VMS was initially released in 1977 (a full 7 years after Unix). Unix leads to VMS, which leads to NT.. So, when the primary developer of NT jumped ship at Digital and boarded the USS Microsoft he brought along his hate for all things VMS, but adopted many of the security concepts of VMS, which adopted them from Unix. Well Unix and the equivalent of the NSA's recommendations for things like ACL's and audit trails.

    So, despite your scorn, I am right on the idea that multi-user came to Windows from Unix.

    Windows NT can off the distribution media much less secure, not necessarily because the kernel was ill-conceived or implemented, but because it had to be "Windows" and had to work with existing network infrastructure which was already fielded. Infrastructure which was full of huge holes and required services that exposed the boxes to exploits we would consider atrocities today. But that's what Microsoft had to do to keep it's customer base buying their software. Once security became an issue they started to shore up things, but they've been hampered by the "it has to work with what's out there" requirement, so we where forced to live with the stupid security of Windows for decades.

    Was NT as secure as Unix? Maybe the kernel was, but NT certainly was not more secure in the normally fielded form. We've come a long way since 1981, but because of it's legacy install base, Windows has lagged in being secure.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  102. Re:Hmmm by bobbied · · Score: 1

    Ok, I'll stop. Just one more question... Where do you think the designers of NT came up with that idea? Hmmmmm? Wouldn't have been Unix now would it? DEC VAX?

    The progression goes like this..

    1. Unix was developed on the Digital Equipment Corp PDP-11 hardware in about 1970. Unix started as a multi-user system that supported memory segment protection between user processes and kernel space.

    2. VMS followed on the next generation of DEC hardware the VAX-11780, which made it's appearance in the late 1970's. This system introduced Virtual Memory spaces for user processes. (Thus it's name Virtual Memory System) VMS was not first in being muti-user, commercially that was Unix.

    3. Windows NT arrived in the late 80's, and not surprisingly ran on DEC VAX hardware as well as x86 based systems, as the chief engineer of NT came out of the VMS development team at DEC.

    So NT got this idea from VMS which got it from Unix....

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  103. Re:must me false by mystikkman · · Score: 1

    Windows 7 is not Windows Server

  104. Re:Hmmm by mystikkman · · Score: 1

    Linux had and has a string of security issues, including things like this.

    http://theinvisiblethings.blog...

    Try doing that on a Terminal Server.

    What multiuser security again?

  105. Re:Hmmm by bobbied · · Score: 1

    I don't run X on any "server" system I manage. Not for this reason, but for the general security concept that you don't run stuff you don't use. Good luck turning off the GUI on your windows box...

    However, if you did have X running, it's only going to accept X client connections from the local machine (unless you've opened it up further). This means that any attack vector though X will have to be launched from the local box. Which means that the attacker will have to compromise the local box in some other way.

    X should only be run by systems doing "desktop" duty, which if you are comparing apples to apples means you have to compare this to a Windows desktop OS. If you let somebody into your Windows desktop box, they can launch stuff that compromises your system too.

    So, Nice try, not a problem that is unique to Unix/Linux when you look at similarly configured Windows systems.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  106. Re:hmmm.... by danomac · · Score: 1

    No, they'd give up waiting for portage to sort out dependencies. It reminds me of Windows XP before Microsoft patched it to not take 45 minutes to search for updates.

  107. Re:Hahahahahahaha by danomac · · Score: 1

    Question for you: if I have a Linux server and install KDE on it, or X - would you name it a "Desktop"? Or is it still a server? Or both? I'm confused.

    How about a sertop? Or deskver?

  108. Re:Perl would reduce the incidence of these proble by david_thornley · · Score: 1

    Well-written modern C++ does not have manual memory management.

    --
    "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  109. Re:must me false by bobbied · · Score: 1

    You do understand that it takes ROOT to set the SUID bit on a file right? This is why you will find all SUID programs set to read only and owned by an administrative user (such as root). It is why you instruct your sysadmin staff to NEVER SUID anything w/o good reason and permission and It is also why you scan systems for SUID binaries and scripts regularly so you can find and remove such nonsense as SUID security holes.

    Further, you NEVER let anybody change "passwd" and if they do, you NEVER let it run SUID. And if you find any unexplained SUID stuff on your box, you pull the plug on everything and start looking for where the break in happened because you've been compromised and your whole network is suspect. But you'd do the same thing in the windows world if someone managed to get your administrator's password, because it's the same thing.

    --
    "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  110. Re:Hmmm by mystikkman · · Score: 1

    What about multiuser systems that are used as remote desktops? What about privilege separation? Why should a user logged into a machine be able to read keystrokes of all the others even though they're a normal user and not root? That doesn't happen with Windows.

  111. Wrong (again) by benjymouse · · Score: 1

    The progression goes like this..

    1. Unix was developed on the Digital Equipment Corp PDP-11 hardware in about 1970. Unix started as a multi-user system that supported memory segment protection between user processes and kernel space.

    2. VMS followed on the next generation of DEC hardware the VAX-11780, which made it's appearance in the late 1970's. This system introduced Virtual Memory spaces for user processes. (Thus it's name Virtual Memory System) VMS was not first in being muti-user, commercially that was Unix.

    3. Windows NT arrived in the late 80's, and not surprisingly ran on DEC VAX hardware as well as x86 based systems, as the chief engineer of NT came out of the VMS development team at DEC.

    So NT got this idea from VMS which got it from Unix....

    Unix was never implemented for PDP-11 by DEC. 3rd parties adapted several versions so that they could run on the PDP-11. A number of generations of "realtime" operating systems were developed by DEC for the PDP-11 and later the VAX-11 series.

    Dave Cutler was on the teams for many of these OSes. Dave Cutler left for Microsoft to design Windows NT. Dave Cutler *never* implemented an OS for PDP-11 based on Unix. In fact, he *disliked* Unix.

    And no, Unix did not invent access control. I sense that you need Unix to be some type of god-like hero. It is an operating system, and an aging one at that. Cool off.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  112. Re:Hmmm by benjymouse · · Score: 2

    I don't run X on any "server" system I manage. Not for this reason, but for the general security concept that you don't run stuff you don't use. Good luck turning off the GUI on your windows box...

    Didn't you say that you just finished off setting up a Windows Server 2008R2? And you do not know about Server Core? I sense much deceit here. (IOW: I don't believe you).

    However, if you did have X running, it's only going to accept X client connections from the local machine (unless you've opened it up further). This means that any attack vector though X will have to be launched from the local box. Which means that the attacker will have to compromise the local box in some other way.

    Goes to show your grasp of this security thingy. There's this security principle called isolation:

    Windows has been dealing with so-called shatter attacks where rogue processes sent messages remotely controlling windows belonging to other processes. Up until Windows Vista, Windows only isolated processes belonging to different users. With Vista and MIC (Mandatory Integrity Control), processes were prohibited from sending such messages to windows of higher-integrity processes.

    X based Linux distros have absolutely zero isolation. Do you have any idea how serious this is? If there is a memory corruption bug in Firefox and the process is taken over (FF does not have sandboxing), it can install a keyboard hook in X and read every single keystroke entered into any windows. That includes a terminal windows, and worse, even if you sudo to root user, the keyboard hook read every single keystroke including the sudo password.

    If that's a superior security model than I have a tower in Paris you may want to invest in.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  113. Re:Hmmm by benjymouse · · Score: 2

    But we are talking ONE issue now which has long been known and easily avoided.

    No, we are talking an issue that is the result of an inadequate security model that is incapable of securing anything but files.

    Windows NT was designed with access control in place for files, devices, mailslots, pipes (named and anonymous), jobs, processes, threads, events, keyed events, event pairs, mutexes, semaphores, shared memory sections, I/O completion ports, LPC ports, waitable timers, access tokens, volumes, window stations, desktops, network shares, services, registry keys, printers, Active Directory objects, and so on. Yes Active Directory objects are in that list, because the model was designed to be extensible

    We are talking you claiming that an operating system which cannot even pass the Orange Book requirements without severe redesign by NSA is more secure out of the box than an operating system which has met those requirements from day 1.

    Ever wonder why they picked the [CTL][ALT][DEL] key sequence in Windows NT? Think about it... Windows has the same kinds of issues, you just don't want to think about it

    The secure attention sequence is guaranteed to be non-hookable by software on the box. The reason for that is added security (that Linux lacks), not a remediation of lacking isolation. Yes, Windows has had similar (but far from as severe) problems with shatter attacks. And there's learning for you in how it was handled:

    After UAC was introduced with Windows Vista it was made illegal for lower-integrity processes to send messages (or hook keyboard etc) of higher-integrity processes - even if they were running as the same user. Combined with the fact that IE ran as low-integrity it was made exceedingly difficult for an attacker to hook the kayboard or remote control other windows, even if he compromised the IE process.

    However, trojan malware that users were tricked into installing as normal-integrity processes could still hook the keyboard. With Windows 7 Microsoft added to the protection: No longer can an equal-level (integrity level) process hook another process' window or keyboard. To accomodate accessibility tools which frequently need to do that, Microsoft allowed a slightly *higher* integrity level *if* and only if a certain manifest requires it and the files has been digitally signed.

    The point of this is that both enhancements were achieved through the already extensible security model. Integrity levels were simply assigned SIDs. If the low-integrity SID is in your process token you are a low-integrity process.

    You can *never* extend the simplistic Linux security model like this. It is forever limited to user identities. A process under Linux does not have a token - it has an effective user. It was designed with the faulty assumption that a process in all aspects could represent the user who started it. Proper tokens recognize that processes may have fewer rights, or even more rights than the user who launched it.

    You have uttered unbased claims through this entire thread. Now it's time to tell the world how - specifically - the Linux mode is inherently more secure than the Windows model.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  114. Re:must me false by benjymouse · · Score: 2

    You do understand that it takes ROOT to set the SUID bit on a file right?

    You do understand what the SUID bit does when the file is owned by ROOT, right? When you run such a file, you elevate to root just to change the password. That is *vastly* more power than you need, and it is a serious danger: Just a simple bug like a buffer overflow can cause total system compromise when it allows the attacker to execute as root.

    This is why you will find all SUID programs set to read only and owned by an administrative user (such as root). It is why you instruct your sysadmin staff to NEVER SUID anything w/o good reason and permission and It is also why you scan systems for SUID binaries and scripts regularly so you can find and remove such nonsense as SUID security holes.

    Yes, it is because the interent danger in SUID root utilities. Now imagine a security model that does not need anything like SUID.

    And if you find any unexplained SUID stuff on your box, you pull the plug on everything and start looking for where the break in happened because you've been compromised and your whole network is suspect.

    Yes, but how do you audit the "explained" SUID stuff? How do a security auditor really know what a user can do, which resources (files, etc) a specific user can access, when he is allowed execute access to SUID utilities like sudo, passwd and the likes? He may think he knows what the utility does by it's name, but how does he know *what else* it can do?

    What do you think of a security model where you will have to compile all utilities from audited sources, with audited compilers to make sure that users cannot access resources they are not supposed to.

    See, that's the difference between a security model that protects resources and one that tries to restrict access to utilities that can manipulate every resource on the system: You cannot effectively audit such a system.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*