Vulnerability Report --- BEGIN ADVISORY --- Manufacturer: Apple (www.apple.com) Device: iPhone 3G (iPhone 1st Gen) Firmware: 2.1 (possible earlier versions) Device Type: smart phone Subsystems: Safari (and mobile telephony) ----------------------------- Short name: iPhone Safari phone-auto-dial (vulnerability) Vulnerability class: application logic bug Executive Summary: A malicious website can initiate a phone call without the need of user interaction. The destination phone number is chosen by the attacker. Risk: MEDIUM-HIGH Medium to high risk due to the possibility of financial gain through this attack by calling of premium rate numbers (e.g. 1-900 in the U.S.). Denial-of-service against arbitrary phone numbers through mass-calling. User cannot prevent attack. ----------------------------- Reporter: Collin Mulliner ----------------------------- Affiliation: MUlliNER.ORG / the trifinite group / (Fraunhofer SIT) ----------------------------- Time line: Oct. 20. 2008: Reported vulnerability to vendor. Oct. 20. 2008: Vendor acknowledges receiving our email. Not commenting on the vulnerability itself. Oct. 27. 2008: Sent update to vendor, also requesting a status report. Oct. 29. 2008: Reply from vendor acknowledging the vulnerability. Oct. 30. 2008: Sent additional information. Nov. 13. 2008: Vender says vulnerability is fixed in upcoming OS version. Nov. 20. 2008: Public disclosure. Jun. 18. 2009: Full-Disclosure. ----------------------------- Fix: iPhone OS 2.2 iPhone OS 2.2.1 iPhone OS 3.0 ----------------------------- Technical Details: The Safari version running on the iPhone supports handling the TEL [1] protocol through launching the telephony/dialer application. This is done by passing the provided phone number to the telephony application. Under normal conditions, loading a tel: URI results in a message box asking the user's permission to call the given number. The user is presented with the simple choice to either press call or cancel. A TEL URI can be opened automatically if the TEL URI is used as the source of an HTML iframe or frame, as the URL of a meta refresh, as the location of a HTTP 30X redirect, and as the location of the current or a new window using javascript. We discovered a security vulnerability that dismisses the "ask for permission to call" dialog in a way that chooses the "call" option rather than the "cancel" option. This condition occurs if a TEL URI is activated at the same time Safari is closed by launching an external application, for example launching the SMS application (in order to handle a SMS URI [2]). The SMS application can be launched through placing a SMS URI as the source of an iframe. This is shown in the first proof-of-concept exploit below. Further investigation showed that this behavior can be reproduced by launching other applications such as: Maps, YouTube, and iTunes. Launching these applications can be achieved through loading special URLs using the meta refresh tag. This is shown in the second proof-of-concept exploit below. We also discovered that the bug can also be triggered through popup windows (e.g. javascript alert). In this situation the initiating app does not need to be termianted in order to active the call. Finally, we discovered a second bug that can be used to perform malicious phone calls that cannot be prevented or canceled by the victim. This bug allows the attacker to freez the GUI (graphical user interface) for a number of seconds. While the GUI is frozen the call progresses in the background and cannot be stopped by the victim user. Freezing the GUI is achieved by passing a "very long" phone number to the SMS application. The SMS application, immediately after being started, freezes the iPhone GUI. Also switching off the iPhone cannot be performed fast enough in order to prevent the malicious call. [1] http://www.rfc-editor.org/rfc/rfc3966.txt [2] http://tools.ietf.org/html/draft-antti-gsm-sms-url-04 ----------------------------- Further Discussion: The dialing dialog is clearly shown to the user also the user, in most cases, can't press cancel quick enough in order to stop the initiation of the call. Once the external application is launched, the telephony application is running in the background performing the call. Only the call forwarding dialog (containing the "dismiss" button) indicates a call being made. ----------------------------- Proof-of-Concept with plain HTML using the SMS application: iPhone Safari phone-auto-dial Exploit Demo by Collin Mulliner Proof-of-Concept using javascript and the Maps application: iPhone Safari phone-auto-dial Exploit Demo by Collin Mulliner Proof-of-Concept attack where the victim user cannot stop the malicious phone call: iPhone Safari phone-auto-dial Exploit Demo by Collin Mulliner ----------------------------- More Detailed Information: Demo video available at: http://www.mulliner.org/iphone/ Advisories: http://www.mulliner.org/security/advisories/ --- END ADVISORY ---