Skip to content

Commit 116c3f0

Browse files
author
Tod Beardsley
committed
Add CVE as a real ref, too
1 parent 3d630de commit 116c3f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/browser/adobe_flash_hacking_team_uaf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info={})
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,
26+
Windows 8.1 (32-bit), IE11 and Flash 17.0.0.169, and
2727
Linux Mint "Rebecca" (32 bits), Firefox 33.0 and Adobe Flash 11.2.202.468.
2828
},
2929
'License' => MSF_LICENSE,
@@ -36,7 +36,8 @@ def initialize(info={})
3636
'References' =>
3737
[
3838
['URL', 'http://blog.trendmicro.com/trendlabs-security-intelligence/unpatched-flash-player-flaws-more-pocs-found-in-hacking-team-leak/'],
39-
['URL', 'https://twitter.com/w3bd3vil/status/618168863708962816']
39+
['URL', 'https://twitter.com/w3bd3vil/status/618168863708962816'],
40+
['CVE', '2015-5119']
4041
],
4142
'Payload' =>
4243
{

0 commit comments

Comments
 (0)