Earlier quoted context omitted.
Well is it safe? Don't know. Safer: definitely. Given that the collective amount of PDF attacks is some number, now this particular PDF needs to attack PDF and the webviewer. Assuming that 1% of all PDFs do that, I'd say it's 100 times safer than not using a webviewer. If you still think that 1% of all potential PDF attacks is too unsafe, then that's a different discussion. If you think my 1% is off, then that's a di…
Well, PDF attacks need to attack the viewer you're using too…
Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
11–20 of 60 posts
Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#12Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#13 Download Dangerzone
So instead of opening a PDF from the internet on my machine, I now run code from the internet on my machine?Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#14Earlier quoted context omitted.
Well, PDF attacks need to attack the viewer you're using too…
True, but in most cases this is assumed to be a popular PDF reader. If it is specifically targeting a webviewer, I agree. But that still means that there is some JS PDF parser in between, though that provides very little in terms of security, I doubt that such a parser will check for malicious input.
Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#15Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#16Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#17Download Dangerzone So instead of opening a PDF from the internet on my machine, I now run code from the internet on my machine?
Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#18Useful tool -- it's trivial to make a RAT bypass chat/email .doc/.PDF attachments. I don't open any files on my PC from people I don't personally know -- use webviewers.
Odd question. Why would a webviewer be safer in this case? edit: Thank you for both answers. I thought it had to do with sandbox rationale, but couldn't mentally get past the fact that sandbox could potentially be escaped too. Eh, I think it is time for sleep.
The Preview.app sandbox is not quite as secure as what is used by browsers such as Firefox or Chrome on macOS for web content, so there is probably still a benefit to viewing PDFs in the browser, depending on whether the browser or PDF viewer is more hardened against these attacks.
Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#19Very nice but fyi: most malicious pdf just contains links to something else,usually shortlinks. Social engineering is hard to mitigate.
What you would end up with is an image that looks like a link but would not be clickable.
Re: Dangerzone: Convert potentially dangerous PDFs, documents, or images to safe PDF
#20Very nice but fyi: most malicious pdf just contains links to something else,usually shortlinks. Social engineering is hard to mitigate.
If I understand this correctly, a link wouldn't survive this as the pdf is turned into images and then those images back into a pdf. So it's essentially like a scan of very high quality. What you would end up with is an image that looks like a link but would not be clickable.
I'm not completely sure, but wouldn't this parse links and make them accessible again, possibly even clickable?