Skip to content

Commit 0ff7333

Browse files
committed
Lower the ranking for CVE-2015-5122
As an initial release we forgot to lower it.
1 parent 1866ea0 commit 0ff7333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/browser/adobe_flash_opaque_background_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'msf/core'
77

88
class Metasploit3 < Msf::Exploit::Remote
9-
Rank = GreatRanking
9+
Rank = GoodRanking
1010

1111
include Msf::Exploit::Remote::BrowserExploitServer
1212

0 commit comments

Comments
 (0)