The kernel-mode drivers in Microsoft Windows Server 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8.1, Windows Server 2012 Gold and R2, Windows RT 8.1, Windows 10 Gold, 1511, 1607, 1703, and Windows Server 2016 allow local users to gain privileges via a crafted application, aka "Win32k Elevation of Privilege Vulnerability."
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-0263 | patch vendor advisory |
http://www.securitytracker.com/id/1038449 | vdb entry third party advisory broken link |
http://www.securityfocus.com/bid/98258 | vdb entry third party advisory broken link |
https://xiaodaozhi.com/exploit/117.html | third party advisory exploit |
https://www.exploit-db.com/exploits/44478/ | exploit vdb entry third party advisory |