Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Critical Linux Kernel SCTP Vulnerability Lets Attackers Gain Root
August 7, 2026
Critical WordPress XSS2Shell Flaw Allows Remote Code Execution
August 7, 2026
Critical Windows Hello for Business Bug Lets Attackers Impersonate Users in Entra ID
August 7, 2026
Home/CyberSecurity News/Critical Windows Kernel Vulnerability CVE-2023-21768 Lets Attackers Modify Kernel Memory
CyberSecurity News

Critical Windows Kernel Vulnerability CVE-2023-21768 Lets Attackers Modify Kernel Memory

Key Takeaways A critical Windows kernel vulnerability, identified as CVE-2026-40369, allows attackers to achieve full SYSTEM-level privilege escalation. The flaw affects Windows 11 versions 24H2...

Marcus Rodriguez
Marcus Rodriguez
May 27, 2026 4 Min Read
66 0

Key Takeaways

  • A critical Windows kernel vulnerability, identified as CVE-2026-40369, allows attackers to achieve full SYSTEM-level privilege escalation.
  • The flaw affects Windows 11 versions 24H2 through 25H2 and is located in the ntoskrnl.exe component.
  • The vulnerability is highly deterministic and can be exploited from sandboxed environments, including popular web browsers.
  • As of this report, no official patch has been released, leaving affected systems vulnerable.

Unpatched Windows Kernel Flaw Enables SYSTEM-Level Privilege Escalation

A newly uncovered critical vulnerability within the Windows kernel, tracked as CVE-2026-40369, poses a significant threat, allowing attackers to escalate privileges to the highest SYSTEM level. This severe flaw is particularly concerning because it can be exploited even from highly restricted environments, such as those found in modern web browsers.

Table Of Content

  • Key Takeaways
  • Unpatched Windows Kernel Flaw Enables SYSTEM-Level Privilege Escalation
  • The Mechanics of Kernel Manipulation
  • Browser Sandbox Escapes and Broader Implications
  • What You Should Do

Security researcher Ori Nimron is credited with discovering this critical issue. The vulnerability impacts Windows 11 operating systems across versions 24H2 to 25H2. Its root cause lies within the ntoskrnl.exe component, specifically within the ExpGetProcessInformation function.

What makes this vulnerability exceptionally dangerous is its deterministic nature. Exploitation requires only a single system call from an unprivileged process to directly manipulate kernel memory. This bypasses many traditional security measures and makes the attack highly reliable.

The Mechanics of Kernel Manipulation

At the heart of CVE-2026-40369 is the NtQuerySystemInformation syscall, specifically when used with information class 253 (SystemProcessInformationExtension). The core issue arises when this syscall is invoked with a buffer length of zero. This specific condition leads to a complete bypass of the kernel’s ProbeForWrite validation mechanism.

This bypass allows an attacker to supply any pointer, including sensitive kernel addresses, without any integrity checks. The result is a potent, arbitrary kernel-memory-increment primitive. During execution, the vulnerable function iterates through all running processes and increments values at an attacker-controlled memory address. This effectively modifies kernel memory in a predictable and repeatable manner.

This flaw distinguishes itself from typical exploitation techniques, as it does not rely on complex methods such as race conditions, heap spraying, or token manipulation. Instead, it provides direct write access to kernel memory through a fundamental logic error.

Browser Sandbox Escapes and Broader Implications

Adding to its severity, the NtQuerySystemInformation syscall is not subject to common sandbox protections, including Win32k lockdown or integrity-level checks. This makes the vulnerability reachable from sandboxed environments, such as those used by Chrome, Edge, and Firefox renderers. Consequently, CVE-2026-40369 becomes an extremely valuable tool in browser escape chains, allowing an attacker to break out of a compromised browser and gain higher privileges on the host system.

An attack scenario could begin with a compromised browser renderer process. Utilizing this vulnerability, an attacker can increment specific kernel structures to gain further primitives, including the crucial ability to read arbitrary kernel memory. By carefully corrupting internal structures like CmpLayerVersions, attackers can redirect kernel pointers into user-controlled memory, enabling the extraction of sensitive kernel data.

This capability allows attackers to bypass protections such as Kernel Address Space Layout Randomization (KASLR) and locate critical structures like EPROCESS. With kernel read access established, attackers can traverse the active process list to locate their own process token and manipulate privilege bitmasks. Incrementing specific offsets within the token structure can enable privileges such as SeDebugPrivilege, which permits opening handles to high-privilege processes like winlogon.exe and injecting malicious code, ultimately leading to the execution of a command shell with NT AUTHORITYSYSTEM privileges.

The vulnerability also highlights a broader architectural weakness within Windows: the lack of Supervisor Mode Access Prevention (SMAP) enforcement. This absence allows the kernel to safely access user-mode memory during exploitation, simplifying the attack. Attackers can map fake structures in user space, and the kernel will process them without triggering faults, significantly easing the exploitation process.

Security researcher Ori Nimron emphasized that the existence of this bug in a highly scrutinized syscall demonstrates that even well-audited code paths can harbor critical flaws. The vulnerability was initially developed for Pwn2Own Berlin 2026 but was publicly disclosed after its submission was rejected due to capacity constraints.

Currently, no official patch details have been confirmed by Microsoft, meaning users running affected Windows 11 builds remain at risk. Organizations are strongly advised to remain vigilant.

What You Should Do

  • Monitor for any unusual usage patterns of the NtQuerySystemInformation syscall within your environment.
  • Apply all Windows updates as soon as they become available from Microsoft, especially those addressing kernel vulnerabilities.
  • Implement robust endpoint detection and response (EDR) rules to identify and alert on abnormal kernel interaction patterns or suspicious process behavior.
  • Maintain strict patch management policies for all browser applications to reduce the risk of initial browser compromise.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchSecurityVulnerability

Share Article

Marcus Rodriguez

Marcus Rodriguez

Marcus is a security researcher and investigative journalist with expertise in vulnerability research, bug bounties, and cloud security. Since 2017, Marcus has been breaking stories on critical vulnerabilities affecting major platforms. His investigative work has led to the disclosure of numerous security flaws and improved defenses across the industry. Marcus is an active participant in bug bounty programs and has been recognized for responsible disclosure practices. He holds multiple security certifications and regularly speaks at industry events.

Previous Post

GitHub Enterprise Server 3.20.3 Patches Critical Vulnerabilities

Next Post

Critical BadHost Vulnerability Exposes AI Agent Servers

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Patchwork APT Uses Fake PDFs, Chat Apps to Spy on PCs, Android
August 7, 2026
Claude in Chrome Prompt Injection Steals Gmail Codes to Hijack Slack, X, and Claude.ai Accounts
August 7, 2026
Critical SharePoint Vulnerability Let Hackers Breach Swiss Government
August 7, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us