Earlier quoted context omitted.
It works!
For me it just closes the Hacker News app. No reboot.
A new CSS-based web attack will crash and restart your iPhone
61–70 of 140 posts
Re: A new CSS-based web attack will crash and restart your iPhone
#62Re: A new CSS-based web attack will crash and restart your iPhone
#63Re: A new CSS-based web attack will crash and restart your iPhone
#64[1] https://trac.webkit.org/changeset/235475/webkit [2] https://bugs.webkit.org/show_bug.cgi?id=188504
Re: A new CSS-based web attack will crash and restart your iPhone
#65Earlier quoted context omitted.
Seems like on restart Safari wants to revisit previously opened pages and crashes again ad infinitum. Isn't there a way to cold-restart iOS devices or some such (like the magic "Zap NVRAM and repair permissions" procedure back in PowerMac times)?
"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.
Re: A new CSS-based web attack will crash and restart your iPhone
#66The tweet announcing it: https://twitter.com/pwnsdx/status/1040944750973595649 The code that causes the crash (safe to open): https://gist.github.com/pwnsdx/ce64de2760996a6c432f06d612e33... The demo itself (causes crash): https://cdn.rawgit.com/pwnsdx/ce64de2760996a6c432f06d612e33a...
It works!
Re: A new CSS-based web attack will crash and restart your iPhone
#67Earlier quoted context omitted.
Seems like on restart Safari wants to revisit previously opened pages and crashes again ad infinitum. Isn't there a way to cold-restart iOS devices or some such (like the magic "Zap NVRAM and repair permissions" procedure back in PowerMac times)?
"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.
Re: A new CSS-based web attack will crash and restart your iPhone
#68This is basically 3,485 nested s (balanced; same number of s) with width and height both set to 10,000px. I have no idea is this is an internal DOM overflow or it's because of the tiled background-image. (I don't have an iPhone to test against.) EDIT: I actually read the article properly :) all 3,485 the have a 10px backdrop-filter set on them. > He explained that nesting a ton of elements — such as tags — inside a b…
It's because of the nested backdrop-filters being applied. I would've thought the css parser / rendering engine stops this from happening, but apparently not.
Re: A new CSS-based web attack will crash and restart your iPhone
#69I’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
#70It also gets my Macbook Pro in an unresponsive state (using Safari).