diff --git a/modules/auxiliary/dos/windows/smb/smb2_negotiate_pidhigh.rb b/modules/auxiliary/dos/windows/smb/smb2_negotiate_pidhigh.rb index c5ae8e9cc0..c88492585b 100644 --- a/modules/auxiliary/dos/windows/smb/smb2_negotiate_pidhigh.rb +++ b/modules/auxiliary/dos/windows/smb/smb2_negotiate_pidhigh.rb @@ -19,16 +19,15 @@ class Metasploit3 < Msf::Auxiliary 'Name' => 'Microsoft SRV2.SYS SMB Negotiate ProcessID Function Table Dereference', 'Description' => %q{ This module exploits an out of bounds function table dereference in the SMB - Negotiate request parsing code of the SRV2.SYS driver included with Windows Vista - , Windows 7, and Windows 2008 Server. It is likely that this flaw also affects - Windows 2003 SP1/SP2, but this has not been confirmed. Windows Vista without SP1 - does not seem affected by this flaw (but is affected by vista_negotiate_stop). + Negotiate request parsing code of the SRV2.SYS driver included with Windows Vista, + Windows 7, and Windows 2008 Server. Windows Vista without SP1 does not seem + affected by this flaw (but is affected by vista_negotiate_stop). }, 'Author' => [ 'laurent.gaffie[at]gmail.com', 'hdm' ], 'License' => MSF_LICENSE, 'Version' => '$Revision$', - 'References' => + 'References' => [ ['URL', 'http://seclists.org/fulldisclosure/2009/Sep/0039.html'], ]