Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Local low-priv authenticated access (AV:L/PR:L/AC:L) with kernel memory disclosure gives C:H; description states only information disclosure so I:N and A:N, diverging from vendor's unexplained A:H.
Primary rating from Vendor (microsoft).
CVSS VectorNVD
Lifecycle Timeline
4DescriptionNVD
Out-of-bounds read in Windows Container Isolation FS Filter Driver (unionfs.sys) allows an authorized attacker to disclose information locally.
AnalysisAI
Local information disclosure in the Windows Container Isolation FS Filter Driver (unionfs.sys) on Windows 11 version 26H1 allows an authorized low-privileged user to read memory outside intended bounds and disclose sensitive kernel or process data. The flaw was reported by Microsoft, a vendor patch is available, and there is no public exploit identified at time of analysis. CVSS 7.1 (AV:L) reflects local access with low privileges but high confidentiality impact.
Technical ContextAI
The vulnerability lives in unionfs.sys, the file-system minifilter driver that implements Windows Container Isolation - the union/overlay filesystem layer used by Windows Server and client containers (and by isolation features such as MSIX/AppX and Windows Sandbox scratch layers) to merge a read-only base image with a writable scratch layer. As a kernel-mode filter driver it sits in the I/O stack and processes filter callback data on behalf of any local caller performing filesystem operations against isolated volumes. The root cause is CWE-125 (Out-of-bounds Read): the driver reads past the end of an allocated buffer, most likely due to insufficient validation of a length, offset, or reparse/placeholder structure supplied through an IRP or filter operation, causing adjacent kernel memory to be returned to the caller. Because the affected code runs in kernel context, leaked bytes can include pointers or secrets useful for defeating KASLR or staging further exploitation.
RemediationAI
Patch available per vendor advisory - apply the Microsoft security update for CVE-2026-50428 to Windows 11 version 26H1 as published at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50428 (consult the MSRC page for the exact KB number and build, which were not included in the provided data). Because exploitation requires local, authenticated access, the primary compensating control until patching is to enforce least privilege and limit which users can run container/isolation workloads: restrict use of Windows Sandbox, MSIX app isolation, and container features on sensitive hosts, and monitor for untrusted local accounts. Disabling container isolation features where they are not needed reduces the attack surface but will break any application relying on the union filesystem, so validate workload dependencies before doing so. Standard hardening (removing unnecessary local interactive logon rights, application allow-listing) further reduces the pool of attackers who could reach the driver.
More in Windows 11 Version 26H1
View allRemote code execution in Windows IKE Extension (Internet Key Exchange) via double free memory corruption allows unauthen
Windows Shell protection mechanism failure (CVE-2026-32202) allows remote attackers to perform spoofing attacks over a n
Local privilege escalation in the Microsoft Windows Kernel allows an unauthorized attacker to gain elevated (SYSTEM-leve
Local privilege escalation in the Windows Kernel lets an already-authenticated attacker corrupt kernel memory via a use-
Local code execution in the Windows DHCP Client service stems from a use-after-free (CWE-416) memory-corruption flaw aff
Local privilege escalation in the Microsoft Windows Kernel allows an already-authenticated attacker to elevate to SYSTEM
Local code execution in the Windows Media component of supported Windows 10, Windows 11, and Windows Server (2016 throug
Local privilege escalation via heap-based buffer overflow in the Windows Message Queuing (MSMQ) Queue Manager component
Local privilege escalation in Microsoft Windows Win32K lets an authenticated low-privileged user corrupt kernel heap mem
Local privilege escalation in the Desktop Window Manager (DWM) component of Windows 11 version 26H1 allows an authentica
Local privilege escalation in the Windows NTFS file system driver lets an authenticated low-privileged user win a race c
Elevation of privilege in the Windows Hyper-V virtual network switch (VMSwitch) lets an authenticated attacker operating
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43907
GHSA-v4hp-j4fc-x9fp