<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>olivetalks &#187; security</title>
	<atom:link href="http://www.olivetalks.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivetalks.com</link>
	<description>The Olive has arrived and it has things to say…</description>
	<lastBuildDate>Tue, 16 Nov 2010 19:25:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Security problem with WordPress</title>
		<link>http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/</link>
		<comments>http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 14:43:48 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/</guid>
		<description><![CDATA[Default installation of WordPress leaves some folders completely accessible and open to anyone. Do you really want everybody to see the images you uploaded for your new posts before they are published? No, I didn't think you did.]]></description>
			<content:encoded><![CDATA[<p>When writing the post <a href="/2009/06/06/protect-your-laptop-from-overheating/" title="Stop your laptop from succumbing to thermal death" target="_blank">Stop your laptop from succumbing to thermal death</a> I wanted to upload a text file which could be downloaded by the readers. The file didn&#8217;t have any extension and as such was not accepted by WordPress when I pressed the Upload button.</p>
<p>I decided to upload the file with the File Manager which is accessible from Hostgator&#8217;s cpanel. When doing it, I discovered that various folders which belong to olivetalks&#8217;s WordPress installation can be easily seen in web browser by editing the URL in the address bar. For example, <a href="/wp-content/uploads/" title="olivetalks.com" target="_blank">olivetalks.com/wp-content/uploads/</a> or <a href="/wp-includes/" title="olivetalks.com" target="_blank">olivetalks.com/wp-includes/</a></p>
<p>Currently these links are already fixed but here&#8217;s an image of how this was before:</p>
<p align="center"> <a href="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads.png" title="Content of WordPress uploads folder"><img src="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads.thumbnail.png" alt="Content of WordPress uploads folder" /></a></p>
<p>Check your own WordPress blog, it&#8217;s possible that you will encounter the same issue even if your WordPress installation is not hosted with Hostgator.</p>
<p>Now that I got your attention, here&#8217;s a short description of how to fix this problem. In the main folder of your WordPress installation (the one which contains three folders wp-admin, wp-content and wp-includes) find file called <strong>.htaccess</strong> (dot at the beginning of the name is important). If the file is not there create it (and set the permissions to <strong>0644</strong>). In any case edit the file and add this line:</p>
<p><code>Options -Indexes</code></p>
<p>This line will tell Apache (the most popular web server) not to show listings of directories. The configuration applies to the folder where the <strong>.htaccess</strong> file is located and recursively to all its sub-folders.</p>
<p>After updating <strong>.htaccess</strong> file &#8211; if you try any of the problematic folders you&#8217;ll see that their content cannot be seen any more:</p>
<p align="center"><a href="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads-fixed.png" title="Content of WordPress uploads folder after correcting the .htaccess file"><img src="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads-fixed.thumbnail.png" alt="Content of WordPress uploads folder after correcting the .htaccess file" /></a></p>
<p>Now it&#8217;s all right <img src='http://www.olivetalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/10/30/inodes-28-weeks-later/" title="Inodes 28 weeks later&#8230;">Inodes 28 weeks later&#8230; (2)</a></li><li><a href="http://www.olivetalks.com/2008/06/19/is-your-colleague-spying-on-you/" title="Is your colleague spying on you?">Is your colleague spying on you? (0)</a></li><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li><li><a href="http://www.olivetalks.com/2008/03/09/inodes-attack-part2/" title="The return of the inodes &#8211; tell me your package and I&#8217;ll tell you your inodes">The return of the inodes &#8211; tell me your package and I&#8217;ll tell you your inodes (6)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is your colleague spying on you?</title>
		<link>http://www.olivetalks.com/2008/06/19/is-your-colleague-spying-on-you/</link>
		<comments>http://www.olivetalks.com/2008/06/19/is-your-colleague-spying-on-you/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 19:36:42 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Stuffings]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[workplace]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/06/19/is-your-colleague-spying-on-you/</guid>
		<description><![CDATA[One third of IT staff is snooping on their co-workers. They can access confidential information such as your salary details or personal emails.]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m not a statistician I&#8217;m not really sure how reliable are the results of this <a href="http://www.cyber-ark.com/news-events/pr_20070530.asp">survey</a> but supposedly most people are being spied upon at work. According to this research one third of IT &#8220;professionals&#8221; secretly monitor their co-workers (quotes around the word professionals for the obvious reasons). As each of the miscreants snoops on at least a few people the chance of being under this illegal supervision is rather high.</p>
<p>That&#8217;s rather shocking to me. I know that as a sysadmin you have access to passwords and privileged accounts but you&#8217;re given them for a very specific purpose not just for your amusement. It&#8217;s like your GP telling everybody about your sickness.</p>
<p>Since it looks like avoiding the <a href="/2008/02/11/rules-for-system-administrators/">bad sysadmins</a> is going to be difficult, you have to defend yourself. The only sure defense in this case is not to use the computer at work for anything you&#8217;d prefer to remain private. You just can&#8217;t be sure otherwise. In many organizations IT staff who left may still have access to the company&#8217;s network. This increases your exposure even more. Like for example in this <a href="http://forums.hostgator.com/showthread.php?t=33170">organization</a>.</p>
<p>By the way, the research is already over a year old but it looks like it just got picked up by <a href="http://www.msnbc.msn.com/id/25263009/">MSNBC</a> and the <a href="http://helenaspopkin.newsvine.com/_news/2008/06/19/1591008-one-in-three-it-staff-snoops-on-colleagues">blogosphere</a>.</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/02/11/rules-for-system-administrators/" title="Bad system administrators">Bad system administrators (1)</a></li><li><a href="http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/" title="Security problem with WordPress">Security problem with WordPress (2)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/06/19/is-your-colleague-spying-on-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

