Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Study Finds Windows More Secure Than Linux

Posted by Zonk on Thu Feb 17, 2005 12:05 PM
from the an-interesting-definition-of-secure dept.
cfelde writes "A Windows Web server is more secure than a similarly set-up Linux server, according to a study presented yesterday by two Florida researchers." In addition to the Seattle Times article, there is also coverage on VNUnet. From the article: "The researchers, appearing at the RSA Conference of computer-security professionals, discussed the findings in an event, 'Security Showdown: Windows vs. Linux.' One of them, a Linux fan, runs an open-source server at home; the other is a Microsoft enthusiast. They wanted to cut through the near-religious arguments about which system is better from a security standpoint."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by suso (153703) on Thursday February 17 2005, @12:06PM (#11701189) Homepage Journal
    Study finds Slashdot as repetitive as Philip Glass
    • by R2.0 (532027) on Thursday February 17 2005, @12:22PM (#11701452)
      Knock Knock.
      Who's there?
      Knock Knock.
      Who's there?
      Knock Knock.
      Who's there?
      Knock Knock.
      Who's there?
      Knock Knock.
      Who's there?
      Knock Knock.
      Who's there?
      Knock Knock.
      Who's there?

      Phillip Glass

      My 8 year old daughter, a great afficionado of knock knock jokes, didn't appreciate it.
  • Integrity? (Score:5, Informative)

    by samtihen (798412) * on Thursday February 17 2005, @12:06PM (#11701190) Homepage

    Well, apparently this is the second time Microsoft has come out on top of a research project by Mr. Richard Ford [fit.edu].

    http://www.virusbtn.com/magazine/articles/letters/ 2004/01_01.xml [virusbtn.com]

    Apparently there was some question to the validity of an earlier project because it was sponsored by Microsoft.

    However, I would like to note that both researchers seem very well educated, especially in computer security. And, additionally, they both note that a lot more could be done to lock down the Linux server.

    • by emil (695) <cfisherNO@SPAMrhadmin.org> on Thursday February 17 2005, @12:13PM (#11701313) Homepage

      OpenBSD runs chroot() Apache. Does IIS have similar capability?

      The chroot() patch was never taken up, but it would probably not be that difficult to install on Linux.

      I would be disinclined to run any other way at this point.

      • by n0-0p (325773) on Thursday February 17 2005, @12:55PM (#11701967)
        It's pretty easy to make Apache chrooted under linux. With Apache2 you still need to allow dynamic libraries though, which often bothers people. Having hardened both Windows and Linux servers on a regular basis, I'd pick Linux every time. It can be locked down much more than Windows. I haven't found anything that compares to a combination of PP buffer protection on binaries, chroot jailed services, iptables, and SELinux policy. I just don't understand why more vendors haven't tried to create default installs that support this level of security.
      • by jc42 (318812) on Thursday February 17 2005, @12:59PM (#11702043) Homepage Journal
        Why would it take a patch to make a server run in a chroot jail? This can be done with any program. It requires no cooperation from the program itself.

        Of course, running anything chrooted usually requires making a list of subprocesses that the program calls, and linking them into the program's directory tree. You'd want to do this in this case, because web servers typically do invoke some subprocesses. Not always, of course; some web sites are completely static. In any case, this doesn't require any sort of patch; just a list of what files are needed in the chroot area.

        So what's in the OpenBSD chroot patch? What sort of vulnerability existed without it?
    • Re:Integrity? (Score:5, Insightful)

      by leuk_he (194174) on Thursday February 17 2005, @12:17PM (#11701376) Homepage
      from the article

      Their criteria included the number of reported vulnerabilities and their severity, as well as the number of patches issued and days of risk -- the period from when a vulnerability is first reported to when a patch is issued.


      I hoped for a deeper analysis, like the security model used or how it behaves in networks. But it just back to counting vulnerabilities.

      --Nothing to see here, move on.

      • Re:Integrity? (Score:5, Insightful)

        by Bastian (66383) on Thursday February 17 2005, @01:14PM (#11702266)
        I, too, would like to see a more involved, academic analysis of the security of each platform. But even as a quick quantitative analysis, this technique for deciding how secure a system is falls on its face. Instead of counting vulnerabilities, I would be interested in counting number of viruses and script kiddie tools that take advantage of those vulnerabilities. Just counting known vulnerabilities and numer of patches, etc, has a few issues. One is that I honestly believe that a Windows vulnerability is much less likely to be announced once it is discovered than a Linux vulnerability - it's a questionn of culture.

        Another is that just counting vulnerabilities gives you a worst-case scenario. However, my practical experience suggests that if there aren't any script kiddie tools or viruses out there that take advantage of said vulnerability, your chances of getting compromised through it are exceedingly small.

        I'd also like to see some weighting for the likelihood of an attack succeeding through a given vulnerability. I'm going to be a lot more scared of the exploit that works every time than I am the buffer-overflow that lets you run arbitrary code, but only works once in a blue moon.

        Granted, these studies will never have that info; they aren't meant to mean anything, they are just mindcandy for the PHBs put together by industry pundits looking for a quick paycheck or some attention. If I were really looking for a security analysis or comparison that included an open source server that ran on x86 hardware, I would expect OpenBSD to be one of the operating systems tested.
      • Re:Integrity? (Score:5, Insightful)

        by jc42 (318812) on Thursday February 17 2005, @01:40PM (#11702628) Homepage Journal
        Their criteria included the number of reported vulnerabilities and their severity, as well as the number of patches issued and days of risk -- the period from when a vulnerability is first reported to when a patch is issued.

        Actually, this tells us most of what we need to know. If we want our system to be considered secure, the way to do it is: 1) Don't report vulnerabilities; 2) Don't issue security patches.

        Linux pretty much has to lose a contest that is judged this way.

    • Re:Integrity? (Score:5, Insightful)

      by jedidiah (1196) on Thursday February 17 2005, @12:21PM (#11701434) Homepage
      This study appears to be a clear example of redifining terms and using statistics to muddle an issue. While the conclusion of the study might be valid given the assumptions, I challenge the assumption.

      I challenge the assumption that Redhat vulnerabilities are equal to Microsoft vulnerabilities.

      Given the history of malware, they clearly are not.

      This study is nothing more than a more formalized version of a certain form of trolling once popular on COLA.
    • Re:Integrity? (Score:5, Insightful)

      by LurkerXXX (667952) on Thursday February 17 2005, @12:36PM (#11701679)
      Unfortunately they don't tell you the real server that is more secure.

      The correct answer is the one with the better administrator. You can have a Linux box locked down tight, and a Windows box wide open. You can also have the inverse. Probe around, and you will find boxes of all those flavors out there. It all depends on the competence of the guys running it. The competence of the administrator at running the system he is running has a much larger effect on overall security than which OS is chosen.

      • Re:More FUD (Score:5, Funny)

        by Otter (3800) on Thursday February 17 2005, @12:15PM (#11701339) Journal
        Ummm, Florida isn't in Washington. Or if it is, we have bigger problems going on than Linux or Windows vulnerabilities.

        And, to the grandparent -- if you read your own link, the previous study was not sponsored by Microsoft.

        • The Real Truth... (Score:5, Insightful)

          by eno2001 (527078) on Thursday February 17 2005, @12:56PM (#11701985) Homepage Journal
          ...is too hard to handle for most:

          An OS is only as secure as it's admin is competent. This will NEVER change no matter what platform you are dealing with.

          If you give some RedHat CDs to a complete goof off and have them install it on a system that is going to be directly exposed to the internet, that box is going to get rooted eventually. It might take longer to get rooted than a Windows box, but it will be cracked.

          If you give Windows 2003 Server to a knowledgable admin, he will secure the box and make certain that the likelihood of it getting cracked is fairly low. He will know not to put the box on the internet until he's applied all SPs and critical updates. He will know to use an internal SUS or WUS to make sure that the box is updated without exposure to the internet.

          If you give a complete moron who *thinks* he knows all about [insert platform] any installation media, you're going to have an insecure box.

          It's been my experience that the best people to set up an internet exposed box using any OS are people who are most familiar with all OSes and have a good understanding of how to secure each one. It's not that hard to hit the main security points and still keep on top of all OSes. However, since egos aer so intrinsically tied to how secure a box is, people point the finger at the OS distributor. Sure, they are to blame in many cases, but the implementor is usually far more guilty of being lax. That's the hard truth and it cannot be refuted.
          • by mark-t (151149) <markt@@@lynx...bc...ca> on Thursday February 17 2005, @01:31PM (#11702510) Journal
            Your point is valid, however...

            Windows isn't "just another OS"... it has the rather unique position of being on a substantial number of desktops in people's homes. In and of itself this is not a problem and requires no greater security, however, a significant percentage of _THOSE_ systems are also on the Internet. And of course, the problem is that most people are simply not qualified to do a respectable job of administering and securing their home computer. Which brings us to the point you mention. The security problem with Windows are primarily caused by the inescapable fact that most of its users *ARE* ignorant when it comes to security and the fact that MS chooses to continue to market its products at this demographic while at the same time ignoring security issues or sweeping them under the rug is why people may be inclined to blame the operating system or Microsoft for the problems.

            Although, interesting enough, if Darwinism really works, Windows users may ultimately adapt to having to always struggle to keep their boxes secure, and perhaps even end up being better than most Unix gurus at home computer security. Time will tell.

            • by Emperor Igor (106953) on Thursday February 17 2005, @01:53PM (#11702830)
              That's not really how evolution works. Not unless these Windows users die or become sterile due to lack of security...

              If anything, it works the opposite way, with people who don't care to get too deeply into computers and technical stuff having far more sex.
          • by einhverfr (238914) <chris.travers@gmail.com> on Thursday February 17 2005, @01:56PM (#11702860) Homepage Journal
            You have a valid point. Furthermore I never talk about a "secure" OS. Personally I don't think Linux is a "secure OS" anymore than Windows is.

            The primary questions include:

            1) How *securable* is the OS?

            2) How gracefully do services respond to failures?

            Secondary questions (addressed in this study) include:

            1) How secure is the OS *by default.*

            2) What constitutes a typical setup?

            Now, personally I don't care much about these secondary questions from a secure server perspective. Linux security is easier than Windows security, and Linux is more securable than Windows. A lot of this is because Windows depends on things like RPC which does not fail gracefully.

            On the other hand, you can mitigate a lot of this risk by proper security practices. A skilled admin is going to be trying to balance usability and security and will do it well if given the approrpiate tools.

            Again the quesition should be "how securable" rather than "how secure" for exactly the reason you mention.
        • Re:More FUD (Score:5, Insightful)

          by jc42 (318812) on Thursday February 17 2005, @01:12PM (#11702227) Homepage Journal
          Funny thing that seems to be missing in the discussion so far: I don't see anyone pointing out that this is a "sample of one" study. So any generalization at all about which system (or admin ;-) is more secure is laughable at best.

          It is useful as an anecdotal example. Especially in the area of security, where real security tends to mean knowing a lot of very specific examples of how things can go wrong. Documenting how these guys could have inadvertently left holes open would be useful. Then we need several hundred more such paired tests, with a more extensive report listing all the ways that admins of both systems can get it wrong.

          But concluding that, because two guys didn't get it right in a single test, therefore one of the systems is more or less secure than the other, shows little other than a total lack of understanding what security is all about.

          That, or intentional FUD on the part of either or both.

          I'd go with the lack of understanding. People are really good at generalizing from a single case with no statistical significance.

            • Re:More FUD (Score:5, Insightful)

              by dgatwood (11270) on Thursday February 17 2005, @02:02PM (#11702946) Journal
              The funny thing about this is that it says nothing about actual security. The -real- risk interval is the time between when a problem is first exploited and when it is fixed, not the difference between when it is reported and when it is fixed.

              That's a critical difference. So many people pour over the Apache source code that most vulnerabilities are discovered prior to when they actually become "in the wild" exploits. The same cannot be said about MS IIS. Worse, the odds are very good that many the IIS exploits were in the wild prior to when they were first publicly reported, while most of the Apache exploits were, in all likelihood, patched prior to the first exploit.

              When viewed from that perspective, the Windows/IIS server was likely vulnerable to exploit for many, many more weeks than the Linux/Apache server. And that assumes that half the vulnerabilities are ever even reported. With a closed source product, there could be tons of security holes being subtly exploited by clever crackers every day and there would be no way to find out about it.

              No, this article is pure and unadulterated FUD.

              There are three kinds of lies: lies, damned lies, and statistics.
              ---Benjamin Disraeli

        • Re:More FUD (Score:5, Informative)

          by 1u3hr (530656) on Thursday February 17 2005, @01:40PM (#11702627)
          A study comes out saying Windows is better than Linux? Question the results

          Having read TFA, the "study" consisted of counting security flaws for RH and Windows, and comparing how long it took to issue patches -- from the date of the vulnerability being announced. This is really shallow; we've seen lots of such studies and laughed at them. I note the spin put on this is "One of them, a Linux fan, runs an open-source server at home..." which makes it look like a Linux zealot has been hacked in his own home, while the happy Windows guy is unscathed. In fact, it was all hypothetical, there were no trials of real servers (none mentioned anyway), just "potential" vulnerabilities in default setups.

        • Once again, RTFA! (Score:5, Insightful)

          by khasim (1285) <brandioch.conner@gmail.com> on Thursday February 17 2005, @01:43PM (#11702677)
          A study comes out saying Windows is better than Linux? Question the results, Impugn the source and dig as deep as it takes to find some political or financial affiliation between them and Microsoft, no matter how assinine or inconsequential.
          You left off the part where comments such as your's are mod'ed up even though they contain zero content.

          From TFA:
          They compared Windows Server 2003 and Red Hat Enterprise Server 3 running databases, scripting engines and Web servers (Microsoft's on one, the open source Apache on the other).
          That sounds good. A real comparision of real services running on real servers.

          But wait!
          The setups were hypothetical, however. Both were in the most basic configuration, an approach that some in the audience suggested may tilt the results in favor of Windows, which comes with more features.

          Ford said the idea was to represent what an average system administrator may do, as opposed to a "wizard" who could take extra steps to provide plenty of security on a Linux setup, for instance.
          They aren't real setups.

          And it gets worse.
          Their criteria included the number of reported vulnerabilities and their severity, as well as the number of patches issued and days of risk -- the period from when a vulnerability is first reported to when a patch is issued.
          Hmmmm, I wonder if they included the info from www.eeye.com http://www.eeye.com/html/research/advisories/AD200 50208.html [eeye.com] 190 days is a long time.
          On average, the Windows setup had just over 30 days of risk versus 71 days for the Red Hat setup, their study found.
          That's amazing. Particularly with that single 190 day vulnerability I referenced. And those kinds of "studies" have been completely discredited.

          So, a "study" that doesn't test any real world criteria is somehow valid?

          Oh, it's not that the study is not valid, it's that pointing out the flaws in the study shows the groupthink on /.

          And pointing out that perceived groupthink gets you mod'ed up as "insightful".
        • Re:More FUD (Score:5, Insightful)

          by LnxAddct (679316) <sgk25@drexel.edu> on Thursday February 17 2005, @02:20PM (#11703154) Homepage
          Their analysis was based on number of patches and time it took to get patched from the time it was publically released. Microsoft stays quiet about most vulnerabilities until a patch is ready and will ship it some time that month, thus the average 30 days. In addition to this, there are still IE holes unpatched from last july. This didn't make the report because its a server. Also, Linux comes with *much* more software by default and much more functionality. They said that these were default setups. That means that if they were using a distro like Red Hat, every single program gets updated as necessary over 2000 programs judging from one of my boxes). Far fewer programs get updated from Windows Update (usually only core programs and utilities... or things that Microsoft deems necessary).

          Also, many OSS exploits are theoretical in nature... if a strcpy() passes an unchecked ptr and some coder sees this... whether or not that code could have been exploited... he fixes it and out goes the patch. Its a patch for something that may have never been even able to be taken advantage of. That would never happen in a commercial project. All this study shows is that these researchers define security as the ability to hide security problems as long as possible until a patch is ready and if the patch never gets ready, just never tell anyone about the problem. Following the two above stated rules would easily make any software company "secure" by their standards. As stated previously, their criteria was # of patches and time to release. Time to release is shortened by waiting until the patch is ready (which Microsoft does) and # of patches is shortened by simply not releasing non-major patches and just rolling them out with the next version. The criteria these guys used was meaningless and if anything shows that linux is doing something right if they are updating several times more programs with only twice the delay (which i really doubt is the true delay time). One other thing worth noting, the Ford guy has been paid by Microsoft several times to do studies and release them in favor of MS, I'd hardly call him a true linux fan. Maybe this time they just covered it up better... you wouldn't want to bite the hand that feeds you.
          Regards,
          Steve
  • by Mustang Matt (133426) on Thursday February 17 2005, @12:08PM (#11701217)
    I don't get it. I guess I need to read the article.

    A webserver needs port 80 and maybe 443 open. Any webserver can be secured.

    Where's the news?
      • by dioscaido (541037) on Thursday February 17 2005, @01:02PM (#11702080)
        What on earth are you talking about? Are you trying to imply that sql injection is a windows only problem? And about 'winsock' crashing... do you know of a vulnerability we don't? Or are you harking back to windows 95 vulnerabilities? The fact is, the parent post is the one that is Insightful. Both Linux and Windows servers can be secured very easily. The XP desktop might still have issues, but Win2k3 server is solid and secure.
  • by Staplerh (806722) on Thursday February 17 2005, @12:09PM (#11701237) Homepage
    Interesting. Some relevant snippets:

    A Linux enthusiast at the RSA Conference in San Francisco has reluctantly concluded that Microsoft produces more secure code than its open source rivals.

    In an academic study due to be released next month Dr Richard Ford, from the Florida Institute of Technology, and Dr Herbert Thompson, from application security firm Security Innovation, analysed vulnerabilities and patching and were forced to conclude that Windows Server 2003 is more secure than Red Hat Linux.


    Now, I'll concede that Dr. Ford and Dr. Thompson do sound reputable, but one is an admitted Windows enthusiast and while the other one is a Linux fan who changed his minds, this hardly sounds like a study .

    It's an interesting question, and I'm sure there is no clear cut answer, but a more systematic study (with more parties, rather than just two scientists) is going to be needed to answer this sort of question before the 'results' are trumpetted. I'm sure Microsoft will pick this one up and run with it, however.. more of those annoying ads that seem peppered throughout Slashdot.
    • by schon (31600) on Thursday February 17 2005, @12:14PM (#11701317) Homepage
      A Linux enthusiast at the RSA Conference in San Francisco has reluctantly concluded that Microsoft produces more secure code than its open source rivals.

      Umm, so MS showed him their source code? I find that a little hard to believe.

      If he can't see the source, how can he make any determination at all?
    • by bonch (38532) on Thursday February 17 2005, @12:28PM (#11701554)
      No offense. But it sounds like people are searching for things to dismiss this study. Um, yes, a Linux guy changed his mind after seeing the conclusions of the study. That means it's not a valid study?

      I'm getting a little disturbed at the way all pro-Linux studies are being accepted and all other studies are being dismissed here. Critical thinking should always be welcome. And, yes, Linux is NOT perfect, it is NOT flawless, and it IS full of security holes like anything else. Nobody should take their operating systems so personally that they feel attacked when Linux is criticized.

      Note that this doesn't go for everybody. But there are a lot of zealots in the community who need to learn to see outside their own perspective.
      • by Paradox (13555) on Thursday February 17 2005, @12:40PM (#11701728) Homepage Journal
        I wish I could mod you up, bonch. I've experiened the head-in-the-sand Linux mentality too, and it is scary. It misses the whole point of linux.

        Linux is awesome, this study doesn't change that but we always need to work to make it better and easier to secure. Critics of Linux are our best friends, because they do the work of finding out where we need to improve for free.

        The best thing about linux is that when people have a legitimate complaint, it's well within our power to fix it! If Linux is temporarily less secure, so what? After reading this, everyone will adapt their linux distros to render the complaints moot.

        This is part of why we love open source, right?
        • by Sycraft-fu (314770) on Thursday February 17 2005, @01:36PM (#11702582)
          Their contention was that for lower skill admins, Windows was more secure. Now, assuming the research was done correctly and the data does indeed support the conclusion, it's a good thing to know. That's something ot try and improve in Linux, espically since less competent admins are the real problem.

          It's not all that useful to research how tight a competent admin can lock down a box because the answer for almost any OS is "very well". You get a good admin that knows their OS and is on top of things, they can keep anything secure, even Windows. So it's not of much use to say a compentent Linux admin can make a secure system, we already knew that.

          It is useful, however, to know that a less competent admin will have trouble. More useful would be to know what specificly need to be done to fix it, but just knowing that it's a problem is a start. If Linux continues to gain in popularity, more people that are not as competent will be running it. While you can never truly protect someone from themselves, there are things you can do to make things more secure for those that don't know what they are doing, and that's a good thing for Linux developers to be looking in to.
    • Ford said the idea was to represent what an average system administrator may do, as opposed to a "wizard" who could take extra steps to provide plenty of security on a Linux setup, for instance.

      Um, no. Your average system administrator earns about $62k has at least 2 years experience, and generally a bachelors degree in a related field. At least according to most industry figures. [salary.com]

      The job title also entails tweaking system configurations for security, evaluating patches, etc. etc.

  • Not again... (Score:5, Insightful)

    by PoprocksCk (756380) <poprocks@gmail.org> on Thursday February 17 2005, @12:09PM (#11701238) Homepage Journal
    "Their criteria included the number of reported vulnerabilities and their severity, as well as the number of patches issued and days of risk -- the period from when a vulnerability is first reported to when a patch is issued."

    So Windows is more secure than Red Hat because Microsoft chooses to report less vulnerabilities and release less patches? Hmmm...

    (Move along, nothing new to see here.)
  • Non Story (Score:5, Insightful)

    by bfree (113420) on Thursday February 17 2005, @12:09PM (#11701241)
    Until the report is released this is a non-story, just fuel for the FUD machine. Unfortunately we will have to wait for a month to actually discuss what this means so I don't even no why I am bothering to post to this!
  • by jmcmunn (307798) on Thursday February 17 2005, @12:09PM (#11701244)
    ...is only as good as the security of the admin setting it up. It doesn't matter how many updates need to be run, whether one or one hundred. If the system admin doesn't keep the server up to date, it's only a matter of time until the server will be vulnerable.

    Now let the flaming begin, so you can all argue about the number of patches/updates required for each system, how long it takes for Linux/Windows to respond to problems, and all that good stuff. We all know that's the only reason this kind of story shows up on Slashdot is to start a good flame/troll war! :-)
  • Self-Evident (Score:5, Insightful)

    by Wvyern (701666) on Thursday February 17 2005, @12:10PM (#11701246)
    "...Ford said the idea was to represent what an average system administrator may do, as opposed to a "wizard" who could take extra steps to provide plenty of security on a Linux setup, for instance." By his own admission the Linux administrator is a "Wizard" compared to the average MS Systems Admin. Well, that just about says it all doesn't it?
  • I'm no zealot (Score:5, Insightful)

    by InfallibleLies (654694) on Thursday February 17 2005, @12:10PM (#11701259)
    of either Linux or Windows, but really, how is one more secure than the other? If there's an equally exploitable hole in each, is it the one that gets fixed faster more secure? If it is, then the only thing making one more secure than the other is the administrator. He/She's the only one who can patch their systems by actually downloading the patch and applying it.

    No matter how fast a patch is issued, you still have to install it for it to work.

  • by Saint Stephen (19450) on Thursday February 17 2005, @12:10PM (#11701262) Homepage Journal
    Doesn't Microsoft encourage delaying announcing vulnerabilities until a patch is available?
  • by Vollernurd (232458) on Thursday February 17 2005, @12:11PM (#11701281) Homepage
    How the hell can anyone claim to be a "Microsoft enthusiast"?! It's hardly a hobby.
  • Hardly a study (Score:5, Insightful)

    by metatruk (315048) on Thursday February 17 2005, @12:12PM (#11701289)
    This was a hardly a study. I don't see any data presented here, and certainly no methodology used to gather the data. Sorry, but the scientific method always wins.

    Sorry, but this "study" is not a study.

    Why was this even posted?
  • by digitalgimpus (468277) on Thursday February 17 2005, @12:13PM (#11701306) Homepage
    Read it for yourself. It reads:

    "Believe it or not, a Windows Web server is more secure than a [i]similarly set-up[/i] Linux server, according to a study presented yesterday by two Florida researchers."

    So when you load a linux server with software that has known security holes....they are both equally as secure.

    It's not groundbreaking news.
  • by Daedala (819156) on Thursday February 17 2005, @12:17PM (#11701361)
    Neither article defined "days of risk" to my satisfaction. Is it "days since the vulnerability was published" or "days since the vendor was informed of the vulnerability"? I suspect that Microsoft is more likely to hear things privately early. ASN.1 library anyone? It was discovered in July 2003, and announced and patched in February 2004. Was that six months of risk or one day?

    Secondly, there's no discussion of how the criticality of a vulnerability was weighed. If every "day of risk" for Windows was "critical," and every "day of risk" for RedHat was "moderate," then I'd differ with their conclusions. Further, there was no mention of whether they considered actual exploits in the wild.
  • cfelde writes "Satanism is less evil than a christianity, according to a study presented yesterday by two Florida researchers." In addition to the Seattle Times article, there is also coverage on VNUnet. From the article: "The researchers, appearing at the RSA Conference of philosophers, discussed the findings in an event, 'Religion Showdown: Good vs. Evil.' One of them, a satanist, performs perverse human sacrifice rituals; the other volunteers at the local homeless shelter. They wanted to cut through the near-political arguments about which religion is less evil from a morality standpoint."
  • Horribly flawed (Score:5, Insightful)

    by StormReaver (59959) on Thursday February 17 2005, @12:27PM (#11701537)
    "There are some people who are sceptical [of the results]," said Dr Thompson. "We would encourage them to replicate this type of study. If you see flaws please tell us."

    Are they joking? Their metric (reported vulnerabilities) is absurd for a number of reasons.

    1) Microsoft reports only a fraction of its vulnerabilities. Remember when Win2000 had over 65000 known (to Microsoft) flaws? No more than a handful were ever reported. Microsoft reports flaws only after bearing enormous public humiliation. Of course Microsoft's flaw count is going to be low. Microsoft hides them all until forced to disclose.

    2) Linux vendors report every hair out of place. It doesn't matter if the flaw causes a D to look like an O on the third day of the Summer Solstice, but only if that day matches the 4th digit of PI, and only if the computer has calculated the cure for cancer at exactly 15 milliseconds after the user's orgasm.

    3) Seriousness of vulnerabilities. Due to the nature of full disclosure under Linux, it will -always- have higher reported flaw counts than Windows. The vast majority of reported Linux flaws, however, are relatively benign, while the vast majority of reported Windows flaws hand over complete control of your computer to some third party.

    4) Widespread Propagation. Windows, by its intended design, makes propagating exploits to these vulnerabilities trivially easy (automatic, actually), while this has yet to be accomplished on Linux (and likely won't be).

    Sorry, but this "study" is complete nonsense.
  • Quality Research (Score:5, Insightful)

    by deanpole (185240) on Thursday February 17 2005, @12:28PM (#11701550)
    One datapoint makes a terrible graph.
  • by cliffiecee (136220) on Thursday February 17 2005, @12:29PM (#11701573) Homepage Journal
    ... and squint your eyes, you'll see the 'clear' results.

    The researchers used reported vulnerabilites as their guideline, and 'days of risk;' quote: "the period from when a vulnerability is first reported to when a patch is issued."

    Windows Server 2003 had 30 days of risk, Linux (Red Hat Enterprise Server 3) 71 days.

    But which reports of vulns are they considering? Microsoft often provides their own reports, which are released WITH THE PATCH. I wouldn't give those reports the same weight, since the vuln could have been there (and unofficially known) for MONTHS.

    I fully expect Linux to have MORE vulns in any case, since Linux ultimately is a collection of separate programs working together, each of which has their own potential insecurities. But, a vuln in sendmail is NOT going to affect my webserver, because I'm going to turn that OFF (if I'm a smart admin).

    In fact, the researchers only used a "hypothetical" system to show "what an average system administrator may do." I'm sorry, but if an admin is using anything like a default setup he is BELOW average.

    In conclusion, this really sounds like a comparison of how vulnerable the respective systems with a 'default' install. Wake me up when they go head-to-head with OpenBSD.

    P.S. Hey researchers- RED HAT IS NOT LINUX.
  • I'm going to dump my Fedora Installation(TCO $0.00)
    and run to the store and buy me Server 2003(TCO $599-$3522 + Licencing).

    Definitly not going for RHEL(TCO $349-$2499 + Licencing) because no matter how hard I try, I could never get as secure with up2date, SELinux, Pax and Firefox as I could be with Windows Update, Third party antivirus, Windows Firewall and Security Center. NEVER!

    And I shouldn't even be comparing Fedora to Server 2003 because Fedora could never be used as a server of any kind. Neither could Slackware(TCO $0.00), Suse(TCO ~$100.00), Mandrake(TCO ~$100.00), Debian(TC0 $0.00) or any other of those insecure Linux distros! They're not SOLD as servers so they absolutely cannot be compared to server 2003. No way, never, uh-uh.

    Wow! This study has really opened my eyes to the lie. Why did I abandon my XP installation(TCO $200.00) after only a few dozen major worm outbreaks? I could have done anything on XP that I can do in Linux. It would only have cost be a few thousand dollars, but I could have!

    These researchers have really opened my eyes to the lies. I believe everything they say, even without the data to prove it they..... .....

    Ok here my sarcasm must crack under the sheer enormity of the following statement.
    The pair said that they lacked the funding to test other operating systems, such as the Apple OSX kernel(TCO $100.00), although they thought it was "amazingly" stable.
    WTF!? Are these guys for real? Is this study just a troll? I mean... WTF!!?

    I will however take a wild guess that their next server security study will have OpenBSD mysteriously absent.
  • by VB (82433) on Thursday February 17 2005, @01:23PM (#11702396) Homepage
    It's unfortunate RedHat has acquired Windows' weak security posture in it's effort to attract Windows server market share. I've personally had to administer 3 compromised Redhat boxes, and this after converting that client over from Windows due to a compromise.

    But, RH isn't Linux. Linux is many distributions, some good, some not so good, but if you take the pool of Linux administrators against the pool of Windows administrators, you'll find Linux administrators are more knowledgeable about their systems and do smarter things in securing them. This isn't as true as it was a few years ago before the reluctant Windows administrative masses took refuge in RedHat, but you won't see _any_, not even one Linux defector to Windows. Perhaps BSD, but definitely _not_ Windows!

    I've never seen one of my Slackware servers (running sendmail, _even_ and FrontPage extensions with PHP on the Apache server) compromised. It's never happened in the 10 years I've been using them.

    I've been wasting a lot of time lately poring through logs for a new project and it's ludicrous how much additional coding I've had to put into my Perl scripts to make allowances for compromised Windows boxes that have inundated my web server with traffic during their Code Red and Slammer compromises, not to mention all the other little oddities Windows clients do when downloading mp3s from the server, such as client caching and sending 32k+ search strings in the URL. It creates work to have these obnoxiously configured client machines on the Internet.

    I'm not going to complain too loudly since without all these Windows users on the Internet surfing my site, there wouldn't be much of interest to process in these logs, but to assert Windows as more secure than Linux?! Really....

    Could someone please post the name of which Micro$oft C?O's budget backed this study, so we can move on to a more interesting and valid discussion?
  • by frozenray (308282) on Thursday February 17 2005, @01:30PM (#11702494)
    Which is more secure, Windows or Linux? It depends on whom you ask. Here's what Bruce Schneier, a reputable security researcher and author of "Applied Cryptography" and other computer-security related books has to say on the matter:

    Linux Security

    I'm a big fan of the Honeynet Project (and a member of their board of directors). They don't have a security product; they do security research. Basically, they wire computers up with sensors, put them on the Internet, and watch hackers attack them.

    They just released a report about the security of Linux:

    Recent data from our honeynet sensor grid reveals that the average life expectancy to compromise for an unpatched Linux system has increased from 72 hours to 3 months. This means that a unpatched Linux system with commonly used configurations (such as server builds of RedHat 9.0 or Suse 6.2) have an online mean life expectancy of 3 months before being successfully compromised.

    This is much greater than that of Windows systems, which have average life expectancies on the order of a few minutes.

    It's also important to remember that this paper focuses on vulnerable systems. The Honeynet researchers deployed almost 20 vulnerable systems to monitor hacker tactics, and found that no one was hacking the systems. That's the real story: the hackers aren't bothering with Linux. Two years ago, a vulnerable Linux system would be hacked in less than three days; now it takes three months.

    Why? My guess is a combination of two reasons. One, Linux is that much more secure than Windows. Two, the bad guys are focusing on Windows -- more bang for the buck.

    Bruce Schneier [schneier.com]
    Posted on January 06, 2005 at 01:45 PM
    ------------
    Different methodology, different results. My money's on Schneier.
  • Biased? (Score:5, Insightful)

    by Quixote (154172) * on Thursday February 17 2005, @01:42PM (#11702652) Homepage Journal
    As someone else also mentioned earlier, the reason people are so skeptical of such "studies" is that these go counter to their own experiences.

    As someone said, "extraordinary claims demand extraordinary evidence". In a lot of peoples' opinion, the claim that Windows is more secure than Linux is just that, an extraordinary claim.

    How would the authors of their study reconcile it with something like this one [theregister.co.uk], which showed that a default installation of Windows got infected with a virus within 20 minutes?