CVE-2016-0165
Published: 12 April 2016
Summary
CVE-2016-0165 is a high-severity an unspecified weakness vulnerability in Microsoft Windows Server 2008. Its CVSS base score is 7.8 (High).
Operationally, ranked in the top 9.1% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and AC-6 (Least Privilege).
Deeper analysis
The vulnerability is an elevation of privilege flaw in the kernel-mode win32k driver present in Microsoft Windows Vista SP2, Windows Server 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8.1, Windows Server 2012 Gold and R2, Windows RT 8.1, and Windows 10 Gold and 1511. It is triggered when a local user runs a specially crafted application, enabling the attacker to execute arbitrary code with elevated privileges; the issue is distinct from the related win32k flaws tracked as CVE-2016-0143 and CVE-2016-0167.
An attacker with the ability to execute code on an affected system, such as through a malicious executable or compromised user account, can leverage the flaw to obtain higher privileges without requiring prior administrative rights. Successful exploitation grants the attacker the same rights as the win32k process, typically resulting in full control over the target system.
Microsoft addressed the issue in security bulletin MS16-039, which supplies updated win32k drivers for all affected platforms; administrators are advised to install the patches through Windows Update or the Microsoft Download Center as the primary mitigation. Public exploit code for the vulnerability has been posted to Exploit-DB.
The CVSS 7.8 score reflects a local attack vector with low complexity that requires user interaction to open the crafted application.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2016-0203
Vulnerability details
The kernel-mode driver in Microsoft Windows Vista SP2, Windows Server 2008 SP2 and R2 SP1, Windows 7 SP1, Windows 8.1, Windows Server 2012 Gold and R2, Windows RT 8.1, and Windows 10 Gold and 1511 allows local users to gain…
more
privileges via a crafted application, aka "Win32k Elevation of Privilege Vulnerability," a different vulnerability than CVE-2016-0143 and CVE-2016-0167.
- CWE(s)
- KEV Date Added
- 22 June 2023
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires timely installation of the MS16-039 win32k driver patches that eliminate the EoP flaw.
Enforces least-privilege execution so a successful win32k bypass yields only limited additional rights rather than full system control.
Malicious-code protection mechanisms can block or alert on execution of the specially crafted application used to trigger the vulnerability.