|
|
|
|
|
by PenguinCoder
1436 days ago
|
|
PDFs are horrible for potential malware. There are so many ways for a PDF to run some block of code or reach out over the network for (something), and thus lead to malware being retrieved or installed. Think of all the things a PDF has support for, such as dynamic fields, arbitrary byte retrieval, user inputs, field updates, comments, stylings, embedded objects, object references, hell even an attempt at parsing CSS stylesheets, etc etc. PDF doc is one of the current _worst_ formats to try and avoid malicious activity from. Yes they can have malware; In a few more ways than easily detected or realized. Don't trust PDFs you didn't create your self. |
|