<?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: Can your (unchanged) source code get more vulnerable over time?</title>
	<atom:link href="http://spiresecurity.com/?feed=rss2&#038;p=289" rel="self" type="application/rss+xml" />
	<link>http://spiresecurity.com/?p=289</link>
	<description>Risk and Cybersecurity Analysis</description>
	<lastBuildDate>Wed, 21 Aug 2013 23:28:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://spiresecurity.com/?p=289&#038;cpage=1#comment-396</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 04 Sep 2007 19:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=289#comment-396</guid>
		<description><![CDATA[I question the usefulness of &quot;Risk=threatXvulnXimpact&quot;In fact, I question the usefulness of the modern definition of &quot;vulnerability&quot; for the reasons that Peter outlines above.

What we&#039;re really concerned with if we&#039;re going to make a probability statement around risk, is our ability to withstand the force applied by a threat agent (borrowed from FAIR - Threat Capability vs. Control Strength), the frequency that we&#039;ll see that threat act against us, and then the impact to us.  The code itself is static.  The only thing that changes is our (its) ability to withstand the force applied.

Think of it this way, 56 bit DES is still as strong as it was in 1994.  The only thing that has changed is our ability to apply force to it....  The known vulnerabilities only increased because the force the attackers were able to apply against it.
]]></description>
		<content:encoded><![CDATA[<p>I question the usefulness of &#8220;Risk=threatXvulnXimpact&#8221;In fact, I question the usefulness of the modern definition of &#8220;vulnerability&#8221; for the reasons that Peter outlines above.</p>
<p>What we&#8217;re really concerned with if we&#8217;re going to make a probability statement around risk, is our ability to withstand the force applied by a threat agent (borrowed from FAIR &#8211; Threat Capability vs. Control Strength), the frequency that we&#8217;ll see that threat act against us, and then the impact to us.  The code itself is static.  The only thing that changes is our (its) ability to withstand the force applied.</p>
<p>Think of it this way, 56 bit DES is still as strong as it was in 1994.  The only thing that has changed is our ability to apply force to it&#8230;.  The known vulnerabilities only increased because the force the attackers were able to apply against it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Lewis</title>
		<link>http://spiresecurity.com/?p=289&#038;cpage=1#comment-395</link>
		<dc:creator>Rob Lewis</dc:creator>
		<pubDate>Fri, 31 Aug 2007 15:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=289#comment-395</guid>
		<description><![CDATA[After years of observing these circular discussions, I wonder why there is not more focus on technology that reduces the opportunity to act on vulnerabitities in the first place.

In the usual risk equation:

risk=threat*vulnerability*consequence

vulnerabilities=&gt;threats=&gt;consequences

and the usual focus has been on identifying and patching vulnerabilities.

However, if you remove the ability to act on vulnerabilities you reduce threats and consequences and reduce risk, yet the vulnerabilities are still present.

We do just that with Trustifier by separating root user from the system, isolating running applications or services, and using just-in time privilege escalation, such as making net_bind a one shot deal for a web server (as an example).




]]></description>
		<content:encoded><![CDATA[<p>After years of observing these circular discussions, I wonder why there is not more focus on technology that reduces the opportunity to act on vulnerabitities in the first place.</p>
<p>In the usual risk equation:</p>
<p>risk=threat*vulnerability*consequence</p>
<p>vulnerabilities=>threats=>consequences</p>
<p>and the usual focus has been on identifying and patching vulnerabilities.</p>
<p>However, if you remove the ability to act on vulnerabilities you reduce threats and consequences and reduce risk, yet the vulnerabilities are still present.</p>
<p>We do just that with Trustifier by separating root user from the system, isolating running applications or services, and using just-in time privilege escalation, such as making net_bind a one shot deal for a web server (as an example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://spiresecurity.com/?p=289&#038;cpage=1#comment-394</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 30 Aug 2007 12:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=289#comment-394</guid>
		<description><![CDATA[@Erik -

I agree that the number of known vulns change. But if we both agree that the number of vulns does change, then what does it matter? It is the *known* part that matters. The more people who know about a vulnerability, the higher the probability that it will get exploited (all other things equal).

That increased knowledge of vulns is the thing that increases the threat because more people know about it and the cost of exploit often goes down (e.g. no cost to finding a vuln, PoC code may be released, etc.).
]]></description>
		<content:encoded><![CDATA[<p>@Erik -</p>
<p>I agree that the number of known vulns change. But if we both agree that the number of vulns does change, then what does it matter? It is the *known* part that matters. The more people who know about a vulnerability, the higher the probability that it will get exploited (all other things equal).</p>
<p>That increased knowledge of vulns is the thing that increases the threat because more people know about it and the cost of exploit often goes down (e.g. no cost to finding a vuln, PoC code may be released, etc.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://spiresecurity.com/?p=289&#038;cpage=1#comment-393</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Thu, 30 Aug 2007 06:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=289#comment-393</guid>
		<description><![CDATA[I agree with you that the number of vulnerabilities in a piece of code can&#039;t change over time.

I don&#039;t agree with you with that what makes the code insecure over time is a raised threat level. The threat level might increase over time, but it could just as well decrease. What is more likely to change over time is the number of KNOWN vulnerabilities, i.e. more of the vulnerabilities in the code will be discovered over time. The threat can be high even though there are no known vulnerabilities in a piece of code.

An interresting question that comes to mind now is which vulnerability level that should be used in a risk calculation (risk=threat*vulnerability*consequence). Should we use the number of known vulnerabilities or an estimation of the total number of vulnerabilities (known+unknown). I would prefer the latter.


]]></description>
		<content:encoded><![CDATA[<p>I agree with you that the number of vulnerabilities in a piece of code can&#8217;t change over time.</p>
<p>I don&#8217;t agree with you with that what makes the code insecure over time is a raised threat level. The threat level might increase over time, but it could just as well decrease. What is more likely to change over time is the number of KNOWN vulnerabilities, i.e. more of the vulnerabilities in the code will be discovered over time. The threat can be high even though there are no known vulnerabilities in a piece of code.</p>
<p>An interresting question that comes to mind now is which vulnerability level that should be used in a risk calculation (risk=threat*vulnerability*consequence). Should we use the number of known vulnerabilities or an estimation of the total number of vulnerabilities (known+unknown). I would prefer the latter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
