GitPedia

Eneio64 Driver Exploits

A serie of exploits targeting eneio64.sys - Turning Physical Memory R/W into Virtual Memory R/W

From Xacone·Updated June 28, 2026·View on GitHub·

- This exploit targets [eneio64.sys](https://www.loldrivers.io/drivers/90ecbbf7-b02f-424d-8b7d-56cc9e3b5873/), a vulnerable driver offering read/write primitives on the system's physical memory. The associated CVE is CVE-2020-12446. I'm not the one behind this CVE discovery, all credit goes to [@ihack4falafel](https://github.com/ihack4falafel). - This exploit targets Windows 11 22H2. Check the ``nt!HalpLMStub`` & `EPROCESS`/`KTHREAD` offsets if you're targeting another Windows version/build. - e... The project is written primarily in C++, first published in 2025. Key topics include: driver-exploitation, exploit.

Exploit for eneio64.sys Kernel Driver - Turning Physical Memory R/W into Virtual Memory R/W

  • This exploit targets eneio64.sys, a vulnerable driver offering read/write primitives on the system's physical memory. The associated CVE is CVE-2020-12446. I'm not the one behind this CVE discovery, all credit goes to @ihack4falafel.
  • This exploit targets Windows 11 22H2. Check the nt!HalpLMStub & EPROCESS/KTHREAD offsets if you're targeting another Windows version/build.
  • eneio64.sys is currently (March 8, 2025) tolerated by HVCI which reinforces the Vulnerable Driver Blocklist. eneio64.sys can be loaded on Windows 11 23H2 and 24H2 as well.
  • The main purpose of this exploit is to demonstrate how to map virtual addresses to physical addresses using the same virtual-to-physical translation process as the OS. A walkthrough of this POC is published here.
  • The exploit presented here enables privilege elevation via token theft.
  • For educational purposes only.

https://github.com/user-attachments/assets/aa57cb23-4bbf-4b69-995e-beca123c9904

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from Xacone/Eneio64-Driver-Exploits via the GitHub API.Last fetched: 6/29/2026