<?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>Security Dissection and Rants &#187; T-mobile</title>
	<atom:link href="http://www.iglobalonline.com/tag/t-mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iglobalonline.com</link>
	<description>Penetrating security, one app at a time</description>
	<lastBuildDate>Fri, 09 Apr 2010 18:08:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PF Visual Voicemail make voice-mails too visual</title>
		<link>http://www.iglobalonline.com/2010/02/08/pf-visual-voicemail-make-voice-mails-too-visual/</link>
		<comments>http://www.iglobalonline.com/2010/02/08/pf-visual-voicemail-make-voice-mails-too-visual/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:23:13 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Android Security]]></category>
		<category><![CDATA[Alltel]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Authentication bypass]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[iPhone Security]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[PF Voicemail]]></category>
		<category><![CDATA[Phone Fusion]]></category>
		<category><![CDATA[Sprint]]></category>
		<category><![CDATA[Symbian]]></category>
		<category><![CDATA[T-mobile]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[Visual Voicemail]]></category>
		<category><![CDATA[Vulnerable]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.iglobalonline.com/?p=38</guid>
		<description><![CDATA[It seems the leader in visual voice-mail applications, Phone Fusion, has accidentally left users voice-mails a little too &#8220;visual&#8221;. Phone Fusion provides an app for its Visual Voicemail Plus on all major smartphones and carriers (See list). I have only evaluated the version provided for the Android, but based on the method of communication it [...]]]></description>
			<content:encoded><![CDATA[<p>It seems the leader in visual voice-mail applications, Phone Fusion, has accidentally left users voice-mails a little too &#8220;visual&#8221;.</p>
<p>Phone Fusion provides an app for its Visual Voicemail Plus on all major smartphones and carriers (<a title="Phone Fusion Visual Voicemail Plus" href="http://www.fusionvoicemailplus.com/marketing/default.htm" target="_blank">See list</a>). I have only evaluated the version provided for the Android, but based on the method of communication it seems it would be the same across all platforms.</p>
<p>The device handles the authentication for syncing with the gateway providing the user with new voicemails. The issue lies within the way the communication occurs with the users voicemail storage.</p>
<p>Communication with the voicemail storage gateway is through an unencrypted request via HTTP with no authentication. This communication is visible locally by watching normal HTTP traffic.</p>
<p><a href="http://www.iglobalonline.com/wp-content/ups/2010/02/poc.bmp"><img class="aligncenter size-full wp-image-40" title="Phone Fusion Visual Voicemail Proof of Concept" src="http://www.iglobalonline.com/wp-content/ups/2010/02/poc.bmp" alt="Phone Fusion Visual Voicemail Proof of Concept" width="820" height="556" /></a></p>
<p>The vulnerability is triggered when issuing a crafted GET request to the applications gateway web service. This request forces the gateway to provide an audio file of the voicemail in MP3 or VTT format.</p>
<p><a href="http://www.iglobalonline.com/wp-content/ups/2010/02/poc2.bmp"><img class="aligncenter size-full wp-image-41" title="Phone Fusion Visual Voicemail Proof of Concept 2" src="http://www.iglobalonline.com/wp-content/ups/2010/02/poc2.bmp" alt="Phone Fusion Visual Voicemail Proof of Concept 2" width="820" height="575" /></a></p>
<p>Phone Fusion has been notified regarding this issue, promptly responding with more concern for who I was then the issue at hand. They have not confirmed their plans on patching this issue.</p>
<p>Stay tuned as we wait for them to decide what they plan on doing. If I do not hear back regarding their plans I will provide a proof of concept link on 02/10/2010.</p>
<p style="padding-left: 30px;">
<hr style="padding-left: 30px;" />
<h1><strong>UPDATE 02/10/2010</strong></h1>
<p>As promised, the Proof of Concept and some information regarding the unique domainid.</p>
<p><strong>POC</strong>: <a title="Download from my voicemail box." href="http://login.phonefusion.com/php/mail_frontend.php?action=GET&amp;send_header=YES&amp;output_format=MP3&amp;mdnis=101100136272&amp;domainid=2010020400431243001000430011996" target="_self">Download straight from my mailbox.</a></p>
<p><span style="text-decoration: underline;"><strong>Parameters</strong></span></p>
<p><strong>action</strong>: Tells the server how to handle the request. (GET downloads voicemail, MULTIPERMDELETE erases multiple voicemails)<br />
<strong>send_header</strong>: Tells the server to force the headers for voicemail downloads.<br />
<strong>output_format</strong>: Audio Format (MP3 or VTT)<br />
<strong>mdnis</strong>: Used by Phone Fusion to determine the inbound routing.<br />
<strong>domainid</strong>: Unique but potentially forcible message id. &lt;yyyymmddhhmmssmm&gt;001000&lt;9 digit identifier&gt;</p>
<p>If anyone finds more information of how the domainid is generated, feel free to email me or post a comment and I will update the post. Also, if anyone can determine this is working cross-platform (im sure it is) that would be great.</p>
<p style="padding-left: 30px;">
<hr />
<h1><strong>UPDATE 02/15/2010</strong></h1>
<p>It looks like they issued a quick patch. PF Visual Voicemail looks like it no longer is using plain-text HTTP for its connection, however, the POC above still works. Interesting&#8230; I will dig into this a bit more in the near future.</p>

	All Tags: <a href="http://www.iglobalonline.com/tag/alltel/" title="Alltel" rel="tag nofollow">Alltel</a>, <a href="http://www.iglobalonline.com/tag/android-security/" title="Android Security" rel="tag nofollow">Android Security</a>, <a href="http://www.iglobalonline.com/tag/att/" title="AT&amp;T" rel="tag nofollow">AT&amp;T</a>, <a href="http://www.iglobalonline.com/tag/authentication-bypass/" title="Authentication bypass" rel="tag nofollow">Authentication bypass</a>, <a href="http://www.iglobalonline.com/tag/blackberry/" title="Blackberry" rel="tag nofollow">Blackberry</a>, <a href="http://www.iglobalonline.com/tag/iphone-security/" title="iPhone Security" rel="tag nofollow">iPhone Security</a>, <a href="http://www.iglobalonline.com/tag/nokia/" title="Nokia" rel="tag nofollow">Nokia</a>, <a href="http://www.iglobalonline.com/tag/pf-voicemail/" title="PF Voicemail" rel="tag nofollow">PF Voicemail</a>, <a href="http://www.iglobalonline.com/tag/phone-fusion/" title="Phone Fusion" rel="tag nofollow">Phone Fusion</a>, <a href="http://www.iglobalonline.com/tag/sprint/" title="Sprint" rel="tag nofollow">Sprint</a>, <a href="http://www.iglobalonline.com/tag/symbian/" title="Symbian" rel="tag nofollow">Symbian</a>, <a href="http://www.iglobalonline.com/tag/t-mobile/" title="T-mobile" rel="tag nofollow">T-mobile</a>, <a href="http://www.iglobalonline.com/tag/verizon/" title="Verizon" rel="tag nofollow">Verizon</a>, <a href="http://www.iglobalonline.com/tag/visual-voicemail/" title="Visual Voicemail" rel="tag nofollow">Visual Voicemail</a>, <a href="http://www.iglobalonline.com/tag/vulnerable/" title="Vulnerable" rel="tag nofollow">Vulnerable</a>, <a href="http://www.iglobalonline.com/tag/windows-mobile/" title="Windows Mobile" rel="tag nofollow">Windows Mobile</a><br />
]]></content:encoded>
			<wfw:commentRss>http://www.iglobalonline.com/2010/02/08/pf-visual-voicemail-make-voice-mails-too-visual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
