<?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>FireBlog by FireHost &#187; protect open source applications</title>
	<atom:link href="http://www.fireblog.com/tag/protect-open-source-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fireblog.com</link>
	<description>Secure Hosting Blog</description>
	<lastBuildDate>Fri, 16 Dec 2011 00:52:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Improving Security for Open Source Web Applications</title>
		<link>http://www.fireblog.com/security-for-open-source-web-applications/</link>
		<comments>http://www.fireblog.com/security-for-open-source-web-applications/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 13:14:22 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[Cloud Hosting]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Drupal Hosting]]></category>
		<category><![CDATA[open source hosting solutions]]></category>
		<category><![CDATA[protect open source applications]]></category>
		<category><![CDATA[WordPress Security]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=3508</guid>
		<description><![CDATA[As more company websites run on open source applications like Drupal and with corporate blogs powered by WordPress, more victims may suffer from hacks and costly exploits. We’ll highlight some security issues that open source Web applications pose and propose solutions if you’ve considered making open source applications part of your business.]]></description>
			<content:encoded><![CDATA[<p>Some would argue that online security has changed for the worse. As open source Web applications become popular within businesses, they have also become appealing to hackers.</p>
<p>As more company websites run on open source applications like <a href="http://searchsoa.techtarget.com/sDefinition/0,,sid26_gci1298452,00.html">Drupal</a> and with corporate blogs powered by <a href="http://wordpress.com/">WordPress</a>, more victims may suffer from hacks and costly exploits. <a href="http://www.learningjquery.com/">Learning jQuery</a> learned this lesson the hard way. Before they took a serious look at hardening the open source platform, embarrassing and costly attacks wrought havoc. Other companies that haven&#8217;t taken proper precautions to insulate themselves against such threats could face the same fate.</p>
<p>We&#8217;ll highlight some security issues that open source Web applications pose and propose solutions if you&#8217;ve considered making open source applications part of your business.</p>
<p><strong>Common vulnerabilities in open source Web applications</strong></p>
<p>Like you, hackers love that open source Web applications are free and provide easy access given their &#8220;open&#8221; source code. If, for example, a hacker can deploy a script to steal information or take control of a Web application on a single piece of hardware, he can easily reproduce these devastating results to affect multiple users or multiple websites that share the same code base. Here&#8217;s why: </p>
<p><span id="more-3508"></span></p>
<li>Many open source applications depend on older versions of scripting languages that remain subject to exploitation.</li>
<li>Modules plugged into open source applications must be maintained separately from the parent project. Left unpatched, these modules can create problems for the entire application.</li>
<li>Smaller open source projects often go unpatched for long periods of time. This extended window puts your files at high risk for exploitation.</li>
<li>Hackers create bots that specifically target application vulnerabilities. When a tireless army of &#8220;workers&#8221; tries to penetrate code around the clock, exploits are easy to achieve.</li>
<li>Locking down administrative privileges is a common oversight that enables cyber-thieves to easily compromise code.</li>
<li>Procedure calls such as <a href="http://www.xmlrpc.com/">XML-RPC</a> are frequently exploited, and cross-site scripting hacks and <a href="http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci1003024,00.html">SQL injections</a> commonly cause trouble for open source platforms.</li>
</ul>
<p><strong><!--more-->Locking down open source Web applications<br />
</strong>Knowing is half the battle, and there are many tactics to lock down open source Web applications. To succeed in your online business and gain the trust of end users, proper protection is paramount.</p>
<p>Let&#8217;s use Learning jQuery, a customer of <a href="http://www.firehost.com/">FireHost</a>, as a backdrop for discussing common breaches to open source and what can be done to achieve better protection for the rest of us. They experienced a SQL injection that exploited an open security vulnerability in the database layer of WordPress. WordPress and other content management system (CMS) providers work hard to <a href="http://searchsqlserver.techtarget.com/tip/Prevent-SQL-injection-by-hardening-code">stay ahead of SQL injection vulnerabilities</a> by addressing them proactively via patches. Unfortunately, Learning jQuery&#8217;s site was an early victim of this particular problem.</p>
<p>A number of techniques can help prevent your open source powered web application from falling victim to attacks like these:</p>
<ul>
<li><strong>Application hardening (includes OS and databases) </strong>Operating system and database installations should be completed carefully. Avoid default settings and maintain strict permissions controls. Rewrite file extensions to mask the application type, and remove all unnecessary functions and features to close as many virtual &#8220;holes&#8221; as possible. Additionally, <em>patch, patch, patch</em>. Particularly in an open source environment, updates go far in preventing compromises. The same rules also apply to scripting languages that may be used on your server.</li>
<li><strong>Server hardening </strong>Remove information (such as response headers) that could help a bot or hacker identify the version and type of application running on a server. Patch and perform frequent manual checks of server logs to help identify unusual occurrences.</li>
<li><a href="http://searchenterpriselinux.techtarget.com/tip/Finding-password-weaknesses-in-your-Linux-systems"><strong>Strong passwords and access control</strong></a>Implement passwords containing alphanumeric, uppercase, lowercase and special characters, and never use dictionary terms. Additionally, reset them regularly. Control access to administrative passwords and grant database credentials only on an as-needed basis. Never use an SA or root account for the database user, block all public and port access to site administrator areas, and refrain from opening up a server to any ports, except 80/443 because these ports are required to transmit web pages over HTTP or HTTPS respectively.</li>
<li><strong>System log monitoring </strong>Watch your system logs closely and ensure that no unauthorized login attempts are successful. Run vulnerability audits and scans on your application regularly (quarterly at minimum) to help identify threats, breaches and suspect activity quickly.</li>
</ul>
<p>Cyclically, hackers innovate and adapt while CMS providers just try to keep up. <a href="http://www.owasp.org/index.php/Web_Application_Firewall">Web application firewalls</a> (WAFs) help bridge the gap between hackers&#8217; innovation and CMS providers&#8217; patching. WAFs inspect Web traffic before it can reach the code and block suspect visitors from reaching your services. The ability to block an attack increases exponentially when WAFs team up with intrusion prevention and intrusion detection systems, and other network-level barriers. Had this type of network-layer protection been in place, Learning jQuery&#8217;s site might have never experienced an onslaught of malicious attacks.</p>
<p><strong>Keeping open source Web application breaches at bay</strong></p>
<p>The growth and popularity of open source content management systems have changed the security landscape and made traversing it more perilous. But with the help of a developer or technical engineer experienced in securing Web applications (and their hosting environment), you can implement these methods and keep cyber-thieves at bay. With proper precautions, attention to detail and commitment to maintaining your open source websites, companies that use (or plan to use) open source Web applications can have a successful and fruitful run.<span style="text-decoration: underline;"><br />
</span></p>
<p><span style="text-decoration: underline;">SIDEBAR</span>:</p>
<p><strong>More on web application and Linux security</strong>:</p>
<p><a href="http://searchenterpriselinux.techtarget.com/tip/Installing-the-ModSecurity-Web-application-firewall-on-Red-Hat-Enterprise-Linux">Installing the ModSecurity Web application firewall on Red Hat Enterprise Linux</a></p>
<p><a href="http://searchenterpriselinux.techtarget.com/tip/Common-security-flaws-to-check-for-on-your-Linux-based-Web-systems">Common security flaws to check for on your Linux-based Web systems</a></p>
<p><a href="http://searchenterpriselinux.techtarget.com/tutorial/Linux-security-guide-Linux-open-source-security-tools-and-tips">Linux security guide: Linux, open source security tools and tips</a></p>
<p><a href="http://searchenterpriselinux.techtarget.com/tip/A-look-at-real-world-exploits-of-Linux-security-vulnerabilities">A look at real-world exploits of Linux security vulnerabilities</a></p>
<p><em>A version of this article was published in <a href="http://searchenterpriselinux.techtarget.com/tip/Improving-security-vulnerabilities-in-open-source-Web-applications" target="_blank">TechTarget</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/security-for-open-source-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s Going to SXSW 2011?</title>
		<link>http://www.fireblog.com/whos-going-to-sxsw-2011/</link>
		<comments>http://www.fireblog.com/whos-going-to-sxsw-2011/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 19:35:46 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[FireHost News]]></category>
		<category><![CDATA[Hosting for Open Source Applications]]></category>
		<category><![CDATA[protect open source applications]]></category>
		<category><![CDATA[Secure Cloud Hosting]]></category>
		<category><![CDATA[SXSW 2011]]></category>
		<category><![CDATA[SXSW Austin Texas]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=3409</guid>
		<description><![CDATA[SXSW  Interactive is a "must attend" event for developers, designers, web marketers, and anyone else who does business online. If you have concerns about the security and integrity of your personal or corporate identity online, cast your vote for our presentation at Panelpicker.sxsw.com.]]></description>
			<content:encoded><![CDATA[<p>We are!</p>
<p>SXSW Interactive is a &#8220;must attend&#8221; event for developers, designers, web marketers, and anyone else who does business online. Last year, almost 40,000 <a href="http://sxsw.com/business_at_sxsw/demographics/?ref=fireblog-whos-going-to-sxsw-2011" target="_blank">registered</a> to attend, and 2011 is projected to be even bigger. The <a href="http://www.sxsw.com/schedule/?ref=fireblog-whos-going-to-sxsw-2011" target="_blank">schedule</a> reveals numerous opportunities for attendees to interact with the brightest minds in emerging technology. Networking events. Speaking events. Live music. A tradeshow. SXSW covers the whole gamut.</p>
<p>FireHost is vying for a speaker placement, and we need your help getting picked. If you&#8217;re planning to attend <a href="http://sxsw.com/?ref=fireblog-whos-going-to-sxsw-2011" target="_blank">SXSW</a> and have concerns about the security and integrity of your personal or corporate identity online, cast your vote for our presentation at <a href="http://panelpicker.sxsw.com/ideas/view/8054/?ref=fireblog-whos-going-to-sxsw-2011" target="_blank">Panelpicker.sxsw.com</a>.</p>
<p>Our proposed topic answers the questions:</p>
<ol>
<li> How is the security landscape changing online?</li>
<li>Is building a corporate blog on  and open source platform like WordPress safe?</li>
<li>How could some of the devastating hacks like TechCrunch have been avoided?</li>
<li> How do I find security vulnerabilities in my web application?</li>
<li>What role does secure web hosting play in keeping my site safe?</li>
<li> What are the most common developer mistakes that lead to cybercrime in open source?</li>
</ol>
<p>Read the full synopsis and cast your vote at <a href="http://panelpicker.sxsw.com/ideas/view/8054/?ref=fireblog-whos-going-to-sxsw-2011" target="_blank">Panelpicker.sxsw.com</a>.</p>
<p>We&#8217;ll see you in Austin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/whos-going-to-sxsw-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 Enabled Sites Wear a Target for Cybercrime</title>
		<link>http://www.fireblog.com/web-2-0-sites-wear-a-target-for-cybercrime/</link>
		<comments>http://www.fireblog.com/web-2-0-sites-wear-a-target-for-cybercrime/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:00:11 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[protect open source applications]]></category>
		<category><![CDATA[SQL Injections]]></category>
		<category><![CDATA[Website Security]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=1335</guid>
		<description><![CDATA[Businesses who incorporate Web 2.0 functionality like social networks, wikis, and blogs are the most popular targets for hackers. In fact, websites that incorporate these features accounted for 21% of hacking incidents reported in the first quarter of 2009.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1784" title="20Target" src="http://www.fireblog.com/wp-content/uploads/2009/07/20Target.jpg" alt="20Target" width="146" height="139" />Data compiled by Secure Enterprise 2.0 indicates that businesses who incorporate Web 2.0 functionality like social networks, wikis, and blogs are the most popular targets for hackers.</p>
<p>In fact, websites that incorporate these features accounted for 21% of hacking incidents reported in the first quarter of 2009. The top threats to &#8220;socially enabled&#8221; websites are <a href="http://security.firehost.com/terms/sql-injection" target="_self">SQL Injections</a> (21% of attacks), Authentication Abuse (18%), and Cross Site Request Forgery &#8211; CSRF (8%).</p>
<p>&#8220;Businesses often use open source applications like <a href="http://www.firehost.com/secure-hosting/telligent-community-server" target="_self">Community Server</a>, <a href="http://www.firehost.com/secure-hosting/wordpress" target="_self">WordPress</a>, and <a href="http://www.firehost.com/secure-hosting/drupal" target="_self">Drupal</a> to integrate social features into their websites. Every enterprise deserves the ability to keep content fresh by using blogs and forums. It&#8217;s great for marketing and user retention. We help facilitate these mediums by addressing vulnerabilities in open source software all the way from module installation to hosting,&#8221; encourages FireHost CEO, Chris Drake.</p>
<p>FireHost CTO, Kevin Wall explains why a holistic approach to site development and hosting is important.<span id="more-1335"></span></p>
<p style="padding-left: 30px;">&#8220;Often the application itself isn&#8217;t unstable; it&#8217;s the add-ons and plug-ins site owners use to extend the installation that cause problems. Our engineers are well-versed in the nuances of open source platforms. We&#8217;re different because we can help you navigate thru the many open source options available and determine which will achieve your marketing goals. Finally, we install open source applications in a way that helps protect you from hackers.&#8221;</p>
<p>To learn more about how FireHost can help secure your favorite open source platform, visit our secure <a href="http://www.firehost.com/secure-hosting/platforms" target="_self">platform hosting</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/web-2-0-sites-wear-a-target-for-cybercrime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symantec CEO Identifies Three Key Security Risks</title>
		<link>http://www.fireblog.com/symatec-ceo-discusses-website-security-risks/</link>
		<comments>http://www.fireblog.com/symatec-ceo-discusses-website-security-risks/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 14:00:31 +0000</pubDate>
		<dc:creator>FireHost Evangelist</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[cybercrime]]></category>
		<category><![CDATA[Hackers]]></category>
		<category><![CDATA[protect open source applications]]></category>
		<category><![CDATA[Secure Cloud Hosting]]></category>
		<category><![CDATA[Security Threats]]></category>
		<category><![CDATA[Website Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.fireblog.com/?p=951</guid>
		<description><![CDATA[Data from <a href="https://tms.symantec.com/Default.aspx" target="_blank">Symantec's</a> Global Intelligence Network indicates we have reached the point where there are more malicious programs created than legitimate programs every day, and that cyber attackers leverage vulnerabilities fueled by application code.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.fireblog.com/wp-content/uploads/2009/07/enriqueSalem_02.jpg" alt="enriqueSalem_02" title="enriqueSalem_02" width="166" height="182" class="alignright size-full wp-image-1728" />In an interview with <a href="http://www.scmagazineus.com/QA-The-New-Security-Agenda-Changing-the-Game/article/131026/" target="_blank">SC Magazine</a>, Symantec&#8217;s CEO and President Enrique Salem discussed the new security threats facing companies doing business on the internet. When asked about the top security threats, he responded with three.</p>
<p>&#8220;In 2009, we see three key trends that could impact IT security – a continued explosion of new <a href="http://security.firehost.com/terms/malware" target="_self">malware</a> variants, advanced web threats, and an uptick in threats related to social networking sites.&#8221; Mr. Salem reinforced that &#8220;<a href="http://security.firehost.com/terms/cyber-crime" target="_self">cybercriminals</a> are more sophisticated and driven than ever, and they operate in an increasingly profitable underground economy that makes it easy for them to not only buy and sell stolen information such as credit card data or even identities.&#8221;</p>
<p>Data from <a href="https://tms.symantec.com/Default.aspx" target="_blank">Symantec&#8217;s</a> Global Intelligence Network indicates we have reached the point where there are more malicious programs created than legitimate programs every day, and that cyber attackers leverage vulnerabilities fueled by application code. Hackers compromise specific (often <a href="http://www.firehost.com/secure-hosting/platforms" target="_self">open source</a>) websites, and then use them as a means for launching other attacks across the internet.<span id="more-951"></span></p>
<p>Hosting websites in a secure environment helps prevent malicious hackers from breaching files and applications and stealing confidential information, but you can to more to protect your identity. Partnering with a web host who also has expertise in <a href="http://www.firehost.com" target="_self">website security</a> is critical. FireHost&#8217;s team of security engineers works directly with clients to help identify and close vulnerabilities in programming and design that hackers can use to exploit your company.</p>
<p>To learn more about how we help remedy JavaScript and open source vulnerabilities, visit our <a href="http://www.firehost.com/services" target="_self">Services</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fireblog.com/symatec-ceo-discusses-website-security-risks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

