File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/exploits/windows/browser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ def initialize(info={})
15
15
super ( update_info ( info ,
16
16
'Name' => 'Adobe Flash Player ByteArray With Workers Use After Free' ,
17
17
'Description' => %q{
18
- This module exploits an use after free vulnerability in Adobe Flash Player. The
18
+ This module exploits a use- after- free vulnerability in Adobe Flash Player. The
19
19
vulnerability occurs when the ByteArray assigned to the current ApplicationDomain
20
- is freed from an ActionScript worker, who can fill the memory and notify the main
20
+ is freed from an ActionScript worker, which can fill the memory and notify the main
21
21
thread to corrupt the new contents. This module has been tested successfully on
22
- Windows 7 SP1 (32 bits ), IE 8 to IE 11 and Flash 16.0.0.296.
22
+ Windows 7 SP1 (32 bit ), IE 8 to IE 11 and Flash 16.0.0.296.
23
23
} ,
24
24
'License' => MSF_LICENSE ,
25
25
'Author' =>
You can’t perform that action at this time.
0 commit comments