Earlier quoted context omitted.
From what he describes, the file disguised itself a PDF but may have been an executable instead, so the PDF viewer was probably never launched. I blame Windows hiding the extension of known files by default. `anything.pdf.exe` would show as `anything.pdf` Can't blame people from thinking it's a PDF. Otherwise, I use SumatraPDF as a viewer. Small, no frills, probably less of a vulnerability target than Adobe Acrobat.
Still, they should've gotten warning prompts for running an untrusted exe when they opened it, wouldn't they? I mean I know people are pretty well conditioned to ignore those, especially gamer geeks who are used to using dubious tools.
Linus Tech Tips – My Channel Was Deleted Last Night
21–24 of 24 posts
Re: Linus Tech Tips – My Channel Was Deleted Last Night
#22You'd think browsers would come up with a way to invalidate cookies and the like when data doesn't match the system.
From the perspective of a browser, it seems like a better mitigation would be to make it harder to steal these tokens in the first place. Cookies have to be persisted to disk in order to survive browser restarts, but maybe some cookies could be identified as password-equivalents and get stored in the system's keyring.
And of course, from the perspective of a server, they could probably be more credulous when they see a session token trying to make account management actions from a new IP.
Re: Linus Tech Tips – My Channel Was Deleted Last Night
#23Re: Linus Tech Tips – My Channel Was Deleted Last Night
#24Earlier quoted context omitted.
How is this possible? Can someone point me in the direction of what mechanism is used here. If I open a pdf in chrome for example am I opening myself up to this kind of attack?
I would say first thing is to disable Windows Explorer from hiding the extension of files. From what I understand, it was an executable inside a zip attachment to an email disguising itself as a partnership proposal from a reputable source. The file inside the zip probably had a .pdf.exe extension. By default, Windows Explorer would show it as a .pdf, making it easy to run by mistake.