<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Is Open Source Really More Secure?</title>
	<atom:link href="http://www.darknet.org.uk/2006/03/is-open-source-more-secure/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<pubDate>Thu, 20 Nov 2008 00:04:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Haydies</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-332</link>
		<dc:creator>Haydies</dc:creator>
		<pubDate>Tue, 28 Mar 2006 10:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-332</guid>
		<description>"Open-source can be read by anyone. This automatically results in cleaner code" well, thats simply not true. I have seen some code that to be brutaly honest I would have cut my own hands off if I'd writen. There are more bad programmers then good ones in the world. 

I think the point no one seems to ever mention though is that windows gets more attention by more people trying to brake it then any thing else. So more problems are found. 

Also, with "common" solutions, closed or not, there is the problem that once a problem is found, a script writen to exploit it, then any monkey can use that. They don't even have to know how the exploit works.

The more people useing some thing, the more likely some one is to try it on. I don't think the problems are in the OS, or the main parts such as PHP, or MySQL. Its normaly in the PHP code (or simular) that somes writen, then some one else has used. If you don't understand it at all, how can you be secure? The problem for me is that there are lots of unskilled people downloading "free" software then assuming its all good, no ones got any come back, and half the time its writen by some one in a back room. Not always bad, but some times it is. No design, no formal testing.... but its free, so who can complain?

Don't get me wrong though, I use a lot of Open source stuff, PHP etc. But I don't download other peoples code. I write my own. I like to think its more secure, but even if its not. At least it wont get taken by a script some one wrote to generaly exploit sites.

