<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:www.readwriteweb.com,2009://1.13804-</id>
  <updated>2009-11-23T17:30:59Z</updated>
  <title>Comments for Android Vulnerability So Dangerous, Owners Warned Not to Use Phone&apos;s Web Browser: Updated</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=13804" title="Android Vulnerability So Dangerous, Owners Warned Not to Use Phone's Web Browser: Updated" />
    <published>2009-02-12T16:40:28Z</published>
    <updated>2009-02-12T22:00:22Z</updated>
    <title>Android Vulnerability So Dangerous, Owners Warned Not to Use Phone&apos;s Web Browser: Updated</title>
    <summary>Over the weekend at the Schmoocon hacker conference in Washington D.C., security researcher Charlie Miller presented a new vulnerability in Google&apos;s mobile OS Android which allows hackers to remotely take control of the phone&apos;s web browser and related processes. If a phone became compromised, the hackers could gain access to the saved credentials stored in...</summary>
    <author>
      <name>Sarah Perez</name>
      <uri>http://www.sarahintampa.com</uri>
    </author>
    
    <category term="Google" />
    
    <category term="NYT" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/dead_android.jpg">Over the weekend at the <a href="http://www.shmoocon.org/">Schmoocon</a> hacker conference in Washington D.C., security researcher <a href="http://securityevaluators.com/">Charlie Miller</a> presented a new vulnerability in Google's mobile OS <a href="http://www.android.com">Android</a> which allows hackers to remotely take control of the phone's web browser and related processes. If a phone became compromised, the hackers could gain access to the saved credentials stored in the browser and browser history. They could also snoop on your web transactions, even if encrypted. </p>]]>
      <![CDATA[

<h2>About This Exploit</h2>

<p>The current vulnerability is contained in code written by the software company <a href="http://www.packetvideo.com/about_us.html">PacketVideo</a> who contributed an open version of their Core multimedia application framework to Android, where it became the multimedia subsystem for the Android web browser. </p>

<p>Once discovered, Miller notified Google of the flaw on January 21st. When Andy Greenberg reported on the issue for <a href="http://www.forbes.com/2009/02/05/google-android-security-technology-security_0205_android.html">Forbes</a> last week, he quoted a Google spokesperson as saying that a fix will be issued <em>"as soon as it becomes available." </em></p>

<p>Strangely though, a fix <i>is</i> currently available and has been since February 7th. However, Google has not pushed it out to Android phones. Instead, the patch sits <a href="http://www.forbes.com/2009/02/05/google-android-security-technology-security_0205_android.html">here in Google's source code repository</a> which, says Miller, is &quot;irrelevant&quot; as &quot;what matters is what Joe Consumer is carrying in his pocket.&quot; He also wonders why Google waited for PacketVideo to contribute the code when it was something Google could have very easily - and quickly - fixed for themselves. </p>

<h2>So, No News is Good News, Right?</h2>

<p>If you're wondering why you haven't heard about too much about this new exploit until now, it's not because it's only marginally dangerous. Since it would allow a hacker full control over the browser and related processes, Miller recommends that Android owners actually <em><strong>&quot;avoid using the browser until a patch is released.&#160; If this is not possible, only visit trusted sites and only over the T-Mobile network (avoid Wi-Fi).&quot;</strong></em></p>

<p>To get a second opinion, we checked in with James Blaisdell, CTO of <a href="http://mocana.com/">Mocana</a>, a company who provides embedded security solutions for a litany of devices, including Android. His company recently became the first to provide enterprise-level security solutions to the Android platform with the launch of their <a href="http://mocana.com/NanoPhone-Android.html">NanoPhone Suite for Android</a>, a software package that lets developers add in security into their devices and applications. His company also puts out <a href="http://mocana.com/NanoDefender.html">an anti-malware tool for Android</a>. In other words, he <em>gets</em> Android security.</p>

<p>Says Blaisdell, this current vulnerability is "very serious" and the breach "could have catastrophic consequences for users." He also agrees with Miller's assessment that the best thing for Android users to do to protect themselves is to <strong><em>not use the Android web browser</em></strong> until Google issues a security patch. </p>

<h2>Android's Security Issues So Far</h2>

<p>As noted in <a href="http://www.forbes.com/2009/02/05/google-android-security-technology-security_0205_android.html">the Forbes article</a>, Android is, in some ways more secure than other OS's. Its architecture uses a &quot;sandbox&quot; approach, which stops malicious code injected into the browser from accessing and taking over other parts of the mobile OS or applications.</p>

<p>However, in other ways, Android needs to do more. According to Blaisdell, most of the security problems found so far, including this one, have been serious. He also makes note of another critical problem in Android - that of applications being signed with "self-signed" certificates, which is "inherently untrustworthy," he says. A hacker could easily create a piece of malware and then trick you into trusting it and installing it onto your phone. </p>

<p>Another issue worth mentioning is Android's permission-based security model. While most security between the system and the applications is enforced through standard Linux facilities, additional, finer-grained security features are provided through a "permission-granting" mechanism that ultimately relies on the user to make a decision as to whether or not an app should be trusted. As with most security systems, it's the human element in this equation that introduces risk.&#160; </p>

<p>You can think of this as sort of a mobile equivalent to Vista's UAC (user account control) which appears when an application needs elevated privileges. Except unlike UAC, which usually prompts you upon installing an application - something you either did or did not intend to do - Android's prompts are a bit more specific. As technology writer <a href="http://gizmodo.com/5053925/why-android-is-bad-for-business">Wilson Rothman</a> says: <em>"Is it bad that an app I don't know well can 'modify global animation speed'? Honestly, I don't know."</em></p>

<p>For Charlie Miller, who has been <a href="http://venturebeat.com/2008/03/28/charlie-miller-making-his-name-in-mac-hacking/">making a name for himself in Mac hacking</a>, this latest Android security issue was not his first discovery of weakness in Google's platform. In October, days after the release of the T-Mobile G1, Miller and his team found a similar vulnerability to this new one which Google ended up patching in early November. Both vulnerabilities could have been prevented if Android had the ability to block malicious code from executing in memory.</p>

<p>As of today, the patch is still sitting in the source code repository. Google has not sent it out to anyone's device yet. Although they did send out an updated firmware last week (RC33), the vulnerability remains unpatched.  If and when we receive a response from Google, we'll update this post. </p>

<p><strong>Update</strong>: Google has responded only by pointing us to the following advisory published by oCERT for more details: <a href="http://www.ocert.org/advisories/ocert-2009-002.html">http://www.ocert.org/advisories/ocert-2009-002.html</a>. </p>

<p><strong>Update 2</strong>: Google's Rich Cannings, Android Security Engineer has now responded with the following statement:</p>

<p>"Charlie Miller, a security researcher at Independent Security Evaluators, contacted security@android.com on January 21st regarding a bug in PacketVideo's OpenCore media library that he intended to disclose on Feburary 7.</p>

<p>Media libraries are extremely complex and can lead to bugs, so we designed our mediaserver, which uses OpenCore, to work within its own application sandbox so that security issues in the mediaserver would not affect other applications on the phone such as email, the browser, SMS, and the dialer. If the bug Charlie reported to us on January 21st is exploited, it would be limited to the mediaserver and could only exploit actions the mediaserver performs, such as listen to and alter some audio and visual media.</p>

<p>The Android Security Team responded by contacting PacketVideo, T-Mobile, and oCERT, a public Computer Emergency Response Team. PacketVideo developed a fix on February 5th, and they patched Open Source Android two days later. oCERT assisted PacketVideo with coordinating the fix, and they published an advisory detailing this issue. We offered the patch to T-Mobile when it became available, and G1 users will be updated at T-Mobile's discretion.</p><p>
We thank our partners PacketVideo, oCERT, and T-Mobile for their engagement and attention to this issue."<p>

<p><em>Image Credit: </em><a href="http://www.androidauthority.com/index.php/2008/10/16/androids-remote-kills-switch-for-rogue-apps/"><em>Android Authority</em></a></p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126379</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126379" />
    <title>Comment from Enrique Gutierrez on 2009-02-12</title>
    <author>
        <name>Enrique Gutierrez</name>
        <uri>http://friendfeed.com/nrek</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/nrek">
        <![CDATA[<p>Ouch - Android Vulnerability? no bueno.</p>]]>
    </content>
    <published>2009-02-12T17:31:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126376</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126376" />
    <title>Comment from f055 on 2009-02-12</title>
    <author>
        <name>f055</name>
        <uri>http://f055.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://f055.net">
        <![CDATA[<p>Don't you feel that Google became so big it's slipping small mistakes one after another due to human errors? As I understand it, they could've fixed the bug earlier, but someone hesitated, or maybe the decision was stuck in the processing queue? But Google is so big and influential, especially in the area of SaaS (how many millions of users are on G?) it could have a huge impact on every one of use. Remember the recent slip with the "This website may harm your computer"? How many $ were lost due to that..?</p>]]>
    </content>
    <published>2009-02-12T17:34:05Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126380</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126380" />
    <title>Comment from Larry Jones on 2009-02-12</title>
    <author>
        <name>Larry Jones</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>There's actually a security suite currently available for Android.  It includes antivirus as well as remote wipe of sensitive data and the device can even be located via GPS.  It's on Handango at <a href="http://www.handango.com/catalog/ProductDetails.jsp?storeId=2218&deviceId=2073&platformId=80&productId=247921" rel="nofollow">http://www.handango.com/catalog/ProductDetails.jsp?storeId=2218&deviceId=2073&platformId=80&productId=247921</a></p>]]>
    </content>
    <published>2009-02-12T17:47:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126418</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126418" />
    <title>Comment from Defend My Identity on 2009-02-12</title>
    <author>
        <name>Defend My Identity</name>
        <uri>http://defend-my-identity.com/blog/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://defend-my-identity.com/blog/">
        <![CDATA[<p>Yikes. If Google has released a fix, I would think they would want to be more vocal about, considering Android is leaving consumers vulnerable to identity theft. </p>]]>
    </content>
    <published>2009-02-12T20:35:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126423</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126423" />
    <title>Comment from Phil on 2009-02-12</title>
    <author>
        <name>Phil</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>He also makes note of another critical problem in Android - that of applications being signed with "self-signed" certificates, which is "inherently untrustworthy," he says. A hacker could easily create a piece of malware and then trick you into trusting it and installing it onto your phone.</p>

<p><br />
YOU CANT HAVE AN OPEN PLATFORM IF SOMEONE HAS CONTROL OVER WHAT SOFTWARE CAN BE INSTALLED ON IT.</p>]]>
    </content>
    <published>2009-02-12T21:38:27Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126426</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126426" />
    <title>Comment from Google Is Evil on 2009-02-12</title>
    <author>
        <name>Google Is Evil</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Why do people give Google a pass on crappy software? Why? This is horrible. If Microsoft or Apple had done this, they would have been crucified. But, somehow, because Google is the darling of ivory tower tech-bigots, we're all supposed to "put some ice on it" and forget about these screwups? No way. F- Google. I will never ever buy an Android device.</p>]]>
    </content>
    <published>2009-02-12T21:58:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126429</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126429" />
    <title>Comment from Sarah Perez on 2009-02-12</title>
    <author>
        <name>Sarah Perez</name>
        <uri>http://friendfeed.com/sarahintampa</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/sarahintampa">
        <![CDATA[<p>FYI, for those just tuning in: check the updates for Google's comment</p>]]>
    </content>
    <published>2009-02-12T22:04:58Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126432</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126432" />
    <title>Comment from GovernmentSecurity.org on 2009-02-12</title>
    <author>
        <name>GovernmentSecurity.org</name>
        <uri>http://governmentsecurity.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://governmentsecurity.org">
        <![CDATA[<p>Basically all this exploit needs is the perfect attack vector.  A service that would allow for fast distribution of the malware link and guarantee a high number of mobile users who perhaps would be using the Android mobile browser?  Sounds like Twitter would be the perfect vector. - Great article posted on our frontpage.</p>]]>
    </content>
    <published>2009-02-12T22:48:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126438</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126438" />
    <title>Comment from inportb on 2009-02-12</title>
    <author>
        <name>inportb</name>
        <uri>http://inportb.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://inportb.com/">
        <![CDATA[<p>Heh, that's not such a big deal. You just have to watch your browsing habits. Sure if you watch kiddie pr0n on your phone you might run into problems down the road...</p>]]>
    </content>
    <published>2009-02-12T23:16:18Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126437</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126437" />
    <title>Comment from Michael Martin on 2009-02-12</title>
    <author>
        <name>Michael Martin</name>
        <uri>http://www.googleandblog.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.googleandblog.com/">
        <![CDATA[<p>I am assuming this fix is not in the recent RC33 update, correct?</p>

<p>,Michael Martin<br />
<a href="http://www.googleandblog.com/" rel="nofollow">http://www.googleandblog.com/</a><br />
</p>]]>
    </content>
    <published>2009-02-12T23:16:18Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126470</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126470" />
    <title>Comment from Crossbow on 2009-02-12</title>
    <author>
        <name>Crossbow</name>
        <uri>http://linuxslate.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://linuxslate.com">
        <![CDATA[<p>Please read my comments/rebuttle on Linuxslate.com<br />
<a href="http://linuxslate.com/Commentary_Android_Security1.html" rel="nofollow">http://linuxslate.com/Commentary_Android_Security1.html</a></p>]]>
    </content>
    <published>2009-02-13T04:59:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126475</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126475" />
    <title>Comment from Trevor Carpenter on 2009-02-12</title>
    <author>
        <name>Trevor Carpenter</name>
        <uri>http://friendfeed.com/trevorcarpenter</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/trevorcarpenter">
        <![CDATA[<p>Can I patch this myself? How could I swap out the bad browser for a patched one?</p>]]>
    </content>
    <published>2009-02-13T06:02:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126523</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126523" />
    <title>Comment from kadir on 2009-02-13</title>
    <author>
        <name>kadir</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>But, somehow, because Google is the darling of ivory tower tech-bigots, we're all supposed to "put some ice on it" and forget about these screwups? No way. F- Google. I will never ever buy an Android device.<br />
<a href="http://www.muhabbetim.in" rel="nofollow">muhabbet</a>  <a href="http://www.mIRC18.net" rel="nofollow">mIRC</a></p>]]>
    </content>
    <published>2009-02-13T17:17:23Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126669</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126669" />
    <title>Comment from Darrin Roush on 2009-02-13</title>
    <author>
        <name>Darrin Roush</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>What about using the alternate browser (in Android Market) called Steel?  It's a good browser...would it have the same problem?</p>]]>
    </content>
    <published>2009-02-14T05:18:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126679</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126679" />
    <title>Comment from GetAGrip on 2009-02-14</title>
    <author>
        <name>GetAGrip</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>This article is sooooo inaccurate.  You should be ashamed of yourselves.</p>

<p>This is a bug in the mediaserver application, which uses PacketVideo's open source libraries.  Miller can't demonstrate an exploit, and it's likely that nobody will be able to, since it's a very strange overflow that only allows registers to be overwritten with information from a pre-defined table.  THIS IS NOT A BROWSER BUG!</p>

<p>Even if somebody gets an exploit to work, it's going to be limited by Android's sandboxing to the mediaserver user.  It cannot affect the browser, log keystrokes, etc...</p>

<p>This is a bug in an non-Google open-source MP3 library that currently is only a crasher, and people are talking like it's the end of Android.  Get a grip people.  Sarah, you need to find some reliable experts to explain these issues before you embarrass yourself like this.  People who sell "Android anti-virus" are not independent observers. </p>]]>
    </content>
    <published>2009-02-14T08:27:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:126815</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c126815" />
    <title>Comment from DarkriftX on 2009-02-15</title>
    <author>
        <name>DarkriftX</name>
        <uri>http://android-dls.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://android-dls.com">
        <![CDATA[<p>I also feel this "bug" has been blown out of proportion. Everyone, especially those who hate all large corporations (We can all thank MS for this outlook on life) is going to start out skeptical about Android and this just fuels their fire. Android is very new and bugs are bound to happen. What matters is that Android is not being built, sold and left to ferment like Windows Mobile is.</p>]]>
    </content>
    <published>2009-02-16T06:02:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:127078</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c127078" />
    <title>Comment from Sarah on 2009-02-18</title>
    <author>
        <name>Sarah</name>
        <uri>http://www.atelier-us.com/e-business-and-it/article/exposed-android-security-flaw-makes-browsing-dangerous</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.atelier-us.com/e-business-and-it/article/exposed-android-security-flaw-makes-browsing-dangerous">
        <![CDATA[<p>It makes you wonder what other flaws are part of this OS. THere's an interesting article <a href="http://www.atelier-us.com/e-business-and-it/article/exposed-android-security-flaw-makes-browsing-dangerous" rel="nofollow">here</a>.</p>]]>
    </content>
    <published>2009-02-18T20:39:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:142374</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c142374" />
    <title>Comment from sohbet on 2009-06-14</title>
    <author>
        <name>sohbet</name>
        <uri>http://www.mylobi.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mylobi.net">
        <![CDATA[<p>ven if somebody gets an exploit to work, it's going to be limited by Android's sandboxing to the mediaserver user. It cannot affect the browser, log keystrokes, etc...</p>]]>
    </content>
    <published>2009-06-14T16:14:47Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:142673</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c142673" />
    <title>Comment from Mirc on 2009-06-16</title>
    <author>
        <name>Mirc</name>
        <uri>http://www.klavye.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.klavye.com">
        <![CDATA[<p>very nice post thank you</p>]]>
    </content>
    <published>2009-06-16T11:38:11Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:142755</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c142755" />
    <title>Comment from chat on 2009-06-16</title>
    <author>
        <name>chat</name>
        <uri>http://www.sibersahne.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sibersahne.com">
        <![CDATA[<p>The Android Security Team responded by contacting PacketVideo, T-Mobile, and oCERT, a public Computer Emergency Response Team. PacketVideo developed </p>]]>
    </content>
    <published>2009-06-16T20:33:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:142791</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c142791" />
    <title>Comment from HD LCD monitor on 2009-06-16</title>
    <author>
        <name>HD LCD monitor</name>
        <uri>http://www.sdrav.com/en</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sdrav.com/en">
        <![CDATA[<p>It's nice, I am learning, thank you<br />
</p>]]>
    </content>
    <published>2009-06-17T02:44:32Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:144138</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c144138" />
    <title>Comment from mIRCındır on 2009-06-26</title>
    <author>
        <name>mIRCındır</name>
        <uri>http://www.mirctime.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mirctime.org">
        <![CDATA[<p>www.mIRCTime.oRg herkezi bekleriZ</p>]]>
    </content>
    <published>2009-06-26T07:56:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:144625</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c144625" />
    <title>Comment from Harry on 2009-06-30</title>
    <author>
        <name>Harry</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The World Series of Poker is a 39 year old annual event where thousands of professional and amateur poker players fight through 40 tournaments for tens of millions of dollars in prize money. The event is different this year, because Twitter has come to the world of poker and it's changing the way the whole industry relates to the game.<br />
<a />Thesis Writing AND <a />Dissertation Writing AND <a />Term Paper Writing <br />
</p>]]>
    </content>
    <published>2009-06-30T11:20:58Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:144626</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c144626" />
    <title>Comment from Markweee on 2009-06-30</title>
    <author>
        <name>Markweee</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>To further fuel the fire, Toshiba has been reported to be getting ready to announce at CES (The Consumer Electronics Show) a new HDDVD player in the sub-two hundred dollar range.  If these reports hold to be true, Sony's Blu Ray hopes may be dashed in even more markets than just that of the video-game arena.  <br />
<a />Thesis Writing AND <a />Dissertation Writing AND <a />Term Paper Writing <br />
</p>]]>
    </content>
    <published>2009-06-30T11:27:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:144697</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c144697" />
    <title>Comment from chat on 2009-06-30</title>
    <author>
        <name>chat</name>
        <uri>http://www.odasohbeti.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.odasohbeti.com">
        <![CDATA[<p><b><a href="http://www.odasohbeti.com/">SOHBET</a></b><br />
<b><a href="http://www.odasohbeti.com/bursa.html">BURSA SOHBET</a></b><br />
<b><a href="http://www.odasohbeti.com/istanbul.html">ISTANBUL CHAT</a></b><br />
<b><a href="http://www.odasohbeti.com/islamidini.html">ISLAMI CHAT</a></b><br />
<b><a href="http://www.odasohbeti.com/izmir.html">IZMIR CHAT</a></b><br />
<b><a href="http://www.odasohbeti.com/ankara.html">ANKARA ARKADAS</a></b><br />
<b><a href="http://www.odasohbeti.com/almanya.html">ALMANYA CHAT</a></b><br />
<b><a href="http://www.odasohbeti.com/turkiye.html">TURKEY CHAT</a></b><br />
<b><a href="http://www.odasohbeti.com/mynet.html">MYNET</a></b><br />
<b><a href="http://www.odasohbeti.com/siteneekle.html">SITENE EKLE</a></b><br />
<b><a href="http://www.odasohbeti.com/ensonyerlivideomuzikleriklipleridinleizle.html">VIDEO KLIP IZLE</a></b></p>]]>
    </content>
    <published>2009-06-30T18:23:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:144771</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c144771" />
    <title>Comment from isa can on 2009-06-30</title>
    <author>
        <name>isa can</name>
        <uri>http://www.vaysohbet.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.vaysohbet.net">
        <![CDATA[<p>thanks very good</p>]]>
    </content>
    <published>2009-06-30T23:12:53Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:145278</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c145278" />
    <title>Comment from dizi izle on 2009-07-03</title>
    <author>
        <name>dizi izle</name>
        <uri>http://www.dizim.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dizim.org">
        <![CDATA[<p>To usurp the RDBMS you need a scalable EAV/CR solution that leverages platform independent pointers, so that you can point to Entities, Attributes, Values, Relationships, and Classes across DBMS, Application, Operating System, and Network boundaries (the "holy grail" of data access and data management).</p>]]>
    </content>
    <published>2009-07-03T20:17:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:145393</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c145393" />
    <title>Comment from HD LCD monitor on 2009-07-04</title>
    <author>
        <name>HD LCD monitor</name>
        <uri>http://www.sdrav.com/en</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sdrav.com/en">
        <![CDATA[<p>thanks..</p>]]>
    </content>
    <published>2009-07-05T02:13:22Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:149009</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c149009" />
    <title>Comment from 21jaber on 2009-07-25</title>
    <author>
        <name>21jaber</name>
        <uri>http://blogs.ebay.com.hk/21trans/entry/Diagnosis-and-differentiation-of-ulcer-of-oral-cav/_W0QQidZ1065953013</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blogs.ebay.com.hk/21trans/entry/Diagnosis-and-differentiation-of-ulcer-of-oral-cav/_W0QQidZ1065953013">
        <![CDATA[<p>Even if somebody gets an exploit to work, it's going to be limited by Android's sandboxing to the mediaserver user. It cannot affect the browser, log keystrokes, etc...</p>]]>
    </content>
    <published>2009-07-25T10:19:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:149305</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c149305" />
    <title>Comment from kamerali sohbet on 2009-07-27</title>
    <author>
        <name>kamerali sohbet</name>
        <uri>http://www.sohbetdorugu.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sohbetdorugu.com">
        <![CDATA[<p>migrating to, and why? Tell us in the comments. Welcome You Fine Google Notebook Users [Evernote] Google Notebook Import </p>]]>
    </content>
    <published>2009-07-27T14:42:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:149490</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c149490" />
    <title>Comment from Air Max Shoes on 2009-07-28</title>
    <author>
        <name>Air Max Shoes</name>
        <uri>http://www.airmaxpro.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.airmaxpro.com">
        <![CDATA[<p>thank you for telling us this information. so kind....</p>]]>
    </content>
    <published>2009-07-29T02:34:12Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:149576</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c149576" />
    <title>Comment from Tiffany  on 2009-07-29</title>
    <author>
        <name>Tiffany </name>
        <uri>http://www.tiffanyjewelrypro.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tiffanyjewelrypro.com">
        <![CDATA[<p>what's wrong.........?</p>]]>
    </content>
    <published>2009-07-29T09:13:01Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:150302</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c150302" />
    <title>Comment from Air Max on 2009-08-03</title>
    <author>
        <name>Air Max</name>
        <uri>http://www.airmaxpro.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.airmaxpro.com">
        <![CDATA[<p>great news to learn,,,,,,,,,,,</p>]]>
    </content>
    <published>2009-08-03T09:14:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:150689</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c150689" />
    <title>Comment from China Wholesale on 2009-08-04</title>
    <author>
        <name>China Wholesale</name>
        <uri>http://www.crazypurchase.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.crazypurchase.com">
        <![CDATA[<p>The event is different this year, because Twitter has come to the world of poker and it's changing the way the whole industry relates to the game.</p>]]>
    </content>
    <published>2009-08-05T06:09:46Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:150709</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c150709" />
    <title>Comment from air max on 2009-08-05</title>
    <author>
        <name>air max</name>
        <uri>http://www.airmaxpro.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.airmaxpro.com">
        <![CDATA[<p>thanks for sharing; hahha</p>]]>
    </content>
    <published>2009-08-05T09:04:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:151371</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c151371" />
    <title>Comment from chat on 2009-08-10</title>
    <author>
        <name>chat</name>
        <uri>http://www.sevsen.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sevsen.net">
        <![CDATA[<p>tnakss hahaha</p>]]>
    </content>
    <published>2009-08-10T09:29:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:151375</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c151375" />
    <title>Comment from chat sayfaları on 2009-08-10</title>
    <author>
        <name>chat sayfaları</name>
        <uri>http://www.chatsayfalari.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.chatsayfalari.org">
        <![CDATA[<p>tnkss video </p>]]>
    </content>
    <published>2009-08-10T09:40:05Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:151423</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c151423" />
    <title>Comment from tnakss hahaha on 2009-08-10</title>
    <author>
        <name>tnakss hahaha</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><strong><a href="http://www.bnta1.com" rel="nofollow">شات سعودي </a></strong></p>]]>
    </content>
    <published>2009-08-10T18:51:31Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:151424</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c151424" />
    <title>Comment from شات سعودي  on 2009-08-10</title>
    <author>
        <name>شات سعودي </name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>tnkss video </p>]]>
    </content>
    <published>2009-08-10T18:52:37Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:151425</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c151425" />
    <title>Comment from شات on 2009-08-10</title>
    <author>
        <name>شات</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>tnakss hahaha </p>]]>
    </content>
    <published>2009-08-10T18:55:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:152421</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c152421" />
    <title>Comment from Google Doktoru on 2009-08-15</title>
    <author>
        <name>Google Doktoru</name>
        <uri>http://www.unimedisys.com/google-ilk-sira-sayfa-seo.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.unimedisys.com/google-ilk-sira-sayfa-seo.html">
        <![CDATA[<p>That's a shame of Google. It is why they tend to build a totally new operation system called Chorme OS.</p>]]>
    </content>
    <published>2009-08-15T14:20:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:152535</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c152535" />
    <title>Comment from grow taller on 2009-08-17</title>
    <author>
        <name>grow taller</name>
        <uri>http://howtogrowtaller101.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://howtogrowtaller101.com/">
        <![CDATA[<p>This is a bug in the mediaserver application, which uses PacketVideo's open source libraries. Miller can't demonstrate an exploit, and it's likely that nobody will be able to, since it's a very strange overflow that only allows registers to be overwritten with information from a pre-defined table. THIS IS NOT A BROWSER BUG!</p>]]>
    </content>
    <published>2009-08-17T09:48:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:152662</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c152662" />
    <title>Comment from tiffany jewellery on 2009-08-17</title>
    <author>
        <name>tiffany jewellery</name>
        <uri>http://www.tiffanyfree.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tiffanyfree.co.uk">
        <![CDATA[<p> This is great news. Best of luck for the future and keep up the good work.</p>]]>
    </content>
    <published>2009-08-18T02:40:56Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:153140</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c153140" />
    <title>Comment from masa on 2009-08-19</title>
    <author>
        <name>masa</name>
        <uri>http://www.masavesandalye.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.masavesandalye.com">
        <![CDATA[<p>Thanks for posting about this, I would love to read more about this topic.</p>]]>
    </content>
    <published>2009-08-19T13:29:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:153927</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c153927" />
    <title>Comment from Malware Removal Bot on 2009-08-24</title>
    <author>
        <name>Malware Removal Bot</name>
        <uri>http://themalwareremovalbot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://themalwareremovalbot.com">
        <![CDATA[<p>Since it's a very strange overflow that only allows registers to be overwritten with information from a pre-defined table. </p>]]>
    </content>
    <published>2009-08-24T10:27:31Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:154551</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c154551" />
    <title>Comment from netlog on 2009-08-26</title>
    <author>
        <name>netlog</name>
        <uri>http://www.makaracilar.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.makaracilar.org">
        <![CDATA[<p>thanks</p>]]>
    </content>
    <published>2009-08-27T01:30:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:154685</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c154685" />
    <title>Comment from Green Tea Purity on 2009-08-27</title>
    <author>
        <name>Green Tea Purity</name>
        <uri>http://topgreenteaproducts.com/green-tea-purity/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://topgreenteaproducts.com/green-tea-purity/">
        <![CDATA[<p>It's likely that nobody will be able to, since it's a very strange overflow that only allows registers to be overwritten with information from a pre-defined table.</p>]]>
    </content>
    <published>2009-08-27T17:14:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155506</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155506" />
    <title>Comment from Oyunlar 1 on 2009-09-02</title>
    <author>
        <name>Oyunlar 1</name>
        <uri>http://www.haydioyuna.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.haydioyuna.com">
        <![CDATA[<p>Can I patch this myself? How could I swap out the bad browser for a patched one?</p>]]>
    </content>
    <published>2009-09-02T08:16:12Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155526</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155526" />
    <title>Comment from chat on 2009-09-02</title>
    <author>
        <name>chat</name>
        <uri>http://www.dorukchat.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.dorukchat.net">
        <![CDATA[<p>thank you</p>]]>
    </content>
    <published>2009-09-02T12:30:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155692</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155692" />
    <title>Comment from netlog on 2009-09-03</title>
    <author>
        <name>netlog</name>
        <uri>http://www.makaracilar.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.makaracilar.org">
        <![CDATA[<p>thanks you pleas :S is what the and ? ;R</p>]]>
    </content>
    <published>2009-09-03T11:13:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155696</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155696" />
    <title>Comment from ibo show on 2009-09-03</title>
    <author>
        <name>ibo show</name>
        <uri>http://www.iboshow.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.iboshow.net">
        <![CDATA[<p>It's likely that nobody will be able to, since it's a very strange overflow that only allows registers to be overwritten with information from a pre-defined table.</p>]]>
    </content>
    <published>2009-09-03T12:02:06Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155716</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155716" />
    <title>Comment from how to watch tv on pc live on 2009-09-03</title>
    <author>
        <name>how to watch tv on pc live</name>
        <uri>http://letsgoviral.com/isoftware-tv-review-isoftware-download-scam/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://letsgoviral.com/isoftware-tv-review-isoftware-download-scam/">
        <![CDATA[<p>You know this is not a browser bug right?</p>]]>
    </content>
    <published>2009-09-03T13:31:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155869</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155869" />
    <title>Comment from tiffany jewelry on 2009-09-03</title>
    <author>
        <name>tiffany jewelry</name>
        <uri>http://www.tiffanyfree.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tiffanyfree.com">
        <![CDATA[<p>cool post! i like this.</p>]]>
    </content>
    <published>2009-09-04T01:33:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:155961</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c155961" />
    <title>Comment from Chat on 2009-09-04</title>
    <author>
        <name>Chat</name>
        <uri>http://www.sessizchat.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sessizchat.net">
        <![CDATA[<p>thank you for sharing</p>]]>
    </content>
    <published>2009-09-04T13:52:32Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:156127</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c156127" />
    <title>Comment from muhabbet on 2009-09-05</title>
    <author>
        <name>muhabbet</name>
        <uri>http://www.muhabbete.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.muhabbete.net">
        <![CDATA[<p>tnkss</p>]]>
    </content>
    <published>2009-09-05T22:19:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:156229</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c156229" />
    <title>Comment from ed hardy on 2009-09-06</title>
    <author>
        <name>ed hardy</name>
        <uri>http://www.classicedhardy.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.classicedhardy.com/">
        <![CDATA[<p>Make clearly to find the perfect bridal bracelets to ending off your, something old with a, something new, per say. Because the last touch that will meet. With <a />ed hardy mens Underwear honeymoon gown designers creating more than important, it is becoming an easier  charge for the choice of the nuptial earrings that pulls the intact  <a />ed hardy shirts and different, and purchasing a wedding gown with swarovski crystals that energy and give that extra <a />ed hardy kids</p>]]>
    </content>
    <published>2009-09-07T00:39:53Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:156727</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c156727" />
    <title>Comment from ed hardy  on 2009-09-09</title>
    <author>
        <name>ed hardy </name>
        <uri>http://www.edhardyuk.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.edhardyuk.co.uk">
        <![CDATA[<p>Strangely though, a fix is currently available and has been since February 7th. However, Google has not pushed it out to Android phones. Instead, </p>]]>
    </content>
    <published>2009-09-09T09:44:55Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:158402</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c158402" />
    <title>Comment from sohbet on 2009-09-18</title>
    <author>
        <name>sohbet</name>
        <uri>http://www.ciceksohbet.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ciceksohbet.net">
        <![CDATA[<p>If Google has released a fix, I would think they would want to be more vocal about, considering Android is leaving consumers vulnerable to identity theft.</p>]]>
    </content>
    <published>2009-09-18T19:56:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:158607</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c158607" />
    <title>Comment from isoftware tv on 2009-09-20</title>
    <author>
        <name>isoftware tv</name>
        <uri>http://letsgoviral.com/isoftware-tv-review-isoftware-download-scam/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://letsgoviral.com/isoftware-tv-review-isoftware-download-scam/">
        <![CDATA[<p>But, somehow, because Google is the darling of ivory tower tech-bigots, we're all supposed to "put some ice on it" and forget about these screwups? No way. F- Google. I will never ever buy an Android device.</p>]]>
    </content>
    <published>2009-09-20T12:57:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:158930</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c158930" />
    <title>Comment from kangal on 2009-09-22</title>
    <author>
        <name>kangal</name>
        <uri>http://www.trkangal.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.trkangal.com">
        <![CDATA[<p>I thank for the knowledge</p>]]>
    </content>
    <published>2009-09-22T13:49:22Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:159088</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c159088" />
    <title>Comment from tiffany on 2009-09-23</title>
    <author>
        <name>tiffany</name>
        <uri>http://www.japan-jewelry.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.japan-jewelry.com">
        <![CDATA[<p>Books, like friends, should be few and well chosen. </p>]]>
    </content>
    <published>2009-09-23T07:02:15Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:159101</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c159101" />
    <title>Comment from www.tiffanyabc.com on 2009-09-23</title>
    <author>
        <name>www.tiffanyabc.com</name>
        <uri>http://www.tiffanyabc.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tiffanyabc.com">
        <![CDATA[<p> I know someone in the world is waiting for me, although I've no idea of who he is. But I feel happy every day for this. 　  </p>]]>
    </content>
    <published>2009-09-23T07:34:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:159124</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c159124" />
    <title>Comment from us drugstore on 2009-09-23</title>
    <author>
        <name>us drugstore</name>
        <uri>http://www.us-edrugstore.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.us-edrugstore.com/">
        <![CDATA[<p>Hi. I would think they would want to be more vocal about, considering Android is leaving consumers vulnerable to identity theft.</p>]]>
    </content>
    <published>2009-09-23T10:02:38Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:159237</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c159237" />
    <title>Comment from estetik cerrahi on 2009-09-23</title>
    <author>
        <name>estetik cerrahi</name>
        <uri>http://www.estetik-cerrahi.info</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.estetik-cerrahi.info">
        <![CDATA[<p>thanks why they tend to build a totally new operation system called Chorme OS</p>]]>
    </content>
    <published>2009-09-23T23:02:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:159569</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c159569" />
    <title>Comment from /www.tiffanyfeeling.com on 2009-09-25</title>
    <author>
        <name>/www.tiffanyfeeling.com</name>
        <uri>http://www.tiffanyfeeling.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.tiffanyfeeling.com/">
        <![CDATA[<p><br />
Accounted for a floor first, for a while and then to express their views<br />
</p>]]>
    </content>
    <published>2009-09-25T09:44:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:160315</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c160315" />
    <title>Comment from www.pretty-tiffany.com on 2009-09-29</title>
    <author>
        <name>www.pretty-tiffany.com</name>
        <uri>http://www.pretty-tiffany.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.pretty-tiffany.com">
        <![CDATA[<p>Welcome our family to thank has looked at me theory </p>]]>
    </content>
    <published>2009-09-30T01:37:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:160316</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c160316" />
    <title>Comment from www.pretty-tiffany.com on 2009-09-29</title>
    <author>
        <name>www.pretty-tiffany.com</name>
        <uri>http://www.pretty-tiffany.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.pretty-tiffany.com">
        <![CDATA[<p>considering Android is leaving consumers vulnerable to identity theft.<br />
</p>]]>
    </content>
    <published>2009-09-30T01:38:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:160317</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c160317" />
    <title>Comment from http://www.happytiffany.com on 2009-09-29</title>
    <author>
        <name>http://www.happytiffany.com</name>
        <uri>http://www.happytiffany.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.happytiffany.com">
        <![CDATA[<p>We thank our partners PacketVideo, oCERT, and T-Mobile for their engagement and attention to this issue</p>]]>
    </content>
    <published>2009-09-30T01:41:38Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:163009</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c163009" />
    <title>Comment from Chat odaları on 2009-10-15</title>
    <author>
        <name>Chat odaları</name>
        <uri>http://www.trchatodalari.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.trchatodalari.com">
        <![CDATA[<p>The event is different this year, because Twitter has come to the world of poker and it's changing the way the whole industry relates to the game..</p>]]>
    </content>
    <published>2009-10-15T20:09:45Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:163518</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c163518" />
    <title>Comment from mirc indir on 2009-10-19</title>
    <author>
        <name>mirc indir</name>
        <uri>http://www.mircsohbet.info</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.mircsohbet.info">
        <![CDATA[<p>Here's my question: isn't any company free to charge any prices for its products, unless it's a monopoly. Do the Big Four have a monopoly on music? If not, is charging Web stations and not charging terresrtial stations illegal? BTW, is it really true that terrestial stations pay nothing? That's hard to believe.<br />
Mirc indir</p>]]>
    </content>
    <published>2009-10-19T07:32:07Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:165608</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c165608" />
    <title>Comment from sevgiliye hediye on 2009-10-29</title>
    <author>
        <name>sevgiliye hediye</name>
        <uri>http://www.hediyecell.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.hediyecell.com">
        <![CDATA[<p>FYI, for those just tuning in: check the updates for Google's comment</p>]]>
    </content>
    <published>2009-10-29T09:44:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:166859</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c166859" />
    <title>Comment from hosting on 2009-11-04</title>
    <author>
        <name>hosting</name>
        <uri>http://www.sekershell.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sekershell.com">
        <![CDATA[<p>It's likely that nobody will be able to, since it's a very strange overflow that only allows registers to be overwritten with information from a pre-defined table</p>]]>
    </content>
    <published>2009-11-04T16:33:04Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.13804-comment:167593</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.13804" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php#c167593" />
    <title>Comment from hosting on 2009-11-09</title>
    <author>
        <name>hosting</name>
        <uri>http://www.sekershell.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sekershell.com">
        <![CDATA[<p>First, what a great idea extension! But it crashes my Fox everytime I try to change the player ... :-( I'm using FF 2.0. Do I actually need to download the archived players or are</p>]]>
    </content>
    <published>2009-11-09T15:34:40Z</published>
  </entry>

</feed>