Skip to content

Commit 489974e

Browse files
committed
Land rapid7#5679, @wchen-r7's changes browser requirements for adobe_flash_hacking_team_uaf
2 parents 2cdaace + 829b08b commit 489974e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/exploits/multi/browser/adobe_flash_hacking_team_uaf.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ def initialize(info={})
1919
described as an Use After Free while handling ByteArray objects. This module has
2020
been tested successfully on:
2121
22-
Windows XP, Chrome 43 and Adobe Flash 18.0.0.194,
22+
Windows XP, Chrome 43 and Flash 18.0.0.194,
2323
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
2424
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
2525
Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
26+
Windows 8.1 (32-bit), IE11 and Flash 17.0.0.169,
2627
Linux Mint "Rebecca" (32 bits), Firefox 33.0 and Adobe Flash 11.2.202.468.
2728
},
2829
'License' => MSF_LICENSE,
2930
'Author' =>
3031
[
3132
'Unknown', # Someone from HackingTeam
32-
'juan vazquez' # msf module
33+
'juan vazquez', # msf module
34+
'sinn3r' # msf module
3335
],
3436
'References' =>
3537
[
@@ -68,7 +70,7 @@ def initialize(info={})
6870
when 'Windows'
6971
# Note: Chrome might be vague about the version.
7072
# Instead of 18.0.0.203, it just says 18.0
71-
return true if ver =~ /^18\./ && Gem::Version.new(ver) <= Gem::Version.new('18.0.0.194')
73+
return true if Gem::Version.new(ver) <= Gem::Version.new('18.0.0.194')
7274
when 'Linux'
7375
return true if ver =~ /^11\./ && Gem::Version.new(ver) <= Gem::Version.new('11.2.202.468')
7476
end

0 commit comments

Comments
 (0)