Update vulnerable versions to include 6.x (legacy)
parent
334c432901
commit
1bc2ec9c11
|
@ -14,7 +14,8 @@ class MetasploitModule < Msf::Exploit
|
|||
'Name' => 'ImageMagick Delegate Arbitrary Command Execution',
|
||||
'Description' => %q{
|
||||
This module exploits a shell command injection in the way "delegates"
|
||||
(commands for converting files) are processed in ImageMagick <= 7.0.1-0.
|
||||
(commands for converting files) are processed in ImageMagick versions
|
||||
<= 7.0.1-0 and <= 6.9.3-9 (legacy).
|
||||
|
||||
Since ImageMagick uses file magic to detect file format, you can create
|
||||
a .png (for example) which is actually a crafted SVG (for example) that
|
||||
|
|
Loading…
Reference in New Issue