<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Responsible Disclosure and Months of Bugs</title>
	<atom:link href="http://emergentchaos.com/archives/2007/03/responsible-disclosure-and-months-of-bugs.html/feed" rel="self" type="application/rss+xml" />
	<link>http://emergentchaos.com/archives/2007/03/responsible-disclosure-and-months-of-bugs.html</link>
	<description>The Emergent Chaos Jazz Combo</description>
	<lastBuildDate>Mon, 15 Mar 2010 15:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Iang</title>
		<link>http://emergentchaos.com/archives/2007/03/responsible-disclosure-and-months-of-bugs.html/comment-page-1#comment-3353</link>
		<dc:creator>Iang</dc:creator>
		<pubDate>Tue, 06 Mar 2007 06:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=2258#comment-3353</guid>
		<description>It&#039;s hard to get excited about exploit code when we can provide a billion dollars worth of fraud, and still the vendors won&#039;t respond.
Look at the record:  Firefox people have only in the last month or so taken the first definitive, measurable step towards an active posture against phishing, by employing someone with that aim.  (And still, Firefox 3 is the planned event...)
Microsoft are just as bad.  Even though they woke up earlier to the security failure of the browser ... with a little prodding in the form of Bill Gates&#039; famous memo ... their people went straight into a huddle and created a &quot;better than before&quot; green bar ... or a track-all-your-URLs database.  This puts them further back than Mozilla, as they&#039;ll have to unwind the marketing features to get back to where Firefox is (which hasn&#039;t left the starting gate).
The problem can be characterised as security bug people talking security bugs, and vendors talking public exposure and marketing opportunities.  It&#039;s not a debate about security, and won&#039;t be until both sides are willing to talk about security.  To be fair, the security bug people are talking about vulnerabilities, not security;  even if one side starts talking about security, they&#039;ll quickly realise they are talking to themselves.
</description>
		<content:encoded><![CDATA[<p>It&#8217;s hard to get excited about exploit code when we can provide a billion dollars worth of fraud, and still the vendors won&#8217;t respond.<br />
Look at the record:  Firefox people have only in the last month or so taken the first definitive, measurable step towards an active posture against phishing, by employing someone with that aim.  (And still, Firefox 3 is the planned event&#8230;)<br />
Microsoft are just as bad.  Even though they woke up earlier to the security failure of the browser &#8230; with a little prodding in the form of Bill Gates&#8217; famous memo &#8230; their people went straight into a huddle and created a &#8220;better than before&#8221; green bar &#8230; or a track-all-your-URLs database.  This puts them further back than Mozilla, as they&#8217;ll have to unwind the marketing features to get back to where Firefox is (which hasn&#8217;t left the starting gate).<br />
The problem can be characterised as security bug people talking security bugs, and vendors talking public exposure and marketing opportunities.  It&#8217;s not a debate about security, and won&#8217;t be until both sides are willing to talk about security.  To be fair, the security bug people are talking about vulnerabilities, not security;  even if one side starts talking about security, they&#8217;ll quickly realise they are talking to themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://emergentchaos.com/archives/2007/03/responsible-disclosure-and-months-of-bugs.html/comment-page-1#comment-3352</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 05 Mar 2007 23:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=2258#comment-3352</guid>
		<description>I stand corrected.  I shot a quick post but hadn&#039;t taken the time to do my research.   Based on &lt;a href=&quot;http://www.php-security.org/#faq&quot; rel=&quot;nofollow&quot;&gt;question #6&lt;/a&gt; alone I agree with Arthur that MOPB isn&#039;t being responsible in their disclosure techniques:
&lt;blockquote&gt;&lt;b&gt;#6 Why do you provide exploit code, isn&#039;t that irresponsible?&lt;/b&gt;
Exploit code is provided because on the one hand some people do not believe that a vulnerability is exploitable (maybe because their attempts failed) and on the other hand the lack of exploit code that tests for a certain vulnerability is the major reason why PHP vulnerabilities are sometimes not correctly fixed or why the same bugs are later reintroduced.&lt;/blockquote&gt;
That exploit code should certainly be provided to the PHP developers to prove to them the vulnerability exists and is exploitable.  But POC code should not be distributed to the public until after the vendor has had a reasonable amount of time to address the vulnerability and has failed to do so and even then it should first be released to IPS/IDS and AV vendors before its released to the public.
I&#039;m not as concerned as Arthur is about the vendor getting a heads-up on these as long as the disclosure is responsible (ergo no public POC code).  But again, it looks like MOPB doesn&#039;t adhere to that.
Its a shame...the idea is worth while but obviously not well executed in this case.
I didn&#039;t follow the Month of Browser Bugs too terribly close but I got a sense that it was successful in that it drew a lot of attention to the problems in browsers, which of course is the main point of the whole MOXB idea and the whole reason I find them appealing.
There &lt;i&gt;has&lt;/i&gt; to be a way to prod vendors into action without jeopardizing Joe User.
</description>
		<content:encoded><![CDATA[<p>I stand corrected.  I shot a quick post but hadn&#8217;t taken the time to do my research.   Based on <a href="http://www.php-security.org/#faq" rel="nofollow">question #6</a> alone I agree with Arthur that MOPB isn&#8217;t being responsible in their disclosure techniques:</p>
<blockquote><p><b>#6 Why do you provide exploit code, isn&#8217;t that irresponsible?</b><br />
Exploit code is provided because on the one hand some people do not believe that a vulnerability is exploitable (maybe because their attempts failed) and on the other hand the lack of exploit code that tests for a certain vulnerability is the major reason why PHP vulnerabilities are sometimes not correctly fixed or why the same bugs are later reintroduced.</p></blockquote>
<p>That exploit code should certainly be provided to the PHP developers to prove to them the vulnerability exists and is exploitable.  But POC code should not be distributed to the public until after the vendor has had a reasonable amount of time to address the vulnerability and has failed to do so and even then it should first be released to IPS/IDS and AV vendors before its released to the public.<br />
I&#8217;m not as concerned as Arthur is about the vendor getting a heads-up on these as long as the disclosure is responsible (ergo no public POC code).  But again, it looks like MOPB doesn&#8217;t adhere to that.<br />
Its a shame&#8230;the idea is worth while but obviously not well executed in this case.<br />
I didn&#8217;t follow the Month of Browser Bugs too terribly close but I got a sense that it was successful in that it drew a lot of attention to the problems in browsers, which of course is the main point of the whole MOXB idea and the whole reason I find them appealing.<br />
There <i>has</i> to be a way to prod vendors into action without jeopardizing Joe User.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Russell</title>
		<link>http://emergentchaos.com/archives/2007/03/responsible-disclosure-and-months-of-bugs.html/comment-page-1#comment-3351</link>
		<dc:creator>Ryan Russell</dc:creator>
		<pubDate>Mon, 05 Mar 2007 22:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://emergentchaos.com/?p=2258#comment-3351</guid>
		<description>This PHP case appears to be special. He is maintaining a special fork of PHP where the bugs are all fixed, I believe.
Or do people not think he should be able to fix bugs in his own software? (At least in the &quot;own&quot; sense of maintaining a distribution. Otherwise you&#039;re also faulting Theo for dropping NetBSD 0-day.)
</description>
		<content:encoded><![CDATA[<p>This PHP case appears to be special. He is maintaining a special fork of PHP where the bugs are all fixed, I believe.<br />
Or do people not think he should be able to fix bugs in his own software? (At least in the &#8220;own&#8221; sense of maintaining a distribution. Otherwise you&#8217;re also faulting Theo for dropping NetBSD 0-day.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
