← Vulnerability feed

Vulnerability record · CVE-2016-7255 · published 10 November 2016

CVE-2016-7255: Microsoft Windows Win32k Kernel Driver Privilege Escalation

Microsoft · Windows 10 1507

The kernel-mode Win32k drivers in multiple Windows versions fail to properly handle objects, letting a local user escalate privileges through a crafted application. Because the flaw sits in the kernel, successful abuse yields full system-level control and it has been exploited in the wild, making it a serious post-compromise escalation tool.

7.8 CVSS 3.1 High CISA KEV since 3 Nov 2021 Known ransomware use EPSS 81% · top 0.4%
7.8CVSS 3.1 base score, v2 7.2
81%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
10Affected product versions listed by NVD
23References, 10 tagged exploit
10 Sep 2026Last modified by NVD

Description

The kernel-mode drivers 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, Windows 10 Gold, 1511, and 1607, and Windows Server 2016 allow local users to gain privileges via a crafted application, aka "Win32k Elevation of Privilege Vulnerability."

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 17 September 2026. Confidence: high.

high priorityIt is a KEV-listed kernel elevation flaw with confirmed in-the-wild and ransomware use and very high EPSS, though it requires local access and user interaction.

What it is

The kernel-mode Win32k drivers in multiple Windows versions fail to properly handle objects, letting a local user escalate privileges through a crafted application. Because the flaw sits in the kernel, successful abuse yields full system-level control and it has been exploited in the wild, making it a serious post-compromise escalation tool.

Impact

An attacker who can run code on a host gains SYSTEM-level privileges, enabling full control of the machine, credential theft, and lateral movement. It is an elevation-of-privilege primitive, not a remote entry point.

Attack surface

Reached locally by running a crafted application on an affected Windows host; the CVSS vector shows local access (AV:L) with no privileges required (PR:N) but user interaction required (UI:R). No network exposure or authentication is needed beyond the ability to execute code on the target.

Exploitation

CISA KEV lists it as actively exploited with known ransomware campaign use, EPSS is very high (0.81, 99.6th percentile), and multiple public exploit references exist, so exploitation is confirmed and tooling is widely available.

What to do

  • Apply the Microsoft MS16-135 security update to all affected Windows versions immediately.
  • Prioritize patching internet-facing and high-value endpoints, since this is a KEV-listed, ransomware-associated flaw.
  • Restrict local code execution and application allowlisting to limit delivery of crafted applications.
  • Run with least privilege and remove unnecessary local admin rights to reduce escalation value.
  • Retire or isolate unsupported end-of-life Windows versions that cannot be patched.

Detection

  • Monitor for unexpected processes gaining SYSTEM integrity or spawning from user contexts.
  • Alert on known exploit artifacts and suspicious win32k.sys interactions tied to NtSetWindowLongPtr abuse.
  • Hunt for post-exploitation behavior such as credential dumping or ransomware staging following local privilege escalation.
  • Review endpoint telemetry for crafted applications executing shortly before privilege changes.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Exploitation in the wild

CISA added CVE-2016-7255 to the Known Exploited Vulnerabilities catalog on 3 November 2021 as "Microsoft Win32k Privilege Escalation Vulnerability". CISA reports known use in ransomware campaigns. Required action: Apply updates per vendor instructions. Federal deadline 3 May 2022.

Affected products

