
Defensive technical analysis of CVE-2026-40369, a Windows kernel EoP vulnerability with a 12-byte additive write primitive. Covers root cause, exploit constraints, KASLR bypass, and detection recommendations.
This is a rewrite and summary of VoidSec’s public technical analysis of CVE-2026-40369, with an added flowchart and defensive notes for my own understanding. All core technical details come from his research. I did not perform independent reverse engineering on this bug.
A defensive technical analysis of CVE-2026-40369, a Windows Kernel Elevation of Privilege vulnerability that provides a constrained 12-byte additive write primitive via NtQuerySystemInformation (class 0xFD / 253).
This report focuses on exploitability constraints, root cause analysis, and defensive implications rather than weaponization.
CVE-2026-40369 allows an attacker to perform additive writes to three adjacent DWORDs in kernel memory when calling NtQuerySystemInformation with information class 253 and a zero-length buffer. While limited, the primitive can be leveraged for KASLR bypass and privilege escalation when carefully targeted.
This analysis covers:
Feature_RestrictKernelAddressLeaks KASLR defeat technique0x57 → 0x10)