:-)</description>
		<content:encoded><![CDATA[<p>&#8220;Open-source can be read by anyone. This automatically results in cleaner code&#8221; well, thats simply not true. I have seen some code that to be brutaly honest I would have cut my own hands off if I&#8217;d writen. There are more bad programmers then good ones in the world. </p>
<p>I think the point no one seems to ever mention though is that windows gets more attention by more people trying to brake it then any thing else. So more problems are found. </p>
<p>Also, with &#8220;common&#8221; solutions, closed or not, there is the problem that once a problem is found, a script writen to exploit it, then any monkey can use that. They don&#8217;t even have to know how the exploit works.</p>
<p>The more people useing some thing, the more likely some one is to try it on. I don&#8217;t think the problems are in the OS, or the main parts such as PHP, or MySQL. Its normaly in the PHP code (or simular) that somes writen, then some one else has used. If you don&#8217;t understand it at all, how can you be secure? The problem for me is that there are lots of unskilled people downloading &#8220;free&#8221; software then assuming its all good, no ones got any come back, and half the time its writen by some one in a back room. Not always bad, but some times it is. No design, no formal testing&#8230;. but its free, so who can complain?</p>
<p>Don&#8217;t get me wrong though, I use a lot of Open source stuff, PHP etc. But I don&#8217;t download other peoples code. I write my own. I like to think its more secure, but even if its not. At least it wont get taken by a script some one wrote to generaly exploit sites.</p>
<p> <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darknet</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-301</link>
		<dc:creator>Darknet</dc:creator>
		<pubDate>Sat, 25 Mar 2006 05:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-301</guid>
		<description>Great comment kurt, have to agree.

A lot of it is to do with perception, and well the LAMP stack for example has been examined by many thousands more people than the core of Microsofts OS could have ever been looked at.

Which would account for higher security, less flaws in the code in general and more transparency, which in turn passes less risk on to us.

But yeah, homebrew projects can be terrible for security, and not all open source is good...look at sendmails record! Bring on Exim :)</description>
		<content:encoded><![CDATA[<p>Great comment kurt, have to agree.</p>
<p>A lot of it is to do with perception, and well the LAMP stack for example has been examined by many thousands more people than the core of Microsofts OS could have ever been looked at.</p>
<p>Which would account for higher security, less flaws in the code in general and more transparency, which in turn passes less risk on to us.</p>
<p>But yeah, homebrew projects can be terrible for security, and not all open source is good&#8230;look at sendmails record! Bring on Exim <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kurt wismer</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-299</link>
		<dc:creator>kurt wismer</dc:creator>
		<pubDate>Fri, 24 Mar 2006 15:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-299</guid>
		<description>i think what is important to see here (and what some people seem to have some intuitive grasp on) has to do with the difference between security and risk...

open source has the potential to have a lower risk of exploitability... 

i think we can all agree that the more people looking at the code, the less chance of those people missing something that could be exploited in a malicious way... that's no guarantee that they won't, but it is a higher assurance level... 

further, the more popular the open source app, the more people there will be (both good and bad) with motivation enough to examine the code...  a really popular open source program, therefore, may receive much more examination than is reasonable or possible for it's closed source alternatives (for example, it's quite likely that linux's code has been examined, at least in part, by far more people than have examined windows' code)... and for this reason i think the idea suggested of using open source apps no one has heard of before for the sake of security is actually a bad security measure as it tries to get security out of obscurity and gives up the risk managing benefits that open source provides... 

on the other hand, the larger the code base, the greater the chance of missing something because it's more difficult to examine all of the code and model it's security...

of course, the importance of keeping the software up to date is something that transcends the division between open and closed source... making the code secure is an on-going, never-ending process regardless of how open things are... users definitely need to be made aware of the need to keep all their software up to date...</description>
		<content:encoded><![CDATA[<p>i think what is important to see here (and what some people seem to have some intuitive grasp on) has to do with the difference between security and risk&#8230;</p>
<p>open source has the potential to have a lower risk of exploitability&#8230; </p>
<p>i think we can all agree that the more people looking at the code, the less chance of those people missing something that could be exploited in a malicious way&#8230; that&#8217;s no guarantee that they won&#8217;t, but it is a higher assurance level&#8230; </p>
<p>further, the more popular the open source app, the more people there will be (both good and bad) with motivation enough to examine the code&#8230;  a really popular open source program, therefore, may receive much more examination than is reasonable or possible for it&#8217;s closed source alternatives (for example, it&#8217;s quite likely that linux&#8217;s code has been examined, at least in part, by far more people than have examined windows&#8217; code)&#8230; and for this reason i think the idea suggested of using open source apps no one has heard of before for the sake of security is actually a bad security measure as it tries to get security out of obscurity and gives up the risk managing benefits that open source provides&#8230; </p>
<p>on the other hand, the larger the code base, the greater the chance of missing something because it&#8217;s more difficult to examine all of the code and model it&#8217;s security&#8230;</p>
<p>of course, the importance of keeping the software up to date is something that transcends the division between open and closed source&#8230; making the code secure is an on-going, never-ending process regardless of how open things are&#8230; users definitely need to be made aware of the need to keep all their software up to date&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CS Shyam Sundar</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-293</link>
		<dc:creator>CS Shyam Sundar</dc:creator>
		<pubDate>Fri, 24 Mar 2006 12:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-293</guid>
		<description>First all should understand that it doesnt matter that if its OPEN SOURCE or CLOSED SOURCE., 

But we can see that., in OPEN SOURCE the code is viewed by many ppl. and hence LESS THE CHANCES for an insecure code., I said only less the chance., it does not necessarily mean that it is secure., chances are that all the ppl. who looked the code might have overlooked something.

But in CLOSED SOURCE., code is seen by a few ppl., so relatively much more risky...,</description>
		<content:encoded><![CDATA[<p>First all should understand that it doesnt matter that if its OPEN SOURCE or CLOSED SOURCE., </p>
<p>But we can see that., in OPEN SOURCE the code is viewed by many ppl. and hence LESS THE CHANCES for an insecure code., I said only less the chance., it does not necessarily mean that it is secure., chances are that all the ppl. who looked the code might have overlooked something.</p>
<p>But in CLOSED SOURCE., code is seen by a few ppl., so relatively much more risky&#8230;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navaho Gunleg</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-292</link>
		<dc:creator>Navaho Gunleg</dc:creator>
		<pubDate>Fri, 24 Mar 2006 11:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-292</guid>
		<description>Also I expect the quality of the Linux kernel to be significantly higher than the Windows one (or SCO one for that matter). We can just never be sure because the latter are closed.

Of course there are plenty home-brew projects that still have lousy code. (/me looks in his home-CVS repository.)

At some point, an open-source project will get enough focus, become popular and the source-code cleaned-up.

Independant study? Somehow I don't see Microsoft lending out there source-code to an 'independant' researcher -- rather see them making an independant researcher, well, &lt;em&gt;depend&lt;/em&gt;... ;)</description>
		<content:encoded><![CDATA[<p>Also I expect the quality of the Linux kernel to be significantly higher than the Windows one (or SCO one for that matter). We can just never be sure because the latter are closed.</p>
<p>Of course there are plenty home-brew projects that still have lousy code. (/me looks in his home-CVS repository.)</p>
<p>At some point, an open-source project will get enough focus, become popular and the source-code cleaned-up.</p>
<p>Independant study? Somehow I don&#8217;t see Microsoft lending out there source-code to an &#8216;independant&#8217; researcher &#8212; rather see them making an independant researcher, well, <em>depend</em>&#8230; <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darknet</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-291</link>
		<dc:creator>Darknet</dc:creator>
		<pubDate>Fri, 24 Mar 2006 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-291</guid>
		<description>Yah, pretty much proven recently by the independant study. It showed Open Source software did have a lot of faults, but the LAMP stack had significantly less faults per thousand the proprietary software leading it to be some of the most secure software around.</description>
		<content:encoded><![CDATA[<p>Yah, pretty much proven recently by the independant study. It showed Open Source software did have a lot of faults, but the LAMP stack had significantly less faults per thousand the proprietary software leading it to be some of the most secure software around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navaho Gunleg</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-289</link>
		<dc:creator>Navaho Gunleg</dc:creator>
		<pubDate>Fri, 24 Mar 2006 10:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-289</guid>
		<description>The only thing &lt;em&gt;I&lt;/em&gt; know from experience is that I have never seen more sh** on proprietary operating systems than on open-source ones. 

Fact is, you &lt;strong&gt;do not&lt;/strong&gt; know what goes on in a closed-box whereas you &lt;em&gt;can&lt;/em&gt; know what happens in an open one. 

Proprietary systems &lt;em&gt;rely&lt;/em&gt; on the fact other people &lt;strong&gt;never&lt;/strong&gt; look inside it, simply because it's written crappy.

Open-source can be read by &lt;em&gt;anyone&lt;/em&gt;. This automatically results in cleaner code -- as some form of 'social control' -- because you &lt;em&gt;know&lt;/em&gt; some other guy is going to complain if you don't.

The question shouldn't be whether open-source is &lt;em&gt;more&lt;/em&gt; secure than closed -- but rather &lt;em&gt;which one can you (unconditionally) trust&lt;/em&gt;?</description>
		<content:encoded><![CDATA[<p>The only thing <em>I</em> know from experience is that I have never seen more sh** on proprietary operating systems than on open-source ones. </p>
<p>Fact is, you <strong>do not</strong> know what goes on in a closed-box whereas you <em>can</em> know what happens in an open one. </p>
<p>Proprietary systems <em>rely</em> on the fact other people <strong>never</strong> look inside it, simply because it&#8217;s written crappy.</p>
<p>Open-source can be read by <em>anyone</em>. This automatically results in cleaner code &#8212; as some form of &#8217;social control&#8217; &#8212; because you <em>know</em> some other guy is going to complain if you don&#8217;t.</p>
<p>The question shouldn&#8217;t be whether open-source is <em>more</em> secure than closed &#8212; but rather <em>which one can you (unconditionally) trust</em>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farking</title>
		<link>http://www.darknet.org.uk/2006/03/is-open-source-more-secure/#comment-286</link>
		<dc:creator>farking</dc:creator>
		<pubDate>Fri, 24 Mar 2006 08:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2006/03/how-open-is-open/#comment-286</guid>
		<description>it's no doubt open source is more secure compared to the close source. commercial software, it's just a matter of time someone will found a bugs and exploit it.

just take a look at microsoft windows. no source but still a lot of bugs and vulnerability discovered. :)</description>
		<content:encoded><![CDATA[<p>it&#8217;s no doubt open source is more secure compared to the close source. commercial software, it&#8217;s just a matter of time someone will found a bugs and exploit it.</p>
<p>just take a look at microsoft windows. no source but still a lot of bugs and vulnerability discovered. <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
