Vulnerabilities > CVE-2010-5299 - Buffer Errors vulnerability in Microp Project Microp 0.1.1.1600

047910
CVSS 6.8 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
microp-project
CWE-119
exploit available
metasploit

Summary

Stack-based buffer overflow in MicroP 0.1.1.1600 allows remote attackers to execute arbitrary code via a crafted .mppl file. NOTE: it has been reported that the overflow is in the lpFileName parameter of the CreateFileA function, but the overflow is probably caused by a separate, unnamed function.

Vulnerable Configurations

Part Description Count
Application
Microp_Project
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
  • Client-side Injection-induced Buffer Overflow
    This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
  • Filter Failure through Buffer Overflow
    In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion
    An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

Exploit-Db

  • descriptionMicroP 0.1.1.1600 - (.mppl) Local Stack Based Buffer Overflow. CVE-2010-5299. Local exploit for windows platform
    fileexploits/windows/local/32261.rb
    idEDB-ID:32261
    last seen2016-02-03
    modified2014-03-14
    platformwindows
    port
    published2014-03-14
    reporterNecmettin COSKUN
    sourcehttps://www.exploit-db.com/download/32261/
    titleMicroP 0.1.1.1600 - .mppl Local Stack Based Buffer Overflow
    typelocal
  • descriptionMicroP 0.1.1.1600 - 'mppl' Buffer Overflow Vulnerability. CVE-2010-5299. Local exploit for windows platform
    fileexploits/windows/local/14720.rb
    idEDB-ID:14720
    last seen2016-02-01
    modified2010-08-23
    platformwindows
    port
    published2010-08-23
    reporterJames Fitts
    sourcehttps://www.exploit-db.com/download/14720/
    titleMicroP 0.1.1.1600 - 'mppl' Buffer Overflow Vulnerability
    typelocal
  • descriptionMicroP 0.1.1.1600 (MPPL File) Stack Buffer Overflow. CVE-2010-5299. Local exploit for windows platform
    fileexploits/windows/local/17502.rb
    idEDB-ID:17502
    last seen2016-02-02
    modified2011-07-07
    platformwindows
    port
    published2011-07-07
    reportermetasploit
    sourcehttps://www.exploit-db.com/download/17502/
    titleMicroP 0.1.1.1600 MPPL File Stack Buffer Overflow
    typelocal

Metasploit

descriptionThis 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.
idMSF:EXPLOIT/WINDOWS/FILEFORMAT/MICROP_MPPL
last seen2020-04-11
modified2020-01-15
published2011-07-07
referenceshttps://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-5299
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/windows/fileformat/microp_mppl.rb
titleMicroP 0.1.1.1600 (MPPL File) Stack Buffer Overflow