Rapid7 Vulnerability & Exploit Database

UltraISO CCD File Parsing Buffer Overflow

Back to Search

UltraISO CCD File Parsing Buffer Overflow

Disclosed
04/03/2009
Created
05/30/2018

Description

This module exploits a stack-based buffer overflow in EZB Systems, Inc's UltraISO. When processing .CCD files, data is read from file into a fixed-size stack buffer. Since no bounds checking is done, a buffer overflow can occur. Attackers can execute arbitrary code by convincing their victim to open an CCD file. NOTE: A file with the same base name, but the extension of "img" must also exist. Opening either file will trigger the vulnerability, but the files must both exist.

Author(s)

  • jduck <jduck@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/fileformat/ultraiso_ccd
msf exploit(ultraiso_ccd) > show targets
    ...targets...
msf exploit(ultraiso_ccd) > set TARGET < target-id >
msf exploit(ultraiso_ccd) > show options
    ...show and set options...
msf exploit(ultraiso_ccd) > 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

;