10 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://blog.trendmicro.com/trendlabs-security-intelligence/one-bit-rule-system-analyzing-cve-2016-7255-exploit-wild/ Broken Link
http://packetstormsecurity.com/files/140468/Microsoft-Windows-Kernel-win32k.sys-NtSetWindowLongPtr-Privilege-Escalation. ExploitThird Party AdvisoryVDB Entry
http://www.securityfocus.com/bid/94064 Broken LinkThird Party AdvisoryVDB Entry
http://www.securitytracker.com/id/1037251 Broken LinkThird Party AdvisoryVDB Entry
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2016/ms16-135 PatchVendor Advisory
https://github.com/mwrlabs/CVE-2016-7255 ExploitThird Party Advisory
https://securingtomorrow.mcafee.com/mcafee-labs/digging-windows-kernel-privilege-escalation-vulnerability-cve-2016-7255/ Broken Link
https://security.googleblog.com/2016/10/disclosing-vulnerabilities-to-protect.html Third Party Advisory
https://www.exploit-db.com/exploits/40745/ ExploitThird Party AdvisoryVDB Entry
https://www.exploit-db.com/exploits/40823/ ExploitThird Party AdvisoryVDB Entry
https://www.exploit-db.com/exploits/41015/ ExploitThird Party AdvisoryVDB Entry
http://blog.trendmicro.com/trendlabs-security-intelligence/one-bit-rule-system-analyzing-cve-2016-7255-exploit-wild/ Broken Link
http://packetstormsecurity.com/files/140468/Microsoft-Windows-Kernel-win32k.sys-NtSetWindowLongPtr-Privilege-Escalation. ExploitThird Party AdvisoryVDB Entry
http://www.securityfocus.com/bid/94064 Broken LinkThird Party AdvisoryVDB Entry
http://www.securitytracker.com/id/1037251 Broken LinkThird Party AdvisoryVDB Entry
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2016/ms16-135 PatchVendor Advisory
https://github.com/mwrlabs/CVE-2016-7255 ExploitThird Party Advisory
https://securingtomorrow.mcafee.com/mcafee-labs/digging-windows-kernel-privilege-escalation-vulnerability-cve-2016-7255/ Broken Link
https://security.googleblog.com/2016/10/disclosing-vulnerabilities-to-protect.html Third Party Advisory
https://www.exploit-db.com/exploits/40745/ ExploitThird Party AdvisoryVDB Entry
https://www.exploit-db.com/exploits/40823/ ExploitThird Party AdvisoryVDB Entry
https://www.exploit-db.com/exploits/41015/ ExploitThird Party AdvisoryVDB Entry
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2016-7255 US Government Resource

Track CVE-2016-7255 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2026-33824Double free in Windows IKE Extension enables remote code executionA double free flaw (CWE-415) exists in the Windows IKE Extension, reachable over the network by an unauthenticated attacker. Successful exploitation …KEVEPSS 1.6%analysed9.8CVE-2019-0708Microsoft Remote Desktop Services use-after-free remote code executionRemote Desktop Services (formerly Terminal Services) contains a use-after-free flaw that lets an unauthenticated attacker execute code by sending spe…KEVEPSS 100%analysed9.8CVE-2017-8543Windows Search memory handling flaw allows remote code executionWindows Search fails to properly handle objects in memory, allowing an unauthenticated remote attacker to execute code on affected Windows systems. T…KEVEPSS 74%analysed9.8CVE-2015-1635Microsoft HTTP.sys remote code execution via crafted HTTP requestsHTTP.sys in multiple Windows versions fails to properly handle crafted HTTP requests, allowing remote code execution. The flaw is reachable over the …KEVEPSS 100%analysed8.8CVE-2026-21510Windows Shell protection mechanism failure allows security feature bypassWindows Shell contains a protection mechanism failure (CWE-693) that lets an unauthorized attacker bypass a security feature over a network. The flaw…KEVEPSS 24%analysed8.8CVE-2026-21513Microsoft MSHTML security feature bypass on WindowsCVE-2026-21513 is a protection mechanism failure (CWE-693) in the Microsoft MSHTML Framework that lets an unauthorized attacker bypass a security fea…KEVEPSS 16%analysed8.8CVE-2025-33073Windows SMB improper access control allows privilege elevationWindows SMB contains an improper access control flaw (CWE-284) that lets an authorized attacker elevate privileges over the network. Microsoft rates …KEVEPSS 83%analysed8.8CVE-2025-33053Microsoft Windows WebDAV Internet Shortcut File Path Control RCEWindows Internet Shortcut (.url) files allow external control of a file name or path, which an unauthorized attacker can abuse to execute code over a…KEVEPSS 87%analysed

Source: NIST National Vulnerability Database (record CVE-2016-7255), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.