<?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>HELM, WHM/cPanel, Windows, Linux, web hosting talk, Search Engine Optimization, PHP, ASP discussion blog &#187; Site and Server Security</title>
	<atom:link href="http://blog.webhostingdiscussion.net/category/site-and-server-security/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.webhostingdiscussion.net</link>
	<description>Blog is dedicated for web hosting talk, SEO, programming issues, Databases, server administration etc.</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:39:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>phpBB 3.0.7 security vulnerability</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/phpbb-3-0-7-security-vulnerability.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/phpbb-3-0-7-security-vulnerability.htm#comments</comments>
		<pubDate>Sat, 06 Mar 2010 04:28:31 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[exploit in phpBB 3.0.7]]></category>
		<category><![CDATA[Feed not working phpbb 3.0.7]]></category>
		<category><![CDATA[feed problem with phpBB 3.0.7]]></category>
		<category><![CDATA[Feeds not working phpbb 3.0.7]]></category>
		<category><![CDATA[secirity fix phpBB 3.0.7-PL1]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18214</guid>
		<description><![CDATA[
			
				
			
		
Recently, phpBB 3.0.7 was released by phpbb.com. They discovered a new security vulnerability in phpBB 3.0.7 version which was not noticed during testing. Following is the original announcement:
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;
We are sorry to announce the immediate release of phpBB 3.0.7-PL1 to address a security issue which was introduced in 3.0.7, unfortunately the issue wasn&#8217;t noticed during testing [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fphpbb-3-0-7-security-vulnerability.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fphpbb-3-0-7-security-vulnerability.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fphpbb-3-0-7-security-vulnerability.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, phpBB 3.0.7 was released by phpbb.com. They discovered a new security vulnerability in phpBB 3.0.7 version which was not noticed during testing. Following is the original announcement:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
We are sorry to announce the immediate release of phpBB 3.0.7-PL1 to address a security issue which was introduced in 3.0.7, unfortunately the issue wasn&#8217;t noticed during testing and has only surfaced a week<br />
after the release of 3.0.7.</p>
<p>We promised working feeds for phpBB 3.0.7. Sadly, we were not able to deliver on that promise &#8211; a critical bug in the permission handling for feeds slipped past. To all people who already have updated to 3.0.7, it<br />
is of critical importance to update to 3.0.7-PL1. Otherwise, it is possible for users to bypass permission settings under the following circumstances:</p>
<p>- Feeds are enabled<br />
- Any of the posts or topics feeds are enabled<br />
- The unauthorised user &#8211; or one of the groups they are a member of &#8211; has forum permissions set on a private forum<br />
- If you have excluded a forum from the list of forums that provide feeds, it is unaffected</p>
<p>The fix for the issue is a single line change inside of feed.php, line 525 has changed from:</p>
<p><code><strong>$forum_ids = array_keys($auth->acl_getf('f_read'));</strong></code></p>
<p>to:</p>
<p><code><strong>$forum_ids = array_keys($auth->acl_getf('f_read', true));</strong></code></p>
<p>There were no other changes, in particular neither style nor language changes.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
If you are using <strong>phpBB 3.0.7</strong> it is strongly recommend to upgrade it immediately to to <strong>phpBB 3.0.7-PL1</strong> version.</p>
<p><strong><a href="http://www.webhostingdiscussion.net/wordpress-kb/go/accuwebhosting.com/" target="_blank">Affordable PHPbb Hosting</a></strong></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/phpbb-3-0-7-security-vulnerability.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm#comments</comments>
		<pubDate>Tue, 09 Feb 2010 05:39:52 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[adsttnmq1 attack]]></category>
		<category><![CDATA[adsttnmq1/sdioyslkjs2 attack]]></category>
		<category><![CDATA[I've been hacked! - adsttnmq1]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18210</guid>
		<description><![CDATA[
			
				
			
		
Recently I faced problem with one of the websites in which there were many links added automatically in the index page. The FTP password was reset many times but it didn&#8217;t fix the problem. Even there was no logs for FTP access for this website.
After checking all the files/folders of this website, I found some [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/getting-website-traffic.htm' rel='bookmark' title='Permanent Link: Getting Website traffic'>Getting Website traffic</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/increase-link-popularity-in-google.htm' rel='bookmark' title='Permanent Link: Increase link popularity in Google'>Increase link popularity in Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Flinks-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Flinks-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Flinks-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently I faced problem with one of the websites in which there were many links added automatically in the index page. The FTP password was reset many times but it didn&#8217;t fix the problem. Even there was no logs for FTP access for this website.</p>
<p>After checking all the files/folders of this website, I found some suspicious files in one folder. There was a PHP script along with other files which was adding the spam links in the homepage. The script was simply called by attacker and they were passing some text file as a query string.</p>
<p>This is not an attack on the website but it seems they were adding the links just to populate their keywords in the search engine. I was not sure from where these malicious files were uploaded but after removing these files, I have not faced the problem again.</p>
<p>Just for the information, the link code was started using <adsttnmq1> tag.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/getting-website-traffic.htm' rel='bookmark' title='Permanent Link: Getting Website traffic'>Getting Website traffic</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/increase-link-popularity-in-google.htm' rel='bookmark' title='Permanent Link: Increase link popularity in Google'>Increase link popularity in Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress and mod_security2 issues</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/wordpress-and-mod_security2-issues.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/wordpress-and-mod_security2-issues.htm#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:24:19 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[Bypass ModSecurity rules for Wordpress]]></category>
		<category><![CDATA[unable to post due to mod_security]]></category>
		<category><![CDATA[Wordpress and ModSecurity issues]]></category>
		<category><![CDATA[Wordpress and ModSecurity problem]]></category>
		<category><![CDATA[Wordpress and mod_security issues]]></category>
		<category><![CDATA[Wordpress insert image issue with ModSecurity]]></category>
		<category><![CDATA[Wordpress not working with mod_security]]></category>
		<category><![CDATA[Wordpress upload image problem due to ModSecurity]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18192</guid>
		<description><![CDATA[
			
				
			
		
ModSecurity is an open source web application firewall. This helps to prevent attacks on websites, SQL injection, command execution via browser etc. However, this may break some application installed in your website. With ModSecurity2, you can not bypass any rule by ID from your .htaccess file.
If your web hosting provider has enabled mod_security with Apache, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fwordpress-and-mod_security2-issues.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fwordpress-and-mod_security2-issues.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fwordpress-and-mod_security2-issues.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>ModSecurity is an open source web application firewall. This helps to prevent attacks on websites, SQL injection, command execution via browser etc. However, this may break some application installed in your website. With ModSecurity2, you can not bypass any rule by ID from your .htaccess file.</p>
<p>If your <a title="Web Hosting, Windows Hosting, cPanel Hosting, Unlimited domain reseller hosting" href="http://www.accuwebhosting.com" target="_blank"><strong>web hosting</strong></a> provider has enabled mod_security with Apache, you may face some problem to post topic, upload images, insert images in the post etc. Since ModSecurity2 does not allow to bypass rules by ID via .htaccess, you will have to contact your <a title="Web Hosting, Windows Hosting, cPanel Hosting, Unlimited domain reseller hosting" href="http://www.accuwebhosting.com" target="_blank"><strong>web hosting</strong></a> provider to bypass some rules for your website. ModSecurity provides facility to bypass rules based on the location. You will require to create global whitelist configuration file to bypass certain rules based on the location.</p>
<p>Recently, I faced problem to upload and insert images in the post. After reading some websites, I found some global rules which I bypassed some ModSecurity rules using global whitelist configuration file which fixed my problem. The rules that I bypassed are as follow (I have put space before LocationMatch and /LocationMatch. Remove that space in your configuration file):</p>
<p><code><strong><br />
&lt; LocationMatch "/wp-admin/post.php"&gt;<br />
SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
SecRuleRemoveById phpids-17<br />
SecRuleRemoveById phpids-20<br />
SecRuleRemoveById phpids-21<br />
SecRuleRemoveById phpids-30<br />
SecRuleRemoveById phpids-61<br />
&lt; /LocationMatch&gt;</strong></code></p>
<p><strong>&lt; LocationMatch &#8220;/wp-admin/admin-ajax.php&#8221;&gt;<br />
SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
SecRuleRemoveById phpids-17<br />
SecRuleRemoveById phpids-20<br />
SecRuleRemoveById phpids-21<br />
SecRuleRemoveById phpids-30<br />
SecRuleRemoveById phpids-61<br />
&lt; /LocationMatch&gt;</strong></p>
<p><strong>&lt; LocationMatch &#8220;/wp-admin/page.php&#8221;&gt;<br />
SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
SecRuleRemoveById phpids-17<br />
SecRuleRemoveById phpids-20<br />
SecRuleRemoveById phpids-21<br />
SecRuleRemoveById phpids-30<br />
SecRuleRemoveById phpids-61<br />
&lt; /LocationMatch&gt;</strong></p>
<p><strong>&lt; LocationMatch &#8220;/wp-admin/options.php&#8221;&gt;<br />
SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
SecRuleRemoveById phpids-17<br />
SecRuleRemoveById phpids-20<br />
SecRuleRemoveById phpids-21<br />
SecRuleRemoveById phpids-30<br />
SecRuleRemoveById phpids-61<br />
&lt; /LocationMatch&gt;</strong></p>
<p><strong>&lt; LocationMatch &#8220;/wp-admin/theme-editor.php&#8221;&gt;<br />
SecRuleRemoveById 300015 300016 300017 950907 950005 950006 960008 960011 960904<br />
SecRuleRemoveById phpids-17<br />
SecRuleRemoveById phpids-20<br />
SecRuleRemoveById phpids-21<br />
SecRuleRemoveById phpids-30<br />
SecRuleRemoveById phpids-61<br />
&lt; /LocationMatch&gt;</strong></p>
<p><strong>&lt; LocationMatch &#8220;/wp-includes/&#8221;&gt;<br />
SecRuleRemoveById 960010 960012 950006<br />
SecRuleRemoveById phpids-17<br />
SecRuleRemoveById phpids-20<br />
SecRuleRemoveById phpids-21<br />
SecRuleRemoveById phpids-30<br />
SecRuleRemoveById phpids-61<br />
&lt; /LocationMatch&gt;</strong></p>
<p>Hope this will help others who are facing the similar problem in their Wordpress blog with mod_security.</p>
<p><strong>Kailash Aghera</strong></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/wordpress-and-mod_security2-issues.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reported Attack Site by Google</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm#comments</comments>
		<pubDate>Wed, 12 Aug 2009 05:52:35 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[firefox - Reported Attack Site]]></category>
		<category><![CDATA[how to remove reported attack site!]]></category>
		<category><![CDATA[Remove Reported Attack Site tag]]></category>
		<category><![CDATA[Reported attack site - This site may harm your computer]]></category>
		<category><![CDATA[site blocked - Reported Attack Site]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18168</guid>
		<description><![CDATA[
			
				
			
		
You might have seen many web sites marked as &#8220;Reported Attack Site!&#8221; by Google with following message:
&#8220;This web site at XXXXX.com has been reported as an attack site and has been blocked based on your security preferences.
Attack sites try to install programs that steal private information, use your computer to attack others, or damage your [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm' rel='bookmark' title='Permanent Link: IFrame Hacking &#8211; JavaScript Hacking'>IFrame Hacking &#8211; JavaScript Hacking</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm' rel='bookmark' title='Permanent Link: &#8220;This site may harm your computer&#8221; on every Google search result ??'>&#8220;This site may harm your computer&#8221; on every Google search result ??</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Freported-attack-site-by-google.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Freported-attack-site-by-google.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Freported-attack-site-by-google.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>You might have seen many web sites marked as &#8220;Reported Attack Site!&#8221; by Google with following message:</p>
<p>&#8220;<strong><em>This web site at XXXXX.com has been reported as an attack site and has been blocked based on your security preferences.</em></strong></p>
<p><strong><em>Attack sites try to install programs that steal private information, use your computer to attack others, or damage your system.</em></strong></p>
<p><strong><em>Some attack sites intentionally distribute harmful software, but many are compromised without the knowledge or permission of their owners.</em></strong>&#8221;</p>
<p>Now a day, such type of attacks on the web sites are common. There are few reasons in which Google marks the web site as harmful site. Some of them are as follow:</p>
<p>[1] If your web site pages are infected with malicious IFrame or JavaScript code. Generally, such Iframe and JavaScript codes link your web site to another maleware site.</p>
<p>[2] Your site is hosting phishing page.</p>
<p>There are many reasons for JavaScript and Iframe code injection in your web sites.</p>
<p>[1] If you have installed updated version of third party scripts, template, theme etc.</p>
<p>[2] The third party scripts which you are using in your web site are not secure.</p>
<p>[3] Your FTP password is compromised. You can ask your <a title="Web Hosting, Windows hosting, ASP.NET Hosting, SQL Server Database Hosting, Cheap PHP Web Hosting, asp net VPS Hosting" href="http://www.accuwebhosting.com" target="_blank"><strong>web hosting </strong></a>provider to check FTP logs for your account.</p>
<p>[4] The system from which you are managing your web site is infected by Maleware, Trojan, Spyware, Virus etc.</p>
<p>[5] Insecure folder permissions set in your web site.</p>
<p>To remove &#8220;Reported Attack Site!&#8221; tag from your web site at the earliest, you can use Google Webmaster Tools to analyze your web site. Using this tools, you can easily find the infected pages of your web site and then you can resubmit the request to Google.</p>
<p>Hope this will help you! <img src='http://blog.webhostingdiscussion.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm' rel='bookmark' title='Permanent Link: IFrame Hacking &#8211; JavaScript Hacking'>IFrame Hacking &#8211; JavaScript Hacking</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm' rel='bookmark' title='Permanent Link: &#8220;This site may harm your computer&#8221; on every Google search result ??'>&#8220;This site may harm your computer&#8221; on every Google search result ??</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Security vulnerabilities found in HyperVM and LXadmin/Kloxo</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:06:46 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[hyperVM in Lxadmin/Kloxo]]></category>
		<category><![CDATA[vulnerabilities in HyperVM]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18145</guid>
		<description><![CDATA[
			
				
			
		
Recently, there were multiple security hyperVM discovered in hyperVM and Lxadmin/Kloxo and they had instructed to upgrade hyperVM/Kloxo systems to the latest version as soon as possible. If you have still not upgraded your HyperVM/Kloxo systems then it&#8217;s time to upgrade the system. They have not yet posted the vulnerabilities but according to them they [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm' rel='bookmark' title='Permanent Link: Alternative for HyperVM and Kloxo/Lxadmin'>Alternative for HyperVM and Kloxo/Lxadmin</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/hypervm-comprehensive-virtualization-software-and-vps-solution.htm' rel='bookmark' title='Permanent Link: HyperVM comprehensive Virtualization software and VPS solution'>HyperVM comprehensive Virtualization software and VPS solution</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fsecurity-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fsecurity-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fsecurity-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, there were multiple <a href="http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm">security</a> hyperVM discovered in hyperVM and Lxadmin/Kloxo and they had instructed to upgrade hyperVM/Kloxo systems to the latest version as soon as possible. If you have still not upgraded your HyperVM/Kloxo systems then it&#8217;s time to upgrade the system. They have not yet posted the vulnerabilities but according to them they will post within next few days.</p>
<p>To upgrade <a href="http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm">hyperVM</a> or Kloxo master, Run:</p>
<p>/script/upcp</p>
<p>If you do not upgrade your system then there is a chance that someone can compromise your server and take full control on your server.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/webhosting/alternative-for-hypervm-and-kloxolxadmin.htm' rel='bookmark' title='Permanent Link: Alternative for HyperVM and Kloxo/Lxadmin'>Alternative for HyperVM and Kloxo/Lxadmin</a></li>
<li><a href='http://blog.webhostingdiscussion.net/webhosting/hypervm-comprehensive-virtualization-software-and-vps-solution.htm' rel='bookmark' title='Permanent Link: HyperVM comprehensive Virtualization software and VPS solution'>HyperVM comprehensive Virtualization software and VPS solution</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/security-vulnerabilities-found-in-hypervm-and-lxadminkloxo.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;This site may harm your computer&#8221; on every Google search result ??</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:21:49 +0000</pubDate>
		<dc:creator>Kailash</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[Google glitch causes confusion]]></category>
		<category><![CDATA[Google recent issue - This site may harm your computer]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18119</guid>
		<description><![CDATA[
			
				
			
		
Recently, you might have noticed that every Google search results were showing the message &#8220;This site may harm your computer&#8221;. This was happened on Jan 31, 2009 between 6:30 a.m. PST and 7:25 a.m. PST. This was clearly an error. 
According to Google, it was a human error. Google flags search results with the message [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/increase-link-popularity-in-google.htm' rel='bookmark' title='Permanent Link: Increase link popularity in Google'>Increase link popularity in Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/business-news/microsoft-may-buy-yahoo-search-business.htm' rel='bookmark' title='Permanent Link: Microsoft may buy Yahoo search business'>Microsoft may buy Yahoo search business</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fthis-site-may-harm-your-computer-on-every-google-search-result.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fthis-site-may-harm-your-computer-on-every-google-search-result.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fthis-site-may-harm-your-computer-on-every-google-search-result.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently, you might have noticed that every <a href="http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm">Google search</a> results were showing the message &#8220;This site may harm your computer&#8221;. This was happened on Jan 31, 2009 between 6:30 a.m. PST and 7:25 a.m. PST. This was clearly an error. </p>
<p>According to <a href="http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm">Google</a>, it was a human error. Google flags search results with the message &#8220;This site may harm your computer&#8221; if the site has some malicious code on the page. This protects us from visiting such web sites which can harm our computer. Google and StopBadware.org work with together to maintain the list of such web sites and this list is periodically update.</p>
<p>As per <a href="http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm">Google</a> the error was occurred because of the following reason:<br />
<em><strong>&#8220;the URL of &#8216;/&#8217; was mistakenly checked in as a value to the file and &#8216;/&#8217; expands to all URLs. Fortunately, our on-call site reliability team found the problem quickly and reverted the file. Since we push these updates in a staggered and rolling fashion, the errors began appearing between 6:27 a.m. and 6:40 a.m. and began disappearing between 7:10 and 7:25 a.m., so the duration of the problem for any particular user was approximately 40 minutes.&#8221;</strong></em></p>
<p>In fact it was an error from their and but they worked hard to fix it as soon as possible. Thanks to Google team to fix this in short time. </p>
<p>For more details on this incident, kindly read <a href="http://blog.stopbadware.org/2009/01/31/google-glitch-causes-confusion">this article</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/search-engine-optimization/increase-link-popularity-in-google.htm' rel='bookmark' title='Permanent Link: Increase link popularity in Google'>Increase link popularity in Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/business-news/microsoft-may-buy-yahoo-search-business.htm' rel='bookmark' title='Permanent Link: Microsoft may buy Yahoo search business'>Microsoft may buy Yahoo search business</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/this-site-may-harm-your-computer-on-every-google-search-result.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pentagon computers infected by agent.btz Virus / Worm</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm#comments</comments>
		<pubDate>Thu, 27 Nov 2008 19:49:49 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[AGENT BTZ Virus / Worm in the Pentagon computers]]></category>
		<category><![CDATA[agent.btz]]></category>
		<category><![CDATA[Computer virus attack on Pentagon]]></category>
		<category><![CDATA[Pentagon agent.btz]]></category>
		<category><![CDATA[Pentagon hit by computer virus]]></category>
		<category><![CDATA[Pentagon suffers global virus cyber attack]]></category>
		<category><![CDATA[Pentagon Virus]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18037</guid>
		<description><![CDATA[
			
				
			
		
Recently Some Defense Department computer networks have been infected with a virus / worm in Pentagon US.
Fox news reported that the virus has continued to spread rapidly through military networks for nearly a week now. Wired.com reports that the virus is a worm named Agent.btz that travels through removable storage devices such as flash drives [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fpentagon-computers-infected-by-agentbtz-virus-worm.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fpentagon-computers-infected-by-agentbtz-virus-worm.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fpentagon-computers-infected-by-agentbtz-virus-worm.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Recently Some Defense Department computer networks have been infected with a virus / worm in <a href="http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm">Pentagon US</a>.</p>
<p>Fox news reported that the virus has continued to spread rapidly through <a href="http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm">military networks </a>for nearly a week now. Wired.com reports that the virus is a worm named Agent.btz that travels through removable storage devices such as flash drives and cards, DVDs, CDs and floppy discs. Agent.btz is derived from the “SillyFDC” worm and its progeny, which date back to the early 1990s. DOD regulation of employee use of removable storage devices is also unconfirmed, but existing internal emails have substantiated these rumors.</p>
<p>Source: <a href="http://www.atelier-us.com/e-business-and-it/article/computer-virus-infecting-pentagon-for-nearly-a-week-perhaps-longer">atelier-us.com</a></p>
<p>Kevin</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IFrame Hacking &#8211; JavaScript Hacking</title>
		<link>http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm</link>
		<comments>http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm#comments</comments>
		<pubDate>Thu, 09 Oct 2008 06:03:41 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Site and Server Security]]></category>
		<category><![CDATA[Cross Site Scripting]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Site Hacking]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[XSS vulnerability]]></category>

		<guid isPermaLink="false">http://blog.webhostingdiscussion.net/?p=18002</guid>
		<description><![CDATA[
			
				
			
		
Now a days, it is not an easy job to develop and secure web site. Each and every day, you will find a new way to attack on the web site, servers or even entire network. Today I will discuss about two types of web site hacking which are most common.
[1] IFrame Hacking
[2] JavaScript Hacking
In [...]


Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm' rel='bookmark' title='Permanent Link: Pentagon computers infected by agent.btz Virus / Worm'>Pentagon computers infected by agent.btz Virus / Worm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fiframe-hacking-javascript-hacking.htm&amp;layout=button_count&amp;&amp;width=400&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:400px;height:30px;margin-top:5px;"></iframe><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fiframe-hacking-javascript-hacking.htm"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.webhostingdiscussion.net%2Fsite-and-server-security%2Fiframe-hacking-javascript-hacking.htm&amp;source=webhosttalk&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Now a days, it is not an easy job to develop and secure web site. Each and every day, you will find a new way to attack on the web site, servers or even entire network. Today I will discuss about two types of web site hacking which are most common.</p>
<p>[1] IFrame Hacking<br />
[2] JavaScript Hacking</p>
<p>In both, the hackers add suspicious IFrame or JavaScript code in your web site page. Such code generally links to the malware or badware site.</p>
<p>There are many reasons for such type of hacking.</p>
<p>- Your control panel or FTP password is compromised. If you system is infected with Virus/Trojan/Spyware then there a chance that hacker gets some confidential information from your system and may damage your system. It is a best practice to have Anti Virus installed on the system and also it should be upgraded to its latest version. To fix this security hole, you<br />
can simply reset your password to hard one. Also never set dictionary words as your password.</p>
<p>- The server where your site is compromised.</p>
<p>- XSS (Cross Site Scripting) vulnerability in your site. If your site has XSS vulnerability then there is a high risk for such type of hacking.</p>
<p>- SQL injection. If your site is not designed to prevent SQL injection then hacker can easily get the access your database and insert suspicious code.</p>
<p>There are many other reasons then as mentioned above. You should test your web in all aspects before putting it on live.</p>
<p>Kevin</p>


<p>Related posts:<ol><li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/reported-attack-site-by-google.htm' rel='bookmark' title='Permanent Link: Reported Attack Site by Google'>Reported Attack Site by Google</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/pentagon-computers-infected-by-agentbtz-virus-worm.htm' rel='bookmark' title='Permanent Link: Pentagon computers infected by agent.btz Virus / Worm'>Pentagon computers infected by agent.btz Virus / Worm</a></li>
<li><a href='http://blog.webhostingdiscussion.net/site-and-server-security/links-are-added-automatically-in-the-index-page-of-the-website-adsttnmq1sdioyslkjs2-attack.htm' rel='bookmark' title='Permanent Link: Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack'>Links are added automatically in the index page of the website &#8211; adsttnmq1/sdioyslkjs2 attack</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.webhostingdiscussion.net/site-and-server-security/iframe-hacking-javascript-hacking.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
