<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: six-part]]></title>
    <link>http://securityratty.com/tag/six-part</link>
    <description></description>
    <pubDate>Thu, 16 Oct 2008 10:58:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Skein and SHA-3 News]]></title>
      <link>http://securityratty.com/article/cc81d2d4853466933826ebdeeef07d52</link>
      <guid>http://securityratty.com/article/cc81d2d4853466933826ebdeeef07d52</guid>
      <description><![CDATA[There are two bugs in the Skein code. They are subtle and esoteric, but they're there. We have revised both the reference and optimized code -- and provided new test vectors -- on the Skein website ....]]></description>
      <content:encoded><![CDATA[<p>There are two bugs in the Skein code.  They are subtle and esoteric, but they're there.  We have revised both the reference and optimized code -- and provided new test vectors -- on the <a href="http://www.schneier.com/skein.html">Skein website</a>.  A <a href="http://www.schneier.com/skein.pdf">revision of the paper</a> -- Version 1.1 -- has new IVs, new test vectors, and also fixes a few typos in the paper.</p>

<blockquote>Errata: Version 1.1 of the paper, reference, and optimized code corrects an error in which the length of the configuration string was passed in as the size of the internal block (256 bits for Skein-256, 512 for Skein-512, and 1024 for Skein-1024), instead of a constant 256 bits for all three sizes.  This error has no cryptographic significance, but affected the test vectors and the initialization values.  The revised code also fixes a bug in the MAC mode key processing.  This bug does not affect the NIST submission in any way.</blockquote>

<p><a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">NIST has received</a> 64 submissions.  (<a href="http://www.cio.com/article/461164/Amateurs_and_Pros_Vie_to_Build_New_Crypto_Standard">This article</a> interviews one of the submitters, who is fifteen.)  Of those, <a href="http://ehash.iaik.tugraz.at/wiki/The_SHA-3_Zoo">28 are public</a> and six have been broken.  NIST is going through the submissions right now, making sure they are complete and proper.  Their goal is to publish the accepted submissions by the end of the month, in advance of the <a href="http://csrc.nist.gov/groups/ST/hash/timeline.html">Third Cryptographic Hash Workshop</a> to be held in Belgium right after <a href="https://www.cosic.esat.kuleuven.be/fse2009/index.shtml">FSE</a> in February.  They expect to quickly make a first cut of algorithms -- hopefully to about a dozen -- and then give the community about a year of cryptanalysis before making a second cut in 2010.</p>

<p>Lastly, <a href="http://www.darkreading.com/blog/archives/2008/11/bending_skein_c.html">this</a> is a really nice article on Skein.</p>

<blockquote>These submissions make some accommodation to the Core 2 processor. They operate in "<a href="http://en.wikipedia.org/wiki/Little_endian" target="new">little-endian</a>" mode (a quirk of the <a href="http://en.wikipedia.org/wiki/X86" target="new">Intel-like processors</a> that reads some bytes in reverse order). They also allow a large file to be broken into chunks to split the work across multiple processors.

<p>However, virtually all of the contest submissions share the performance problem mentioned above. The logic they use won't optimally fit within the constraints of a Intel Core 2 processor. Most will perform as bad or worse than the existing SHA-1 algorithm.</p>

<p>One exception to this is <a href="http://www.schneier.com/skein.html" target="new">Skein</a>, created by several well-known cryptographers and noted pundit <a href="http://www.schneier.com/" target="new">Bruce Schneier</a>. It was designed specifically to exploit all three of the Core 2 execution units and to run at a full 64-bits. This gives it roughly four to 10 times the logic density of competing submissions.</p>

<p>This is what I meant by the <i><a href="http://www.imdb.com/title/tt0133093/" target="new">Matrix</a></i> quote above. They didn't bend the spoon; they bent the crypto algorithm. They moved the logic operations around in a way that wouldn't weaken the crypto, but would strengthen its speed on the Intel Core 2.</p>

<p>In their <a href="http://www.schneier.com/skein.pdf" target="new">paper</a> (PDF), the authors of Skein express surprise that a custom silicon <a href="http://en.wikipedia.org/wiki/Application-specific_integrated_circuit" target="new">ASIC</a> implementation is not any faster than the software implementation. They shouldn't be surprised. Every time you can redefine a problem to run optimally in software, you will reach the same speeds you get with optimized ASIC hardware. The reason software has a reputation of being slow is because people don't redefine the original problem.</blockquote></p>

<p>That's exactly what we were trying to do.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=98JTN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=98JTN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=diffN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=diffN" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Wed, 19 Nov 2008 03:14:48 +0000</pubDate>
      <category domain="http://securityratty.com/tag/skein">skein</category>
      <category domain="http://securityratty.com/tag/skein-1024">skein-1024</category>
      <category domain="http://securityratty.com/tag/skein-512">skein-512</category>
      <category domain="http://securityratty.com/tag/skein express surprise">skein express surprise</category>
      <category domain="http://securityratty.com/tag/skein website">skein website</category>
      <category domain="http://securityratty.com/tag/skein code">skein code</category>
      <category domain="http://securityratty.com/tag/submissions share">submissions share</category>
      <category domain="http://securityratty.com/tag/submissions">submissions</category>
      <category domain="http://securityratty.com/tag/code">code</category>
      <source url="http://www.schneier.com/blog/archives/2008/11/skein_and_sha-3.html">Skein and SHA-3 News</source>
    </item>
    <item>
      <title><![CDATA[Links List 11.17.08]]></title>
      <link>http://securityratty.com/article/85b0ee0a0390b793b97cc896d3067a94</link>
      <guid>http://securityratty.com/article/85b0ee0a0390b793b97cc896d3067a94</guid>
      <description><![CDATA[Wow. I think we all know that we can take or leave surveys numbers dont mean a lot without context. In this case the context is the current economic meltdown. The Society for Information Management...]]></description>
      <content:encoded><![CDATA[<p>Wow. I think we all know that we can take or leave surveys – numbers don’t mean a lot without context. In this case the “context” is the current economic meltdown. The Society for Information Management (SIM) released the results of their 2008 IT Trends Survey – predicting an “upbeat” forecast for IT jobs; the HUGE caveat here is that the study was conducted before all the recent economic woes. Apparently organizations are using IT to <a href="http://blogs.zdnet.com/BTL/?p=10765" target="_blank">drive efficiencies, streamline operations, and cut costs</a> rather than just slashing the IT budget to save money during the downturn. What would be a nice follow-up: a quick second survey comparing responses before and after. Regardless Jerry Luftman, SIM vice president of academic affairs, still says the survey results demonstrate “that the overall state of IT remains very strong.”</p>
<p><img style="margin: 5px" src="http://images.google.com/url?q=http://disney-clipart.com/Chicken-Little/Disney-Chicken-Little.jpg&amp;usg=AFQjCNGA4kajmvy1h_lrcRnuywgV7_X0aQ" alt="" width="198" height="201" align="left" />The sky is falling! Trip Chowdhry, the analyst with Global Equities Research who claimed Red Hat was ‘rubbish and the entire LAMP stack is potty, too’ published some eye-opening predictions, predominantly negative, about tech business in Silicon Valley. Now <a href="http://news.cnet.com/8301-13505_3-10094221-16.html?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20" target="_blank">Chowdhry claims that “almost every VC funded open-source company</a> is struggling and will run out of money within the next six months.” (Probably not the most unbiased guy about open source) Matt Asay argues that organizations in general are struggling, but open-source companies are not that high on the list. (But are they high on the VC “axe” list??) He notes Alfresco, Pentaho and JasperSoft are some of the players with ‘millions in the bank and growing revenue.’ Asay also says Chowdhry has a responsibility to do real due diligence and not create myths. Take that, Chicken Little! (<a href="http://disney-clipart.com/Chicken-Little/Disney-Chicken-Little.jpg" target="_blank"><em>img from Disney-Clipart</em></a>)</p>
<p>We’re not as far behind as we thought we were. Google presented the results of a study they conducted about how IPv6- capable “ordinary users” are at the RIPE meeting in Dubai a few weeks ago. Turns out Apple Macs drive IPv6 penetration in the US. <a href="http://arstechnica.com/news.ars/post/20081113-google-more-macs-mean-higher-ipv6-usage-in-us.html" target="_blank">Fifty-two percent of all IPv6 users in the U.S. own a Mac</a> and use 6to4 (creating IPv6 addresses from an IPv4 address and tunneling packets) – making the US fifth in the list of countries using IPv6. Russia and France took first and second place with .76 and .65 percent IPv6-enabled traffic . The US is at .45 percent. Worldwide, 0.238 percent of Google users’ systems are IPv6-enabled and prefer to use IPv6 over IPv4.</p>
<p>Obama’s win = Google’s win? Apparently Google <a href="http://blogs.cioinsight.com/biztech30/content/2008_campaign/google_vs_microsoft_the_obama_factor.html?kc=rss" target="_blank">CEO Eric Schmidt and President-Elect Obama are very good buddies</a> and “this terrifies Microsoft”. Now competitors are more on guard against Google’s growing empire and popularity. Although Schmidt was mentioned as a possible candidate for the country’s new national CTO position, he said he would not accept the post if asked. I guess that’s one less thing Microsoft has to worry about.</p>
]]></content:encoded>
      <pubDate>Mon, 17 Nov 2008 19:35:52 +0000</pubDate>
      <category domain="http://securityratty.com/tag/list">list</category>
      <category domain="http://securityratty.com/tag/survey results">survey results</category>
      <category domain="http://securityratty.com/tag/results">results</category>
      <category domain="http://securityratty.com/tag/ipv6 addresses">ipv6 addresses</category>
      <category domain="http://securityratty.com/tag/ipv6">ipv6</category>
      <category domain="http://securityratty.com/tag/percent">percent</category>
      <category domain="http://securityratty.com/tag/open-source company">open-source company</category>
      <category domain="http://securityratty.com/tag/source">source</category>
      <category domain="http://securityratty.com/tag/fifty-two percent">fifty-two percent</category>
      <source url="http://blog.sciencelogic.com/links-list-111708/11/2008">Links List 11.17.08</source>
    </item>
    <item>
      <title><![CDATA[Mozilla fixes 11 new flaws in Firefox, six critical]]></title>
      <link>http://securityratty.com/article/a18a8c554ba3730c699f5a2b2577779a</link>
      <guid>http://securityratty.com/article/a18a8c554ba3730c699f5a2b2577779a</guid>
      <description><![CDATA[Mozilla has patched 11 vulnerabilities in Firefox 3.0 -- and 12 bugs in the older Firefox 2.0 -- that could be used to compromise computers and steal...]]></description>
      <content:encoded><![CDATA[Mozilla has patched 11 vulnerabilities in Firefox 3.0 -- and 12 bugs in the older Firefox 2.0 -- that could be used to compromise computers and steal information.<br style="clear: both;"/>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:cf08f0c5563137391e24cab21121a0f3:q4vS%2F5edGIT6mK7SxbS6QsaqEeeFvWygLlcmb%2FNasNtpjFZikFyCDXJeIFqr4zmxS%2Bh%2B7kUL4lGs'><img border='0' title='Add to digg' alt='Add to digg' src='http://www.pheedo.com/images/mm/digg.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:5a8abb23899446eaa11b8249ab3985c3:YbwTxC3XCHLL1M9Uu40UUZxVLGh3xz6dwRrWBcZ0tItQc6WCrAwzvCMhhBeN83ksZ4YUm0I5as8EqA%3D%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://www.pheedo.com/images/mm/stumbleit.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:728522c00fb4071725c9756f19f8af5a:1%2B3QbCv0CQsFJ4kgUcMO%2Fq4e955S67vpEKxlC1Vg1x6zkz88qITWQJZZez2xffZWpztlAo8YGxO%2FBQ%3D%3D'><img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://www.pheedo.com/images/mm/twitter.png'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:5e91ad34ddcb53436e071e23365ac6c8:xIPHmGY0aHpihGq2KTHZuqPz5XK71SzkG7DmPnbTYsli5Ee35AtdRWo7g917Hvv0xbB3OH1h3G8lhA%3D%3D'><img border='0' title='Add to Slashdot' alt='Add to Slashdot' src='http://www.pheedo.com/images/mm/slashdot.png'/></a>
<br style="clear: both;"/>  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=1ac6ad125b130743917577d9026d0635" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=1ac6ad125b130743917577d9026d0635" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Thu, 13 Nov 2008 02:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/firefox">firefox</category>
      <category domain="http://securityratty.com/tag/compromise computers">compromise computers</category>
      <category domain="http://securityratty.com/tag/mozilla">mozilla</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/bugs">bugs</category>
      <source url="http://feeds.computerworld.com/click.phdo?i=1ac6ad125b130743917577d9026d0635">Mozilla fixes 11 new flaws in Firefox, six critical</source>
    </item>
    <item>
      <title><![CDATA[Mozilla fixes 11 new flaws in Firefox, six critical]]></title>
      <link>http://securityratty.com/article/2252473c0d17cce48f2fb9276bfd9515</link>
      <guid>http://securityratty.com/article/2252473c0d17cce48f2fb9276bfd9515</guid>
      <description><![CDATA[Mozilla on Wednesday patched 11 vulnerabilities in Firefox 3.0 -- and 12 bugs in the older Firefox 2.0 -- that could be used to compromise computers and steal...]]></description>
      <content:encoded><![CDATA[Mozilla on Wednesday patched 11 vulnerabilities in Firefox 3.0 -- and 12 bugs in the older Firefox 2.0 -- that could be used to compromise computers and steal information.]]></content:encoded>
      <pubDate>Wed, 12 Nov 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/firefox">firefox</category>
      <category domain="http://securityratty.com/tag/compromise computers">compromise computers</category>
      <category domain="http://securityratty.com/tag/mozilla">mozilla</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/wednesday">wednesday</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/bugs">bugs</category>
      <source url="http://www.networkworld.com/news/2008/111308-mozilla-fixes-11-new-flaws.html?fsrc=rss-security">Mozilla fixes 11 new flaws in Firefox, six critical</source>
    </item>
    <item>
      <title><![CDATA[Six Security Vulnerabilities Updated By Adobe In Flash Player 9]]></title>
      <link>http://securityratty.com/article/86fa944e76baa9f405fe667870f911f2</link>
      <guid>http://securityratty.com/article/86fa944e76baa9f405fe667870f911f2</guid>
      <description><![CDATA[Adobe has released another Flash Player 9 update to cover at least six documented security vulnerabilities that could expose users to a wide range of hacker attacks. The patch, rated critical by...]]></description>
      <content:encoded><![CDATA[Adobe has released another Flash Player 9 update to cover at least six documented security vulnerabilities that could expose users to a wide range of hacker attacks.
The patch, rated “critical” by Adobe, affects Flash Player 9.0.124.0 on all platforms. The latest Flash Player vulnerabilities include:
CVE-2008-4818: This update includes a change to the way Flash Player [...]]]></content:encoded>
      <pubDate>Thu, 06 Nov 2008 20:24:16 +0000</pubDate>
      <category domain="http://securityratty.com/tag/flash player">flash player</category>
      <category domain="http://securityratty.com/tag/affects flash player">affects flash player</category>
      <category domain="http://securityratty.com/tag/security vulnerabilities">security vulnerabilities</category>
      <category domain="http://securityratty.com/tag/adobe">adobe</category>
      <category domain="http://securityratty.com/tag/wide range">wide range</category>
      <category domain="http://securityratty.com/tag/expose users">expose users</category>
      <category domain="http://securityratty.com/tag/hacker attacks">hacker attacks</category>
      <category domain="http://securityratty.com/tag/platforms">platforms</category>
      <category domain="http://securityratty.com/tag/change">change</category>
      <source url="http://cyberinsecure.com/six-security-vulnerabilities-updated-by-adobe-in-flash-player-9/">Six Security Vulnerabilities Updated By Adobe In Flash Player 9</source>
    </item>
    <item>
      <title><![CDATA[Microsofts Report Shows Vista More Secure Than XP]]></title>
      <link>http://securityratty.com/article/8c020de2de57de95126f6f412ddf5547</link>
      <guid>http://securityratty.com/article/8c020de2de57de95126f6f412ddf5547</guid>
      <description><![CDATA[Microsofts latest security report shows that the number of new vulnerabilities found in its software was lower in first half of the year than the last half of 2007, with the Windows Vista OS proving...]]></description>
      <content:encoded><![CDATA[Microsoft&#8217;s latest security report shows that the number of new vulnerabilities found in its software was lower in first half of the year than the last half of 2007, with the Windows Vista OS proving more resistant to exploits than XP.
Microsoft reported 77 vulnerabilities from January to June compared to 116 for the last six [...]]]></content:encoded>
      <pubDate>Wed, 05 Nov 2008 01:41:59 +0000</pubDate>
      <category domain="http://securityratty.com/tag/windows vista">windows vista</category>
      <category domain="http://securityratty.com/tag/half">half</category>
      <category domain="http://securityratty.com/tag/microsofts">microsofts</category>
      <category domain="http://securityratty.com/tag/security report">security report</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/exploits">exploits</category>
      <category domain="http://securityratty.com/tag/microsoft">microsoft</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <category domain="http://securityratty.com/tag/june">june</category>
      <source url="http://cyberinsecure.com/microsofts-report-shows-vista-more-secure-than-xp/">Microsofts Report Shows Vista More Secure Than XP</source>
    </item>
    <item>
      <title><![CDATA[Sysadmin sentenced for attack on company's servers]]></title>
      <link>http://securityratty.com/article/b49392a5b3e8bb486135b958f254edef</link>
      <guid>http://securityratty.com/article/b49392a5b3e8bb486135b958f254edef</guid>
      <description><![CDATA[A 42-year-old contract systems administrator was sentenced to six months in prison for sabotaging three servers at his former employer, Connecticut toolmaker...]]></description>
      <content:encoded><![CDATA[A 42-year-old contract systems administrator was sentenced to six months in prison for sabotaging three servers at his former employer, Connecticut toolmaker Pratt-Read.<br style="clear: both;"/>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:473731cdb02a3bf45bba34ded71d302b:LaBKdmh86v6p2EbMSXNnHezUDpboNwuWEhmIX%2Brd0l1pp2jgNIZTljV%2Bjx0KRh8IxDfrQ4Pv%2BSlk'><img border='0' title='Add to digg' alt='Add to digg' src='http://www.pheedo.com/images/mm/digg.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:3c4a42d450c12d25db83d7385386df99:c120X2VVedhCrqZ4WLhVRLP%2FmMbbMyJa5JfEmxmAORLx2v%2FJ7LvRukAwd2OmvySL%2BA9rqLtK5jWrWA%3D%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://www.pheedo.com/images/mm/stumbleit.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:184bc575233461eacc25c8fb0da92dd0:xR925kStiymzl7sEATjz36MC%2Fw3N2yvkrBYLA58FWaM2mozlClBWqnoDF5n28eM8WpRZCRi0Q8%2BlQA%3D%3D'><img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://www.pheedo.com/images/mm/twitter.png'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:7d7997ebf4f753ae2be0a0f635076aa8:frqyGB4yOBu5xmJsENgWX3ixGGvep1Li6MBuYH5IsCqqbp8y3iA3IWSdlWkFYl25%2B3dN3KpsTGD44g%3D%3D'><img border='0' title='Add to Slashdot' alt='Add to Slashdot' src='http://www.pheedo.com/images/mm/slashdot.png'/></a>
<br style="clear: both;"/>  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=59516b171be9bed071a0d8c87d9bd9ef" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=59516b171be9bed071a0d8c87d9bd9ef" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Mon, 03 Nov 2008 02:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/connecticut toolmaker pratt-read">connecticut toolmaker pratt-read</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <category domain="http://securityratty.com/tag/prison">prison</category>
      <category domain="http://securityratty.com/tag/employer">employer</category>
      <category domain="http://securityratty.com/tag/months">months</category>
      <source url="http://feeds.computerworld.com/click.phdo?i=59516b171be9bed071a0d8c87d9bd9ef">Sysadmin sentenced for attack on company's servers</source>
    </item>
    <item>
      <title><![CDATA[Former sysadmin sentenced for wrecking corporate servers]]></title>
      <link>http://securityratty.com/article/094764e817e53dae38e9b89e5490e912</link>
      <guid>http://securityratty.com/article/094764e817e53dae38e9b89e5490e912</guid>
      <description><![CDATA[A 42-year-old Connecticut man was sentenced to serve six months in prison for sabotaging three servers at his former employer, Connecticut toolmaker...]]></description>
      <content:encoded><![CDATA[A 42-year-old Connecticut man was sentenced to serve six months in prison for sabotaging three servers at his former employer, Connecticut toolmaker Pratt-Read.<br style="clear: both;"/>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:4681b77d6c85ccc1a333a0ab2f794c28:Qt%2BkXorGA8PRZ8TDWoXegwQtdaIsfQtxLYMhhpicddCKRoCJg4J3EeMPVl9G%2Byeuv6rJqW53XZUf'><img border='0' title='Add to digg' alt='Add to digg' src='http://www.pheedo.com/images/mm/digg.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:2bbe09ad3cadb302d463087a2547346d:Tq69im1k4%2BZFrbFCPk%2F2%2B8OMj6%2FKrUUOwhhRqjZ3fVIm1BE%2FUnLzpv15v%2BzZxHHX6a%2FV6aEjI46zgQ%3D%3D'><img border='0' title='Add to StumbleUpon' alt='Add to StumbleUpon' src='http://www.pheedo.com/images/mm/stumbleit.gif'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:cfccd3c7cc348e7ee7926d01614d1aa5:tbi%2FPaKjo9MLgQpvI1hHubh9TLQeRtAYDoZq30qkBAXL3Y593ojHCWB4s6%2FmVcOA9qU%2Fw4LuvDlzUQ%3D%3D'><img border='0' title='Add to Twitter' alt='Add to Twitter' src='http://www.pheedo.com/images/mm/twitter.png'/></a>
    <a style='font-size: 10px; color: maroon;' href='http://www.pheedo.com/hostedMorselClick.php?hfmm=v3:678c75ddda384cf0a936fc44a8398441:aANqKK6uwqoCnFix3aYvG%2B%2FZ8k%2B4CubB1Xu3xr%2BoLXehj2VnLz%2FnXx6Ez%2FFlJtxquMxxyaa0kXLy%2FA%3D%3D'><img border='0' title='Add to Slashdot' alt='Add to Slashdot' src='http://www.pheedo.com/images/mm/slashdot.png'/></a>
<br style="clear: both;"/>  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=42ca8e9d0d81f32f19adfe3ea4442530" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=42ca8e9d0d81f32f19adfe3ea4442530" style="display: none;" border="0" height="1" width="1" alt=""/>]]></content:encoded>
      <pubDate>Tue, 28 Oct 2008 01:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/connecticut toolmaker pratt-read">connecticut toolmaker pratt-read</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <category domain="http://securityratty.com/tag/42-year-old connecticut">42-year-old connecticut</category>
      <category domain="http://securityratty.com/tag/serve">serve</category>
      <category domain="http://securityratty.com/tag/prison">prison</category>
      <category domain="http://securityratty.com/tag/employer">employer</category>
      <category domain="http://securityratty.com/tag/months">months</category>
      <source url="http://feeds.computerworld.com/click.phdo?i=42ca8e9d0d81f32f19adfe3ea4442530">Former sysadmin sentenced for wrecking corporate servers</source>
    </item>
    <item>
      <title><![CDATA[Adobe Redirects Surfers To Malware Installing Malicious Sites]]></title>
      <link>http://securityratty.com/article/487ff9b3f59a6b59f933a7dd6df9aa1f</link>
      <guid>http://securityratty.com/article/487ff9b3f59a6b59f933a7dd6df9aa1f</guid>
      <description><![CDATA[SophosLabs discovered during last week that Adobe is hosting a web page that redirects unsuspecting visitors to websites that attempt to install malware on vulnerable machines. The company was...]]></description>
      <content:encoded><![CDATA[SophosLabs discovered during last week that Adobe is hosting a web page that redirects unsuspecting visitors to websites that attempt to install malware on vulnerable machines. The company was informed of the problem on Friday, but six days later, it still hasn&#8217;t been fixed.
The infection, which resides at www.seriousmagic.com/help/tuts/tutorials.cfm?p=1, instructs users browsers to silently install [...]]]></content:encoded>
      <pubDate>Thu, 16 Oct 2008 18:05:45 +0000</pubDate>
      <category domain="http://securityratty.com/tag/instructs users browsers">instructs users browsers</category>
      <category domain="http://securityratty.com/tag/install malware">install malware</category>
      <category domain="http://securityratty.com/tag/vulnerable machines">vulnerable machines</category>
      <category domain="http://securityratty.com/tag/silently install">silently install</category>
      <category domain="http://securityratty.com/tag/web page">web page</category>
      <category domain="http://securityratty.com/tag/redirects">redirects</category>
      <category domain="http://securityratty.com/tag/adobe">adobe</category>
      <category domain="http://securityratty.com/tag/fixed">fixed</category>
      <category domain="http://securityratty.com/tag/visitors">visitors</category>
      <source url="http://cyberinsecure.com/adobe-redirects-surfers-to-malware-installing-malicious-sites/">Adobe Redirects Surfers To Malware Installing Malicious Sites</source>
    </item>
    <item>
      <title><![CDATA[Open Redirects and Common Weakness Enumeration]]></title>
      <link>http://securityratty.com/article/2b11b1167225de8773bed54b38eba5fc</link>
      <guid>http://securityratty.com/article/2b11b1167225de8773bed54b38eba5fc</guid>
      <description><![CDATA[Hopefully, you're more than familiar with CVE (Common Vulnerabilities and Exposures), but perhaps you're less familiar with CWE (Common Weaknesses Enumeration). Both are significant efforts,...]]></description>
      <content:encoded><![CDATA[Hopefully, you're more than familiar with <a href="http://cve.mitre.org/" target="_blank">CVE</a> (Common Vulnerabilities and Exposures), but perhaps you're less familiar with <a href="http://cwe.mitre.org/index.html" target="_blank">CWE</a> (Common Weaknesses Enumeration). Both are significant efforts, international in scope, and the excellent products of <a href="http://www.mitre.org/" target="_blank">The MITRE Corporation</a>, sponsored by the <a href="http://www.us-cert.gov/" target="_blank">National Cyber Security Division</a> of the <a href="http://www.dhs.gov/" target="_blank">U.S. Department of Homeland Security</a>.<br />Approximately six months ago I was discussing open redirect vulnerabilities with Steven Christey of MITRE, who mentioned that that CWE <a href="http://web.archive.org/web/20080114070538/http://cwe.mitre.org/data/definitions/601.html" target="_blank">entry</a> for open redirects was sparse and dated, with little reference material. In particular, he pointed out the lack of defining papers. I accepted this information as a challenge and produced an article that was published in <a href="http://www.net-security.org/dl/insecure/INSECURE-Mag-17.pdf" target="_blank">(IN)SECURE Issue 17</a>. Soon after Issue 17 went live, I also took note of an excellent academic paper specific to the topic of open redirect vulnerabilities; Shue, Kalafut and Gupta's <a href="http://www.cs.indiana.edu/cgi-pub/cshue/research/woot08.pdf" target="_blank">Exploitable Redirects on the Web: Identification, Prevalence, and Defense</a>. Complete with these two papers as references, as well as two current CVE identifiers for popular web applications suffering from open redirect vulnerabilities (discovered by yours truly), CVE-2008-<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2052" target="_blank">2052</a> & <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2951" target="_blank">2951</a>, <a href="http://cwe.mitre.org/data/definitions/601.html" target="_blank">CWE-601: URL Redirection to Untrusted Site (aka 'Open Redirect')</a> is now current and complete.<br />As open redirects are undoubtedly one of my <a href="http://holisticinfosec.blogspot.com/2008/09/xsf-xss-double-your-pleasure-double.html" target="_blank">biggest</a> <a href="http://holisticinfosec.blogspot.com/2008/07/bitrix-open-redirect-vulnerability.html" tagte="_blank">pet</a> <a href="http://holisticinfosec.blogspot.com/2008/06/open-redirect-vulnerabilities-article.html" target="_blank">peeves</a>, I am pleased to no end. Hopefully CWE-601 will help drive more application vendors and site operators to put an end to this easily mitigated vulnerability.<br /><br /><span style="font-style:italic;">CWE:<br />"International in scope and free for public use, CWE™ provides a unified, measurable set of software weaknesses that is enabling more effective discussion, description, selection, and use of software security tools and services that can find these weaknesses in source code and operational systems as well as better understanding and management of software weaknesses related to architecture and design."</span><br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/10/open-redirects-and-common-weakness.html&title=Open%20Redirects%20and%20Common%20Weakness%20Enumeration " title="Open Redirects and Common Weakness Enumeration ">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/10/open-redirects-and-common-weakness.html" title="Open Redirects and Common Weakness Enumeration ">digg</a> | <a href="http://slashdot.org/submit.pl?url=http://holisticinfosec.blogspot.com/2008/10/open-redirects-and-common-weakness.html">Submit to Slashdot</a>]]></content:encoded>
      <pubDate>Thu, 16 Oct 2008 10:58:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/redirects">redirects</category>
      <category domain="http://securityratty.com/tag/common weaknesses enumeration">common weaknesses enumeration</category>
      <category domain="http://securityratty.com/tag/weaknesses">weaknesses</category>
      <category domain="http://securityratty.com/tag/redirect">redirect</category>
      <category domain="http://securityratty.com/tag/cwe">cwe</category>
      <category domain="http://securityratty.com/tag/redirect vulnerabilities">redirect vulnerabilities</category>
      <category domain="http://securityratty.com/tag/cwe-601">cwe-601</category>
      <category domain="http://securityratty.com/tag/software weaknesses">software weaknesses</category>
      <category domain="http://securityratty.com/tag/cve">cve</category>
      <source url="http://holisticinfosec.blogspot.com/2008/10/open-redirects-and-common-weakness.html">Open Redirects and Common Weakness Enumeration</source>
    </item>
  </channel>
</rss>
