<?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>Android Security</title>
	<atom:link href="http://droidshield.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://droidshield.org</link>
	<description></description>
	<lastBuildDate>Wed, 31 Aug 2011 14:09:05 +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>Android Security Model &#8211; A Different Perspective</title>
		<link>http://droidshield.org/?p=10</link>
		<comments>http://droidshield.org/?p=10#comments</comments>
		<pubDate>Wed, 31 Aug 2011 05:07:17 +0000</pubDate>
		<dc:creator>SafeDroid</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://droidshield.org/?p=10</guid>
		<description><![CDATA[Android Security Model In the new few blog posts, I would like to review the Android Security Model as defined in the base OS and highlight some of the issues that I see and have been exploited in recent past. Here is a good presentation on the security model. &#160; Understanding android security model View [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Android Security Model</strong></p>
<p>In the new few blog posts, I would like to review the Android Security Model as defined in the base OS and highlight some of the issues that I see and have been exploited in recent past. Here is a good presentation on the security model.</p>
<p>&nbsp;</p>
<div id="__ss_7154938" style="width: 425px;"><strong style="display: block; margin: 12px 0 4px;"><a title="Understanding android security model" href="http://www.slideshare.net/pragatiogal/understanding-android-security-model" target="_blank">Understanding android security model</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/7154938" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="355"></iframe></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/pragatiogal" target="_blank">Pragati Ogal Rai</a></div>
</div>
<div style="padding: 5px 0 12px;"><strong>Issue 1: Permissions Model based on User Acceptance</strong></div>
<div style="padding: 5px 0 12px;">Whenever an application is installed on Android, it asks user to accept the permissions that the application needs. In any security model, the weakest link is the only piece that matters and as you can imagine, the user is the weakest link here. I do not think any user has the knowledge to understand what the permission sets are and whether an application should need those permissions. For example why would the facebook application need to access the phone?</div>
<div style="padding: 5px 0 12px;">So invariably majority of users, end up saying yes. I would not be surprised if the percentage of users who ever declined the install based on permissions is less .1%. This means that the malicious writer can easily pose as a useful application and then ask user for permission to access the whole world.</div>
<div style="padding: 5px 0 12px;"><strong>Issue 2: User Defined Permissions</strong></div>
<div style="padding: 5px 0 12px;">Another weakness in android is the user defined permissions. Imagine a scenario where a malicious application writer, writes a very useful application and gets the credit card and other sensitive information from the user. As part of this application, the application writer can define their own permission set which can then be exploited by another application that is written later.</div>
<div style="padding: 5px 0 12px;"><strong>Many more issues</strong></div>
<div style="padding: 5px 0 12px;">Self signed binaries and many other so called security models are just waiting to be exploited or have been exploited.</div>
]]></content:encoded>
			<wfw:commentRss>http://droidshield.org/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Security &#8211; Will we live the windows nightmare all over again?</title>
		<link>http://droidshield.org/?p=5</link>
		<comments>http://droidshield.org/?p=5#comments</comments>
		<pubDate>Tue, 30 Aug 2011 05:54:47 +0000</pubDate>
		<dc:creator>SafeDroid</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://droidshield.org/?p=5</guid>
		<description><![CDATA[If you look at the recent vulnerability that has been discovered on android called &#8220;Android Class Loading Hijacking&#8221;, it is very similar to the dll hijacking attacks on windows which has been an age old way to run malicious code. A detailed analysis of this recent vulnerability can be found here. There are multiple ways to exploit such [...]]]></description>
			<content:encoded><![CDATA[<p>If you look at the recent <a href="http://www.symantec.com/connect/blogs/android-class-loading-hijacking">vulnerability</a> that has been discovered on android called &#8220;Android Class Loading Hijacking&#8221;, it is very similar to the dll hijacking attacks on windows which has been an age old way to run malicious code. A detailed analysis of this recent vulnerability can be found <a href="http://www.infosecurity-magazine.com/view/19106/researcher-discovers-new-android-attack-vector-/">here</a>. There are multiple ways to exploit such a vulnerability &#8211; by overwriting the code that the loader is using from an insecure location or by replacing the critical personal data stored and hence making a legitimate application do malicious stuff.</p>
<p><strong>The promise of simplicity</strong></p>
<p>If you look at the big promise of android over linux as a mobile OS, it has been the simplicity to write great apps and this is clear visible in all the android introduction presentations from google. If the developers start to really believe in this simplicity and they do not understand the intricacies of where to store the data and where to load the code from and how to secure these locations, then we will have pretty looking applications that can exploited with ease.</p>
<p><strong>How will this evolve?</strong></p>
<p><strong></strong>Given that android is getting such a wide spread adoption on all kinds of devices, the security technologies will evolve in a very similar manner as in windows world starting with the A/V technologies and then moving towards behavior based technologies and others. If you see this latest vulnerability, this can be easily prevented from being exploited with <a href="http://www.mcafee.com/us/products/application-control.aspx">whitelisting</a> like technology in windows world.</p>
]]></content:encoded>
			<wfw:commentRss>http://droidshield.org/?feed=rss2&#038;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: droidshield.org @ 2013-05-23 03:48:25 -->