tweak description
parent
46acd7a206
commit
0dab74a71f
|
@ -12,9 +12,11 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Adobe Flash Player DeleteRangeTimelineOperation Type-Confusion',
|
'Name' => 'Adobe Flash Player DeleteRangeTimelineOperation Type-Confusion',
|
||||||
'Description' => %q(
|
'Description' => %q(
|
||||||
This module exploits a type confusion on Adobe Flash Player. The vulnerability,
|
This module exploits a type confusion on Adobe Flash Player, which was
|
||||||
discovered in the wild. This module has been tested successfully on:
|
originally found being successfully exploited in the wild. This module
|
||||||
macOS Sierra 10.12.3, Safari and Adobe Flash Player 21.0.0.182,
|
has been tested successfully on:
|
||||||
|
macOS Sierra 10.12.3,
|
||||||
|
Safari and Adobe Flash Player 21.0.0.182,
|
||||||
Firefox and Adobe Flash Player 21.0.0.182.
|
Firefox and Adobe Flash Player 21.0.0.182.
|
||||||
),
|
),
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
|
|
Loading…
Reference in New Issue