Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-40369 — 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. | Kitploit
Tools/GitHubGitHub/ercihan/cve-2026-40369
Privilege EscalationVulnerability AnalysisExploitationPapers & ResearchLearning & EducationBinary Exploitation
GitHubercihan/cve-2026-40369

CVE-2026-40369

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.

View Repository
13 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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.

CVE-2026-40369: Defensive Analysis of the 12-Byte Windows Kernel Increment Primitive

License: CC BY-NC-SA 4.0 Report

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.

Overview

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:

  • Root cause reconstruction of the probe bypass and non-returning length check
  • Detailed breakdown of the 12-byte additive write primitive and its constraints
  • Mathematical analysis of the Feature_RestrictKernelAddressLeaks KASLR defeat technique
  • Review of publicly documented exploitation paths (WIL feature state + alternative read primitive approaches)
  • Catalog of build-specific offsets from public proof-of-concept code
  • Defensive detection and hardening recommendations

Key Highlights

  • Precise arithmetic analysis of the WIL feature state byte manipulation (0x57 → 0x10)
  • Clear distinction between the mask condition and exact byte goals when disabling the kernel pointer leak mitigation
  • Responsible cataloguing of offsets from the public exploit repository
  • Strong focus on exploit constraints rather than exploitation steps
  • Defensive recommendations for detection and mitigation
Download Tool