Rapid7 Vulnerability & Exploit Database

MicroP 0.1.1.1600 (MPPL File) Stack Buffer Overflow

Back to Search

MicroP 0.1.1.1600 (MPPL File) Stack Buffer Overflow

Disclosed
08/23/2010
Created
05/30/2018

Description

This module exploits a vulnerability found in MicroP 0.1.1.1600. A stack-based buffer overflow occurs when the content of a .mppl file gets copied onto the stack, which overwrites the lpFileName parameter of a CreateFileA() function, and results arbitrary code execution under the context of the user.

Author(s)

  • James Fitts <fitts.james@gmail.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/fileformat/microp_mppl
msf exploit(microp_mppl) > show targets
    ...targets...
msf exploit(microp_mppl) > set TARGET < target-id >
msf exploit(microp_mppl) > show options
    ...show and set options...
msf exploit(microp_mppl) > 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

;