Rapid7 Vulnerability & Exploit Database

Windows Escalate UAC Protection Bypass (Via Eventvwr Registry Key)

Back to Search

Windows Escalate UAC Protection Bypass (Via Eventvwr Registry Key)

Disclosed
08/15/2016
Created
05/30/2018

Description

This module will bypass Windows UAC by hijacking a special key in the Registry under the current user hive, and inserting a custom command that will get invoked when the Windows Event Viewer is launched. It will spawn a second shell that has the UAC flag turned off. This module modifies a registry key, but cleans up the key once the payload has been invoked. The module does not require the architecture of the payload to match the OS. If specifying EXE::Custom your DLL should call ExitProcess() after starting your payload in a separate process.

Author(s)

  • Matt Nelson
  • Matt Graeber
  • OJ Reeves

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

;