Skip to content

Commit 0bd1dc0

Browse files
committed
Update coverage information
1 parent 255d8ed commit 0bd1dc0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/exploits/multi/browser/adobe_flash_opaque_background_uaf.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ def initialize(info={})
2020
7 setter of the flash.display.DisplayObject class. This module is an early release
2121
tested on:
2222
23+
Windows XP SP3, IE8 and Flash 18.0.0.194,
24+
Windows XP SP3, IE 8 and Flash 18.0.0.203,
25+
Windows XP SP3, Firefox and Flash 18.0.0.203,
26+
Windows Vista SP2 + IE 9 and Flash 18.0.0.203,
27+
Windows Vista SP2 + Firefox 39.0 and Flash 18.0.0.203,
2328
Windows 7 SP1 (32-bit), IE11 and Adobe Flash 18.0.0.203,
2429
Windows 7 SP1 (32-bit), Firefox 38.0.5 and Adobe Flash 18.0.0.194,
2530
Windows 7 SP1 (32-bit), IE9 and Adobe Flash Flash 18.0.0.203,
26-
Windows 7 SP1 (32-bit), Firefox + Adobe Flash 18.0.0.194,
31+
Windows 7 SP1 (32-bit), Firefox and Adobe Flash 18.0.0.194,
2732
Windows 8.1 (32-bit), IE11 and Adobe Flash 18.0.0.194,
2833
windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.203,
2934
Windows 8.1 (32-bit), Firefox and Adobe Flash 18.0.0.160 and
@@ -54,6 +59,8 @@ def initialize(info={})
5459
:source => /script|headers/i,
5560
:arch => ARCH_X86,
5661
:os_name => lambda do |os|
62+
os =~ OperatingSystems::Match::WINDOWS_XP ||
63+
os =~ OperatingSystems::Match::WINDOWS_VISTA ||
5764
os =~ OperatingSystems::Match::WINDOWS_7 ||
5865
os =~ OperatingSystems::Match::WINDOWS_81
5966
end,

0 commit comments

Comments
 (0)