Rapid7 Vulnerability & Exploit Database

Bomberclone 0.11.6 Buffer Overflow

Back to Search

Bomberclone 0.11.6 Buffer Overflow

Disclosed
02/16/2006
Created
05/30/2018

Description

This module exploits a stack buffer overflow in Bomberclone 0.11.6 for Windows. The return address is overwritten with lstrcpyA memory address, the second and third value are the destination buffer, the fourth value is the source address of our buffer in the stack. This exploit is like a return in libc. ATTENTION The shellcode is exec ONLY when someone try to close bomberclone.

Author(s)

  • Jacopo Cervini <acaro@jervus.it>

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

;