Skip to content
Threat Feed
high advisory

Microsoft Brokering File System Race Condition Vulnerability (CVE-2026-32091)

CVE-2026-32091 is a race condition vulnerability in the Microsoft Brokering File System, allowing an unauthenticated local attacker to escalate privileges.

CVE-2026-32091 is a critical vulnerability affecting the Microsoft Brokering File System. The vulnerability is due to a race condition that occurs during concurrent execution while accessing a shared resource without proper synchronization. A local, unauthenticated attacker can exploit this flaw to elevate their privileges on the system. This vulnerability, if successfully exploited, could allow an attacker to perform actions with elevated permissions, potentially leading to full system compromise. Defenders should prioritize patching systems affected by this vulnerability.

Attack Chain

  1. The attacker gains local access to a system running the vulnerable Microsoft Brokering File System.
  2. The attacker crafts a malicious program designed to exploit the race condition.
  3. The malicious program initiates concurrent requests to access a shared resource within the Brokering File System.
  4. Due to the lack of proper synchronization, the concurrent requests create a race condition where the order of operations is unpredictable.
  5. The attacker manipulates the timing of the requests to trigger the race condition, leading to an exploitable state.
  6. By exploiting the race condition, the attacker gains unauthorized access to system resources.
  7. The attacker leverages the unauthorized access to escalate privileges to a higher level.
  8. The attacker now has elevated privileges and can perform malicious actions on the system.

Impact

Successful exploitation of CVE-2026-32091 allows a local attacker to escalate privileges on a vulnerable system. This can lead to unauthorized access to sensitive data, modification of system settings, or the installation of malware. Given the high CVSS score (8.4), systems are at significant risk. The impact is limited to local privilege escalation, however, if combined with other vulnerabilities it could lead to a more severe compromise.

Recommendation

Detection coverage 2

Detect Suspicious Brokering File System Privilege Escalation

high

Detects potential privilege escalation attempts exploiting a race condition in the Microsoft Brokering File System.

sigma tactics: privilege_escalation techniques: T1068, T1068 sources: process_creation, windows

Detect Concurrent Access to Shared Resource

medium

Detects concurrent access using shared resource, looking for potential race condition exploitation.

sigma tactics: privilege_escalation techniques: T1068 sources: file_event, windows

Detection queries are kept inside the platform. Get full rules →