MS12-020 not MS12-002

unstable
Tod Beardsley 2012-03-21 13:57:47 -05:00
parent 23c9c51014
commit 8f17cc3f5c
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'MS12-002 Microsoft Remote Desktop Use-After-Free DoS',
'Name' => 'MS12-020 Microsoft Remote Desktop Use-After-Free DoS',
'Description' => %q{
This module exploits the MS12-002 RDP vulnerability originally discovered and
This module exploits the MS12-020 RDP vulnerability originally discovered and
reported by Luigi Auriemma. The flaw can be found in the way the T.125
ConnectMCSPDU packet is handled in the maxChannelIDs field, which will result
an invalid pointer being used, therefore causing a denial-of-service condition.