Rapid7 Vulnerability & Exploit Database

Windows Escalate UAC Protection Bypass (Via Shell Open Registry Key)

Back to Search

Windows Escalate UAC Protection Bypass (Via Shell Open Registry Key)

Disclosed
03/17/2017
Created
11/18/2019

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 Window backup and restore 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.

Author(s)

  • enigma0x3
  • bwatters-r7

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

;