Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

GraphicsMagick support? #2376

Closed
imreFitos opened this issue Jan 16, 2017 · 3 comments
Closed

GraphicsMagick support? #2376

imreFitos opened this issue Jan 16, 2017 · 3 comments

Comments

@imreFitos
Copy link

GraphicsMagick is very close to ImageMagick but has a few missing options like 'convert -layers'. It would be nice if GraphicsMagick was also supported somehow.

@Daniel-ltw
Copy link

👍

Have notice the ImageMagick package full of CVEs on Alpine.

Could allow other users to some alternative.

@saghaulor
Copy link

During a pentest at my shop, a researcher uploaded a jpg that was crafted to exponentially consume memory. It effectively created a denial of service on the server. It is somehow exploiting a bug in ImageMagick. The exploit triggers when Paperclip calls the identify command from ImageMagick.

I attempted to replicate the issue with GraphicsMagick and it would not reproduce. Consequently, allowing the ability to switch the underlying 'swiss-army-knife' image tool would be very useful. As the code is currently written, we will have to patch all code that references ImageMagick in order to use GraphicsMagick.

@sidraval
Copy link
Contributor

Thank you for reporting this. Unfortunately, we will be deprecating Paperclip and therefore will not have the bandwidth to address this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants