Uh. I wonder if this can still be triggered when the Home application has been removed from the device? I expect so as IIRC builtin-in application removal is really just hiding them and all the functions are part of priviledged bundles shipped with the OS.
> all the functions are part of privileged bundles shipped with the OS Luckily a lot of these can be disabled when jailbroken: https://i.imgur.com/KhGmGrf.png
A persistent denial of service vulnerability affecting iOS
11–20 of 36 posts
Re: A persistent denial of service vulnerability affecting iOS
#12There are so many bugs in iOS that are years old and still unfixed. One example is the cellular-data draining bug[1]. The only "solution" for this is to wipe your device, and set it up again, without restoring any backups, at all. Which makes the whole point of backups of the device totally pointless. For a company that spent $6B+ on a (now mostly empty) campus, you'd think they could spare a few $million into proper…
Isn't this exactly how backups should work? Do you really want Apple deciding which settings/data are not important to you?
Re: A persistent denial of service vulnerability affecting iOS
#13There are so many bugs in iOS that are years old and still unfixed. One example is the cellular-data draining bug[1]. The only "solution" for this is to wipe your device, and set it up again, without restoring any backups, at all. Which makes the whole point of backups of the device totally pointless. For a company that spent $6B+ on a (now mostly empty) campus, you'd think they could spare a few $million into proper…
> Which makes the whole point of backups of the device totally pointless. Isn't this exactly how backups should work? Do you really want Apple deciding which settings/data are not important to you?
Instead of asking you to lose all your data as a workaround to a bad bug, they should actually fix that bug properly, so that it's no longer a bug.
Likely the same with the bug described in this story - if someone ends up affected by it, they're basically pooched: they can't do any more new backups, and likely if they do restore from a previous backup where data exists that triggers this, they're just going to get into that same loop of problems.
And because it's not a "high severity" (RCE) bug, it's likely never really going to get fixed as there are "workarounds for it" (read: wipe/setup the device and omit your data) or "other mitigations implemented already (previous versions of the OS be damned!)" as noted in the story.
Re: A persistent denial of service vulnerability affecting iOS
#14There are so many bugs in iOS that are years old and still unfixed. One example is the cellular-data draining bug[1]. The only "solution" for this is to wipe your device, and set it up again, without restoring any backups, at all. Which makes the whole point of backups of the device totally pointless. For a company that spent $6B+ on a (now mostly empty) campus, you'd think they could spare a few $million into proper…
> Which makes the whole point of backups of the device totally pointless. Isn't this exactly how backups should work? Do you really want Apple deciding which settings/data are not important to you?
Re: A persistent denial of service vulnerability affecting iOS
#15There are so many bugs in iOS that are years old and still unfixed. One example is the cellular-data draining bug[1]. The only "solution" for this is to wipe your device, and set it up again, without restoring any backups, at all. Which makes the whole point of backups of the device totally pointless. For a company that spent $6B+ on a (now mostly empty) campus, you'd think they could spare a few $million into proper…
> Which makes the whole point of backups of the device totally pointless. Isn't this exactly how backups should work? Do you really want Apple deciding which settings/data are not important to you?
Re: A persistent denial of service vulnerability affecting iOS
#16Earlier quoted context omitted.
> Which makes the whole point of backups of the device totally pointless. Isn't this exactly how backups should work? Do you really want Apple deciding which settings/data are not important to you?
Is this how backups work with your personal computers?
Re: A persistent denial of service vulnerability affecting iOS
#17Earlier quoted context omitted.
Is this how backups work with your personal computers?
Yes, if I do a full restore, I expect all files and settings to be restored, including bugs present at the time the backup was made.
I do expect "the config/setup that would trigger a battery drain in =iOS X.
Re: A persistent denial of service vulnerability affecting iOS
#18Why didn’t they add a string limit?
Perhaps the limit was "available memory"? It's not hard to imagine how a programmer who has only ever worked with dynamic languages and basically doesn't know what a fixed-length-buffer is could be completely oblivious to it. Then again, what is an appropriate limit on the length of the name of a HomeKit device? I'm tempted to say 255, but I'm sure someone else would disagree. I've been in design meetings where such…
Re: A persistent denial of service vulnerability affecting iOS
#19Earlier quoted context omitted.
Is this how backups work with your personal computers?
Yes, if I do a full restore, I expect all files and settings to be restored, including bugs present at the time the backup was made.
And yeah as the other commenter said, that's not really how the ios one works.
Re: A persistent denial of service vulnerability affecting iOS
#20Uh. I wonder if this can still be triggered when the Home application has been removed from the device? I expect so as IIRC builtin-in application removal is really just hiding them and all the functions are part of priviledged bundles shipped with the OS.