H
H
homedistiller2019-11-19 17:08:13
PHP
homedistiller, 2019-11-19 17:08:13

How to safely use PHP Imagick?

Imagick supports a huge number of formats, some of them allow a lot, so much that you can do exploits, for example in SVG. Is there built-in protection against all kinds of exploits specifically in the php module and what are the practices for safe work with Imagick?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
SEOD, 2019-11-19
@SEOVirus

Only timely software updates + good system administrator.

X
xmoonlight, 2019-11-20
@xmoonlight

1. Read and build the code from the repository yourself and follow its development (bugtrack and file updates).
2. Check all input data ("body" of images) against the expected format.
3. Run an image processing script in a secure and fully isolated PHP environment.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question