<?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>Sonatype Blog &#187; security-summary</title>
	<atom:link href="http://blog.sonatype.com/people/tag/security-summary/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sonatype.com/people</link>
	<description>Sonatype is transforming software development with tools, information and services that enable organizations to build better software, faster, using open-source components.</description>
	<lastBuildDate>Thu, 16 May 2013 18:53:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Is your phone possessed?  Or is it Android Malware?</title>
		<link>http://blog.sonatype.com/people/2012/04/is-your-phone-possessed-or-is-it-android-malware/</link>
		<comments>http://blog.sonatype.com/people/2012/04/is-your-phone-possessed-or-is-it-android-malware/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 12:11:16 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10826</guid>
		<description><![CDATA[Hackers aren&#8217;t content enough to infect your laptop, they want your phone. There&#8217;s an article over on SecurityNewsDaily that talks about some new Android malware that can take over your phone. Here&#8217;s the fun quote: &#8220;The new Android malware disguises itself in fully functional copies of apps, including ―Angry Birds Space,∥ and hides its malicious [...]]]></description>
				<content:encoded><![CDATA[<p>Hackers aren&#8217;t content enough to infect your laptop, they want your phone.   There&#8217;s <a href="http://www.sonatype.com/people/2012/04/updated-android-malware-can-take-over-your-phone/">an article over on SecurityNewsDaily that talks about some new Android malware that can take over your phone</a>.   Here&#8217;s the fun quote:</p>

<blockquote style="padding: 20px; font-size: 90%">&#8220;The new Android malware disguises itself in fully functional copies of apps, including ―Angry Birds Space,∥ and hides its malicious payload in the string of code at the end of an otherwise genuine JPEG file, Lookout said. This rogue code exploits the GingerBreak vulnerability, a flaw that enables it to gain control of the phone and trick the victim into purchasing apps from illegitimate app stores.&#8221;</blockquote>

<p>It looks like Android developers need to start paying more attention to security in general now that Android <a href="http://mashable.com/2012/04/04/android-breaks-50-market-share/">has exceeded 50% market share in the US market</a>.    While this vulnerability isn&#8217;t something that is directly addressable with Insight at the moment, but it reminds us that we need to start focusing more on mobile.  Since Android development is Java-based, you can immediately benefit from <a href="http://www.sonatype.com/nexus">downloading Nexus Professional 2.0 today</a> and making sure that all of your application dependencies are free of known vulnerabilities.</p>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/is-your-phone-possessed-or-is-it-android-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know the enemy: Havij Automated SQL Injection</title>
		<link>http://blog.sonatype.com/people/2012/04/know-the-enemy-havij-automated-sql-injection/</link>
		<comments>http://blog.sonatype.com/people/2012/04/know-the-enemy-havij-automated-sql-injection/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 09:00:35 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10833</guid>
		<description><![CDATA[SQL injection really bugs me. It is almost always the application developer&#8217;s fault. Once you notice that a site&#8217;s registration form breaks on apostrophes (maybe your last name is Irish) it&#8217;s often a sign that you&#8217;ll be able to throw in some SQL with that last name. Penetration testing experts use a tool like Havij: [...]]]></description>
				<content:encoded><![CDATA[<p>SQL injection really bugs me.  It is almost always the application developer&#8217;s fault.  Once you notice that a site&#8217;s registration form breaks on apostrophes (maybe your last name is Irish) it&#8217;s often a sign that you&#8217;ll be able to throw in some SQL with that last name.</p>

<p>Penetration testing experts use a tool like <a href="http://itsecteam.com/en/projects/project1.htm">Havij: An Advanced SQL Injection Tool</a>.  It&#8217;s a nice friendly GUI designed to make it easy to &#8220;own&#8221; an application.   Point, click, and compromise.     Well, even though the project itself has nothing to do with evil, <a href="http://www.sonatype.com/people/2012/03/cybercriminals-love-affair-with-havij-spells-sql-injection-trouble/">Cybercriminals are having a love affair with Havij</a>.</p>

<p>My advice: download this tool and get to know it.  Start your own love affair with Havij before the bad guys start throwing errant quotes into your form fields.   Also don&#8217;t think that enterprise languages like Java or .NET are invulnerable to SQL injection attacks.   To avoid these attacks, here&#8217;s some quick advice:</p>

<ul>
  <li>Never trust input directly from an HTTP parameter.</li>
  <li>Use some web framework like Tapestry, GWT, or Struts, and make sure that all user input passes through whatever mechanism it is using for input processing and validation.   It is very likely that the framework is built to resist SQL injection.</li>
  <li>Use a good ORM or persistence library like iBatis or Hibernate.  Again these are just more layers to make sure that your input isn&#8217;t going straight into a SQL statement.</li>
  <li><a href="http://www.sonatype.com/nexus">Use Nexus 2.0 Repository Health Check</a> to make sure that your web frameworks and persistence frameworks are up to date.</li>
</ul>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/know-the-enemy-havij-automated-sql-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Application Vulnerabilities are &#8220;Forever Day&#8221; Vulnerabilities</title>
		<link>http://blog.sonatype.com/people/2012/04/most-application-vulnerabilities-are-forever-day-vulnerabilities/</link>
		<comments>http://blog.sonatype.com/people/2012/04/most-application-vulnerabilities-are-forever-day-vulnerabilities/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 11:00:21 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10821</guid>
		<description><![CDATA[Zero Day threats are the kinds of things that keep security people up at night. The idea behind a zero day threat is that no one knows about a particular vulnerability until it happens. This Ars Technica article captures a new term: &#8220;Forever Day&#8221;. Software and hardware developers that identify vulnerabilities but fail to fix [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Zero-day_attack">Zero Day threats</a> are the kinds of things that keep security people up at night.  The idea behind a zero day threat is that no one knows about a particular vulnerability until it happens.</p>

<p>This <a href="http://www.sonatype.com/people/2012/04/rise-of-forever-day-bugs-in-industrial-systems-threatens-critical-infrastructure/">Ars Technica article</a> captures a new term: &#8220;Forever Day&#8221;.   Software and hardware developers that identify vulnerabilities but fail to fix them.  Maybe a product is reaching end-of-life, or maybe no one is paying attention.   Here&#8217;s a quote from <a href="http://arstechnica.com/business/news/2012/04/rise-of-ics-forever-day-vulnerabiliities-threaten-critical-infrastructure.ars?__utma=84359451.1920370322.1332779633.1334158180.1334177101.21&amp;__utmb=84359451.33.10.1334177101&amp;__utmc=84359451&amp;__utmx=-&amp;__utmz=84359451.1334065811.19.4.utmcsr=feedburner|utmccn=Feed:%20sonatype%20(Sonatype%20Blogs)|utmcmd=twitter&amp;__utmv=-&amp;__utmk=185301280">the article</a> that resonates with some of what we&#8217;ve been saying about application security:</p>

<blockquote style="padding: 20px; font-size: 90%">&#8220;They&#8217;re just not going to get patched,&#8221; said Terry McCorkle, an independent security researcher who specializes in ICS devices used to control equipment on factory floors, dams, and in other industrial settings. <strong>&#8220;The big question is how many of their clients are actually set up to take those advisories and take action upon them?&#8221;</strong></blockquote>

<p>We mentioned this last week: unless you pay attention to security, you are essentially living with &#8220;Forever Day&#8221; exploits in production.    The alternative would be to start paying attention, <a href="http://www.sonatype.com/nexus">Download Nexus Professional 2.0</a>, and keep track of known vulnerabilities.</p>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/most-application-vulnerabilities-are-forever-day-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Java to avoid (and remove) the OSX Flashback Malware</title>
		<link>http://blog.sonatype.com/people/2012/04/update-java-to-avoid-and-remove-the-osx-flashback-malware/</link>
		<comments>http://blog.sonatype.com/people/2012/04/update-java-to-avoid-and-remove-the-osx-flashback-malware/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 15:49:54 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10823</guid>
		<description><![CDATA[This is something of a public service announcement because we know from our site analytics that 14.29% of you are running OSX. If you run OSX 10.6 or higher and Java, take a quick break and upgrade. In case you missed it there is a vulnerability in Apple&#8217;s version of Java that is fueling the [...]]]></description>
				<content:encoded><![CDATA[<p>This is something of a public service announcement because we know from our site analytics that 14.29% of you are running OSX.  If you run OSX 10.6 or higher and Java, take a quick break and upgrade.</p>

<p><b>In case you missed it</b> there is a vulnerability in Apple&#8217;s version of Java that is fueling the rise of what people are calling the Flashback botnet.   According to this Computerworld article, this OSX Flashback botnet is at least 600,000 computers strong and the latest variants of the attack &#8220;do not require user intervention&#8221;.    The advice to fix this Mac vulnerability?    Last week <a href="http://www.sonatype.com/people/2012/04/mac-java-hole-exploited-by-wild-flashback-trojan-strain/">a Register article</a> stated that &#8220;F-Secure advises users to disable Java, which is not needed to visit the vast majority of Web sites, on their Mac.&#8221;   <strong>Right&#8230;.. disable Java.</strong> Something tells me that&#8217;s not effective advice for this developer audience.</p>

<p>If you want to protect yourself, <a href="http://support.apple.com/kb/HT5242">follow Apple&#8217;s instructions and upgrade Java</a>.   If you are running OSX Leopard or earlier, you are out of luck and you should probably either disable Java or upgrade (really, isn&#8217;t it time for an upgrade anyway?).    This upgrade from Apple will also remove installed malware if you&#8217;ve been compromised.  Conclusion: <strong>Java developers, all of your OSX machines are belong to Flashback.  Upgrade now.</strong></p>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/update-java-to-avoid-and-remove-the-osx-flashback-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
