Skip to content

Commit 5be5b60

Browse files
author
Tod Beardsley
committed
Minor grammar on rapid7#5030, Adobe Flash
[See rapid7#5030]
1 parent 1e6d895 commit 5be5b60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/windows/browser/adobe_flash_worker_byte_array_uaf.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ def initialize(info={})
1515
super(update_info(info,
1616
'Name' => 'Adobe Flash Player ByteArray With Workers Use After Free',
1717
'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
1919
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
2121
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.
2323
},
2424
'License' => MSF_LICENSE,
2525
'Author' =>

0 commit comments

Comments
 (0)