Number of XcodeGhost-Infected iOS Apps Rises
An anonymous reader writes: As the list of apps infected with the XcodeGhost malware keeps expanding, Apple, Amazon and Baidu are doing their best to purge their online properties of affected apps, malicious Xcode installers, and C&C servers used by the attackers to gather the stolen information and control the infected apps/devices. China-based jailbreaking Pangu Team claims that the number of infected app is higher than 3,400, and have offered for download a free app that apparently detects the Trojanized apps.
Not anymore. XCode 7 adds the ability to deploy to any personal device for "free".
Quoted because you need a Mac to run XCode.
But as long as you compile the code yourself (way to go - a proprietary OS enforcing open-source!), you can load the code on your phone.
In fact, there are emulators out there (like provenance, gba4ios, etc) that people are using just fine on their iOS devices. All you need to do is get the code from a tarball or git/svn/etc, open in XCode, build and deploy to your iPhone or iPad or whatever.
No, it doesn't qualify as "Free" because the built binary is limited to running on your own devices.
And the iOS sandbox was not breached - the amount of information the malware could access without alerting users was pretty limited anyhow - you could get the date, time, application ID, UUID (which because of advertising, is now different per-app) and a few other things. If the malware tried to access contacts, photos, or GPS, an alert would show up asking if the user wanted to allow or deny the action.
Of course, if said iOS device was jailbroken, then the malware could get way more information because the sandbox would be broken.
As bad as it goes, the infected apps really get less information than a typical app which wants to do in-app advertising.