Rapid7 Vulnerability & Exploit Database

Orbital Viewer ORB File Parsing Buffer Overflow

Back to Search

Orbital Viewer ORB File Parsing Buffer Overflow

Disclosed
02/27/2010
Created
05/30/2018

Description

This module exploits a stack-based buffer overflow in David Manthey's Orbital Viewer. When processing .ORB files, data is read from file into a fixed-size stack buffer using the fscanf function. Since no bounds checking is done, a buffer overflow can occur. Attackers can execute arbitrary code by convincing their victim to open an ORB file.

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

;