Cyber Resilience

CVE-2016-0165

HighCISA KEVActive ExploitationEUVD ExploitedPublic PoC

Published: 12 April 2016

Published
12 April 2016
Modified
21 April 2026
KEV Added
22 June 2023
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0604 90.9th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

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

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

microsoft
windows 10 1507
all versions
microsoft
windows 10 1511
all versions
microsoft
windows 7
all versions
microsoft
windows 8.1
all versions
microsoft
windows rt 8.1
all versions
microsoft
windows server 2008
all versions, r2
microsoft
windows server 2012
all versions, r2
microsoft
windows vista
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely installation of the MS16-039 win32k driver patches that eliminate the EoP flaw.

prevent

Enforces least-privilege execution so a successful win32k bypass yields only limited additional rights rather than full system control.

preventdetect

Malicious-code protection mechanisms can block or alert on execution of the specially crafted application used to trigger the vulnerability.

References