Rapid7 Vulnerability & Exploit Database

Timbuktu PlughNTCommand Named Pipe Buffer Overflow

Back to Search

Timbuktu PlughNTCommand Named Pipe Buffer Overflow

Disclosed
06/25/2009
Created
05/30/2018

Description

This module exploits a stack based buffer overflow in Timbuktu Pro version <= 8.6.6 in a pretty novel way. This exploit requires two connections. The first connection is used to leak stack data using the buffer overflow to overwrite the nNumberOfBytesToWrite argument. By supplying a large value for this argument it is possible to cause Timbuktu to reply to the initial request with leaked stack data. Using this data allows for reliable exploitation of the buffer overflow vulnerability. Props to Infamous41d for helping in finding this exploitation path. The second connection utilizes the data from the data leak to accurately exploit the stack based buffer overflow vulnerability. TODO: hdm suggested using meterpreter's migration capability and restarting the process for multishot exploitation.

Author(s)

  • bannedit <bannedit@metasploit.com>

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/timbuktu_plughntcommand_bof
msf exploit(timbuktu_plughntcommand_bof) > show targets
    ...targets...
msf exploit(timbuktu_plughntcommand_bof) > set TARGET < target-id >
msf exploit(timbuktu_plughntcommand_bof) > show options
    ...show and set options...
msf exploit(timbuktu_plughntcommand_bof) > 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

;