While not specifically PHP related, there is a newly announced serious vulnerability with Image Magick, as detailed on Ars:
http://arstechnica.com/security/2016/05/easily-exploited-bug-exposes-huge-number-of-sites-to-code-execution-attacks/
The fix, or at least workaround, is simple:
https://gist.github.com/rawdigits/d73312d21c8584590783a5e07e124723
^ Simply add those five lines to your Image Magick
policy.xml file, and it'll prevent the problem in filetypes you're probably not using anyway (ie: it doesn't affect JPG, PNG or GIF).
But it's a -serious- vulnerability. I couldn't find anything that specifically indicates that it's a Linux-only issue, but I assume it's a problem for Windows users as well.
A fixed version of IM should be released ASAP, with luck Aprelium will be bundling it with their new PHP release. ^_^