How a single line of code could brick your iPhone
31–40 of 126 posts
Re: How a single line of code could brick your iPhone
#32Great work! This is my favourite type of vulnerability, simple, effective and brutal. Reminds me of a time two decades ago when with a friend from uni we theorised about a perfect server vulnerability where you’d exploit a machine by pinging it. And of course, two years ago it was in fact discovered as CVE-2022-23093.
Ping of death was already a thing two decades ago. https://web.archive.org/web/19981206105844/http://www.sophis...
Re: How a single line of code could brick your iPhone
#33Earlier quoted context omitted.
Ping of death was already a thing two decades ago. https://web.archive.org/web/19981206105844/http://www.sophis...
This link doesn’t show me anything useful.
Re: How a single line of code could brick your iPhone
#34Earlier quoted context omitted.
Only if their modem didn’t implement the Hayes command set properly or you could otherwise control the per-character timing of the OS sending. It required a pause (1sec by default), “+++” with no pauses, another pause, _then_ the ATH command
Commas provided 2 second pauses
Re: How a single line of code could brick your iPhone
#35Re: How a single line of code could brick your iPhone
#36The exploit as described doesn't "brick" the device; that would require permanently disabling it. A tethered restore would be all that's required to recover in this case.
Re: How a single line of code could brick your iPhone
#37The exploit as described doesn't "brick" the device; that would require permanently disabling it. A tethered restore would be all that's required to recover in this case.
From observation, "brick" has evolved, as things do in language. In practice, it rarely means the traditional definition you refer to, but the softer one used here.
Re: How a single line of code could brick your iPhone
#38The exploit as described doesn't "brick" the device; that would require permanently disabling it. A tethered restore would be all that's required to recover in this case.
From observation, "brick" has evolved, as things do in language. In practice, it rarely means the traditional definition you refer to, but the softer one used here.
Re: How a single line of code could brick your iPhone
#39 > That single line of code was enough to make the device enter “Restore in Progress”.
> as established before, any process could send the notification and trick the system into entering that mode.
sleep data, sleep...Re: How a single line of code could brick your iPhone
#40Earlier quoted context omitted.
From observation, "brick" has evolved, as things do in language. In practice, it rarely means the traditional definition you refer to, but the softer one used here.
Almost like a "soft"-brick, if you would.