Skip to main content

Overview

UAC (User Account Control) prompts for elevation. If the user is in the local Administrators group but running in a medium-integrity context, UAC bypass escalates to high integrity without the prompt.

Check UAC Status

Check Current Integrity Level


fodhelper.exe

Auto-elevates. Reads a registry key we can control.
Cleanup:

eventvwr.exe

Similar to fodhelper — abuses mmc.exe auto-elevation.
Cleanup:

CMSTP.exe

Connection Manager Profile Installer. Loads INF file that executes commands.

Create Malicious INF

Execute


DiskCleanup (schtasks)

Environment variable windir hijack.
Place payload at:

UACME — Automated Bypass

Collection of 70+ UAC bypass methods.

Usage

Common methods:

PowerShell Script (fodhelper)

UAC bypass only works if user is already in Administrators group. It escalates from medium to high integrity, not from standard user to admin.