Privilege Escalation in AMD ATI Driver for Windows
CVE-2020-12138
8.8HIGH
Key Information:
Badges
๐พ Exploit Exists๐ก Public PoC
What is CVE-2020-12138?
The AMD ATI atillk64.sys driver version 5.11.9.0 contains a vulnerability that allows low-privileged users to access physical memory directly. By exploiting certain driver routines, these users can map physical memory into their process's virtual address space, enabling them to elevate their privileges to NT AUTHORITY\SYSTEM level. This is achieved through specific DeviceIoControl calls such as MmMapIoSpace, IoAllocateMdl, MmBuildMdlForNonPagedPool, or MmMapLockedPages, posing a significant security risk.
Exploit Proof of Concept (PoC)
PoC code is written by security researchers to demonstrate the vulnerability can be exploited. PoC code is also a key component for weaponization which could lead to ransomware.