CVE-2015-2366
Windows 7/8/8.1, Server 2008/2012, RT - Privilege Escalation via win32k.sys
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2015-2366. PoCs published by Nils Sommer, OpenSISE.
AI-analyzed exploit summary This exploit demonstrates a use-after-free vulnerability in Windows' DeferWindowPos function when manipulated from multiple threads, leading to potential privilege escalation or denial of service. The PoC triggers a race condition by calling EndDeferWindowPos from a separate thread while DeferWindowPos is executing.
Description
win32k.sys in the kernel-mode drivers in Microsoft Windows 7 SP1, Windows Server 2008 R2 SP1, Windows 8, Windows 8.1, Windows Server 2012 Gold and R2, and Windows RT Gold and 8.1 allows local users to gain privileges via a crafted application, aka "Win32k Elevation of Privilege Vulnerability."
Exploits (2)
This exploit demonstrates a use-after-free vulnerability in Windows' DeferWindowPos function when manipulated from multiple threads, leading to potential privilege escalation or denial of service. The PoC triggers a race condition by calling EndDeferWindowPos from a separate thread while DeferWindowPos is executing.
This repository contains a functional proof-of-concept exploit for CVE-2015-2366, a use-after-free vulnerability in win32k.sys. The exploit triggers a BSOD (Bugcheck 0xD5) by manipulating window handles and deferred window positions, demonstrating the vulnerability in the Windows kernel.