How does this work? I thought iOS apps are sandboxed to an extent where it shouldn't be possible to snoop around to determine which processes are running and such.
I maintain my company's in-house mobile app crash reporting system and I had to remove jailbreak checks from our iOS SDK. It turned out that some of the checks were causing crashes themselves due to buggy anti-jailbreak-detection code some jailbroken devices had in place. e.g. checking whether a file could be accessed that normally iOS disallows would end up causing a crash instead of just a permission error.
Instead, I just do some basic server-side detection. Basically, looking for libraries loaded into the app (e.g. cydia) that are only present on jailbroken devices. Some jailbreaks don't even try to hide their presence.
I don't know what iVerify does. I hadn't heard of it before. I'm curious how it avoids crashes though... perhaps it avoids invoking any dynamic system calls.
There is, but it's not that great. You need physical access to the device and it won't be persistent (a reboot will clean it).
If your iOS software is swapped out for a version with a backdoor, then the attacker will have collected your passwords and authentication tokens to services you use. If you reboot to clear the backdoor (and let's be honest: no one reboots their phones), then you won't also "clear" your attacker's memory of all your passwords.
I don't understand why people keep downplaying this. The whole point of a secure phone is that the data can't be accessed even with physical access.
But this hack also allows exfiltration of data from your phone, doesn't it?
A modified version of the movie quote to fit the discussion
But Apple clearly has not been negligent in this space and they really have put forth best effort.
I have fond memories of my friends (and eventually me, on the family iPad) jailbreaking our devices and doing stuff with them.
A lot of the things I saw from jailbreaks were incorporated into later iOS updates- I'm curious (and excited!) to see what develops out of this wave.
there used to be firewall ip and protect my privacy on cydia, but both of those seem to no longer be maintained.
https://digitalcontentnext.org/wp-content/uploads/2018/08/DC...
Guess which will be the more common use?
This makes no sense. The data of these VIPs is not in (more) danger due to this new jailbreak appearing. It sounds like a cheap trick to make people buy new phones.
That sounds like something more than a little worrying to the listed groups of people, no?
And no, I'm not implying that Apple has designed this security flaw in order to sell more devices.