Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 617 Bytes

CVE-2022-26763.md

File metadata and controls

5 lines (3 loc) · 617 Bytes

CVE-2022-26763

This is the DriverKit vulnerability exploited by Fugu15. The IOPCIDevice::deviceMemoryRead* and IOPCIDevice::deviceMemoryWrite* functions allow specifying an offset which is not checked at all, thereby allowing out-of-bounds access to a PCI device. By specifying an offset that is larger than the PCI device memory size, it becomes possible to read/write arbitrary kernel memory.

The exploit can be found here: https://github.com/pinauten/Fugu15/tree/master/Exploits/oobPCI/Sources