Home Microsoft CVE-2026-26184
Back to Microsoft

CVE-2026-26184

Windows - Projected File System

Microsoft CVSS 7.8 Updated April 16, 2026

Executive Risk Summary

"A buffer over-read vulnerability in the Windows Projected File System allows an authorized attacker to elevate privileges locally, potentially leading to unauthorized access to sensitive data and system resources. This vulnerability can be exploited by an attacker with valid credentials to gain elevated privileges on the affected system."

Anticipated Attack Path

  1. 1. Initial Exploitation: Buffer over-read in Projected File System
  2. 2. Privilege Escalation: Attacker gains elevated privileges
  3. 3. Post-Exploitation: Unauthorized access to sensitive data and system resources

Am I Vulnerable?

  • Verify the presence of the vulnerability in the Windows Projected File System
  • Assess the potential impact of privilege escalation on the system
  • Evaluate the effectiveness of existing security controls and monitoring

Operational Audit Arsenal

Target Type Windows Service
Target Asset projfs.sys
Standard Path C:\Windows\System32\drivers\projfs.sys
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: projfs.sys (Windows Service)
$Targets = 'projfs.sys'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

System restart required, potential disruption to running services and applications

Internal Work Notes

CVE-2026-26184: Buffer over-read in Windows Projected File System allows privilege escalation, patching and verification required

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.