Rapid7 Vulnerability & Exploit Database

MS06-025 Microsoft RRAS Service RASMAN Registry Overflow

Back to Search

MS06-025 Microsoft RRAS Service RASMAN Registry Overflow

Disclosed
06/13/2006
Created
05/30/2018

Description

This module exploits a registry-based stack buffer overflow in the Windows Routing and Remote Access Service. Since the service is hosted inside svchost.exe, a failed exploit attempt can cause other system services to fail as well. A valid username and password is required to exploit this flaw on Windows 2000. When attacking XP SP1, the SMBPIPE option needs to be set to 'SRVSVC'. Exploiting this flaw involves two distinct steps - creating the registry key and then triggering an overwrite based on a read of this key. Once the key is created, it cannot be recreated. This means that for any given system, you only get one chance to exploit this flaw. Picking the wrong target will require a manual removal of the following registry key before you can try again: HKEY_USERS\.DEFAULT\Software\Microsoft\RAS Phonebook

Author(s)

  • pusscat <pusscat@metasploit.com>
  • hdm <x@hdm.io>

Platform

Windows

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use exploit/windows/smb/ms06_025_rasmans_reg
msf exploit(ms06_025_rasmans_reg) > show targets
    ...targets...
msf exploit(ms06_025_rasmans_reg) > set TARGET < target-id >
msf exploit(ms06_025_rasmans_reg) > show options
    ...show and set options...
msf exploit(ms06_025_rasmans_reg) > exploit

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;