My email client will flag up PDFs as potentially insecure, but won't do the same for other document formats such as PPTs. Why is this?
|
|
Well, that's really a question for the makers of your email client to answer, but in general if software blocks every file attachment of a particular type then it is for one of four reasons:
PDF probably falls into the latter category: Microsoft report that almost all of the document exploits they see are PDF files infected with Win32/Pdfjsc. (This in the very interesting SIR volume 11) |
|||||
|
|
To answer your question directly, PDFs are less secure because Adobe has been plagued with security problems. It is 'easy' to embed malicious code into a pdf that Adobe Reader will not filter out. Other document formats (Word, etc) can have the same problems, but they tend to have ways to mitigate the problem (if you use the most up-to-date version of their software), like the ability to turn off the execution of macros or embedded code. As for your email client, it should be flagging ALL documents that can contain executable code (pdf, MS Office files, etc) as potentially insecure. A PPT can be infected just as easily as a PDF and by singling out PDFs, it is providing a false sense of security to its users. Users should treat all attached documents as potentially infected and not allow any code inside to run until the source can be verified. |
|||
|
|
|
In very simple terms, because current Adobe PDF readers will interpret JavaScript in PDF files. Executable code in a data file opens a whole host off risk exposures. We've seen the fruits of that in many security vulnerability notices and compromises. Why does your email client tag PDF but not PPT? Probably because PDF exposures have been in the front of everybody's mind in recent times. Still, there's a history of PPT files having some nasty security issues too. If file formats had feelings, I'm sure PDF would call that unfair. In short, we're back to the effects of whitelisting vs. blacklisting. It's just the email vendor trying to say, "We think this is risky..." but obviously they're not being complete. |
|||
|
|