CVE-2015-2365
Windows win32k.sys - Local Privilege Escalation via Crafted Application
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2015-2365. PoCs published by Nils Sommer, OpenSISE.
AI-analyzed exploit summary This exploit targets a use-after-free vulnerability in Windows win32k.sys, triggered by switching between desktops and closing one. The PoC causes a crash due to accessing freed memory, demonstrating the vulnerability.
Description
win32k.sys in the kernel-mode drivers in Microsoft Windows Server 2003 SP2 and R2 SP2, Windows Vista SP2, Windows Server 2008 SP2 and R2 SP1, Windows 7 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 targets a use-after-free vulnerability in Windows win32k.sys, triggered by switching between desktops and closing one. The PoC causes a crash due to accessing freed memory, demonstrating the vulnerability.
This repository contains a functional proof-of-concept exploit for CVE-2015-2365, a Windows kernel vulnerability in win32k.sys. The exploit triggers a PAGE_FAULT_IN_NONPAGED_AREA (0x50) bugcheck by manipulating desktop memory allocation via crafted system calls.