Skip to content

Siguza/IOHIDeous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOHIDeous

A macOS kernel exploit based on an IOHIDFamily 0day.

Write-up here.

Notice

The prefetch timing attack I'm using for hid for some reason doesn't work on High Sierra 10.13.2 anymore, and I don't feel like investigating that. Maybe patched, maybe just the consequence of a random change, I neither know nor care. The vuln is still there and my code does both info leak and kernel r/w, just not in the same binary - reason is explained in the write-up. If you want that feature, consider it an exercise for the reader.

Usage

The exploit consists of three parts:

  • poc panics the kernel to demonstrate the presence of a memory corruption, should work on all macOS versions.
  • leak leaks the kernel slide, could be adapted to other versions but as-is works only on High Sierra.
  • hid achieves full kernel r/w, tested only on Sierra and High Sierra (up to & including 10.13.1), might work on earlier versions too.

poc and leak need to be run as the user that is currently logged in via the GUI, and they log you out in order to perform the exploit. hid on the other hand, gives you four options for a first argument:

  • steal requires to be run as root and SIP to be disabled, but leaves you logged in the entire time.
  • kill requires root and forces a dirty logout by killing WindowServer.
  • logout if executed as root or the currently logged in user, logs you out via launchctl. Otherwise tries to log you out via AppleScript, and then falls back to wait.
  • wait simply waits for a logout, shutdown or reboot to occur.

Additionally you can specify a second argument persist. If given, hid will permanently disable SIP and AMFI, and install a root shell in /System/pwned.

leak and hid should be run either via SSH or from a screen session, if you wish to observe their output.

Building

Should all be self-explanatory:

make all
make poc
make leak
make hid
make clean

About

IOHIDFamily 0day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages