@@ -19,17 +19,19 @@ def initialize(info={})
19
19
described as an Use After Free while handling ByteArray objects. This module has
20
20
been tested successfully on:
21
21
22
- Windows XP, Chrome 43 and Adobe Flash 18.0.0.194,
22
+ Windows XP, Chrome 43 and Flash 18.0.0.194,
23
23
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
24
24
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
25
25
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,
26
27
Linux Mint "Rebecca" (32 bits), Firefox 33.0 and Adobe Flash 11.2.202.468.
27
28
} ,
28
29
'License' => MSF_LICENSE ,
29
30
'Author' =>
30
31
[
31
32
'Unknown' , # Someone from HackingTeam
32
- 'juan vazquez' # msf module
33
+ 'juan vazquez' , # msf module
34
+ 'sinn3r' # msf module
33
35
] ,
34
36
'References' =>
35
37
[
@@ -68,7 +70,7 @@ def initialize(info={})
68
70
when 'Windows'
69
71
# Note: Chrome might be vague about the version.
70
72
# 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' )
72
74
when 'Linux'
73
75
return true if ver =~ /^11\. / && Gem ::Version . new ( ver ) <= Gem ::Version . new ( '11.2.202.468' )
74
76
end
0 commit comments