an outlier!

git-svn-id: file:///home/svn/framework3/trunk@9263 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-05-09 17:52:51 +00:00
parent 128e0515ef
commit aaeb8c3b85
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ class Metasploit3 < Msf::Exploit::Remote
def initialize(info = {})
super(update_info(info,
'Name' => 'CA BrightStor Discovery Service Overflow',
'Name' => 'CA BrightStor Discovery Service Stack Buffer Overflow',
'Description' => %q{
This module exploits a vulnerability in the CA BrightStor
Discovery Service. This vulnerability occurs when a large
request is sent to UDP port 41524, triggering a stack
request is sent to UDP port 41524, triggering a stack buffer
overflow.
},
'Author' => [ 'hdm', 'patrick' ],