CVE-2014-4113 is a local elevation-of-privilege vulnerability in the Windows kernel-mode driver win32k.sys affecting multiple Microsoft Windows versions, including Windows Server 2003 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. The flaw allows a local user to run a crafted application that triggers vulnerable win32k.sys behavior and executes code in kernel context, resulting in privilege escalation. Reporting on in-the-wild exploitation indicates the exploit was used as a post-compromise step rather than an initial access vector. Technical analysis described exploitation approaches that invoked a kernel-mode callback and then overwrote the current process token to obtain SYSTEM privileges, using null-page techniques on 32-bit systems or mapped-page techniques on 64-bit systems.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
2 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (4 hidden).
This repository contains a single Metasploit module: 'ms14_058_track_popup_menu.rb', which exploits a NULL pointer dereference vulnerability (CVE-2014-4113) in the Windows kernel driver win32k.sys. The exploit is local and requires an existing Meterpreter session on a vulnerable Windows system. It supports both x86 and x64 architectures and targets Windows XP SP3, Windows 2003 SP2, Windows 7 SP1, Windows 2008, and Windows 2008 R2 SP1. The module checks the version of win32k.sys to determine if the target is vulnerable, and then uses Reflective DLL Injection to execute a payload (typically a Meterpreter shell) as SYSTEM. The exploit does not support Windows 8/8.1 or WOW64 sessions. The main file is written in Ruby and is structured as a standard Metasploit local privilege escalation module.
This repository provides a working exploit and trigger for CVE-2014-4113, a local privilege escalation vulnerability in Microsoft Windows (notably Windows 7 SP1 x86). The structure consists of two main Visual Studio C++ projects: 'Exploit' and 'Trigger'. - The 'Trigger' project (Trigger/Trigger/Trigger.cpp) sets up the conditions to trigger the vulnerability by manipulating window messages and menu structures, using hooks and custom window procedures. - The 'Exploit' project (Exploit/Exploit/Exploit.cpp) contains the actual privilege escalation logic. It includes a token stealing shellcode that manipulates kernel structures to assign the SYSTEM process token to the current process. Upon success, it spawns calc.exe as SYSTEM, demonstrating code execution with elevated privileges. The exploit is operational and requires local access to a vulnerable Windows system. It does not use any network endpoints, but interacts with system files and processes. The code is well-commented and provides a clear demonstration of the exploit technique for CVE-2014-4113.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
6 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Windows vulnerability mentioned as part of an exploit framework used alongside PlayBit’s exploit for CVE-2013-3660; not a primary focus of the article.
Windows kernel local elevation-of-privilege vulnerability in win32k involving out-of-bounds/null-page-related memory access and a crafted tagWND structure, enabling SYSTEM-level privilege escalation by overwriting EPROCESS.Token.
A Windows kernel-mode driver privilege escalation vulnerability used post-compromise during lateral movement.
A Windows kernel vulnerability used for local privilege escalation after initial compromise to execute a payload with elevated (SYSTEM) privileges.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.