Earlier quoted context omitted.
So what do you trust? Google?
Linux and its maintainers. LineageOS and its maintainers.
A new CSS-based web attack will crash and restart your iPhone
81–90 of 140 posts
Re: A new CSS-based web attack will crash and restart your iPhone
#82Re: A new CSS-based web attack will crash and restart your iPhone
#83Tested in on my Macbook in Safari, it crashed spectacularly
Re: A new CSS-based web attack will crash and restart your iPhone
#84Re: A new CSS-based web attack will crash and restart your iPhone
#85I tried it on my iPhone X and it triggers a kernel panic (agxk_mmu.cpp) when trying to allocate memory for WebKit. It seems it exhausts the memory so fast that it triggers an assertion error somewhere? Screenshot: https://i.imgur.com/6tDr44q.png Full serial console log of the device: https://gist.githubusercontent.com/KenanSulayman/867cc399e97...
Does iOS not enforce reasonable memory limits on apps to prevent a panic?
My understanding is this bug uses up GPU memory/contexts, not normal system RAM, and that’s why it becomes an issue.
Re: A new CSS-based web attack will crash and restart your iPhone
#86Can anyone confirm if this is a denial-of-service attack (through memory exhaustion)? I’m no security researcher but, as I understand, it shouldn’t be exploitable if this is the case.
Re: A new CSS-based web attack will crash and restart your iPhone
#87Earlier quoted context omitted.
"Seems like on restart Safari wants to revisit previously opened pages" I've always found that behavior annoying. If I want to revisit the last page, I can find it in history.
I'm sure you're in the absolute minority. Most people want all apps, including the browser, to stay the way they were when they closed them, even after a reboot
Re: A new CSS-based web attack will crash and restart your iPhone
#88I've stopped accepting iOS/OSX seriously after those iCloud celebs leaks and especially after 'empty string' root prompt bug. How anyone can still trust this black box concept.
Weren't those phishing compromises?
Re: A new CSS-based web attack will crash and restart your iPhone
#89Is this due to memory exhaustion? If so, does Safari not have limits applied that cause it to be killed for running into OOM?
It does. The memory allocation that causes the crash doesn't come from Safari, though: it's a memory allocation in the kernel (likely somewhere graphics related), and that counts towards XNU's memory consumption and not Safari's.
Re: A new CSS-based web attack will crash and restart your iPhone
#90Earlier quoted context omitted.
"Seems like on restart Safari wants to revisit previously opened pages" I've always found that behavior annoying. If I want to revisit the last page, I can find it in history.
I'm sure you're in the absolute minority. Most people want all apps, including the browser, to stay the way they were when they closed them, even after a reboot