When receiving PDFs from unknown sources, is it sufficient to remove dynamic content to minimise attack surface?

My company allows customers to upload PDFs, JPEGs and PNGs to our servers, which are then viewed by clients. We want to minimise the potential for attack on the clients. While the image formats are generally pretty safe, PDFs introduce mu… Continue reading When receiving PDFs from unknown sources, is it sufficient to remove dynamic content to minimise attack surface?

Do pdf files pose a higher security risk than regular image files (png, jpeg, etc.)?

Do pdf files pose a higher security risk than regular image files (png, jpeg, etc.)? In my understanding is that most image files don’t carry any security risk because all exploits were fixed, but there are a lot more security risks for PD… Continue reading Do pdf files pose a higher security risk than regular image files (png, jpeg, etc.)?

Vulnerabilities in Receiving User-Submitted PDF Files Through HTTP(S)

For context; I have a web application that allows users to upload a PDF file from which the web app extracts certain information by parsing it. The app then sends this information to another server for further processing.
The web app is ba… Continue reading Vulnerabilities in Receiving User-Submitted PDF Files Through HTTP(S)