Rapid7 Vulnerability & Exploit Database

Ivanti Avalanche MDM Buffer Overflow

Back to Search

Ivanti Avalanche MDM Buffer Overflow

Disclosed
08/14/2023
Created
09/18/2023

Description

This module exploits a buffer overflow condition in Ivanti Avalanche MDM versions before v6.4.1. An attacker can send a specially crafted message to the Wavelink Avalanche Manager, which could result in arbitrary code execution with the NT/AUTHORITY SYSTEM permissions. This vulnerability occurs during the processing of 3/5/8/100/101/102 item data types. The program tries to copy the item data using `qmemcopy` to a fixed size data buffer on stack. Upon successful exploitation the attacker gains full access to the target system. This vulnerability has been tested against Ivanti Avalanche MDM v6.4.0.0 on Windows 10.

Author(s)

  • Ege BALCI egebalci <Ege BALCI egebalci@pm.me>
  • A researcher at Tenable

Platform

Windows

Architectures

x86

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

;