Description
Double free in Microsoft Brokering File System allows an authorized attacker to elevate privileges locally.
Published: 2026-07-14
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Microsoft Brokering File System contains a double free bug that allows a local attacker with existing user privileges to elevate privileges. The race condition that triggers the double free can lead to kernel memory corruption (inferred from the nature of double free and race condition), allowing the attacker to gain system‑level rights, modify critical system files, or install malicious software.

Affected Systems

Microsoft Windows 11 Version 24H2 (arm64), Microsoft Windows 11 Version 25H2 (arm64), Microsoft Windows 11 Version 26H1 (x64), Microsoft Windows Server 2025 including Server Core installations.

Risk and Exploitability

The CVSS score of 7.8 indicates a high severity if the vulnerability is exploited. An EPSS score of less than 1% suggests a very low probability of real‑world exploitation at this time. The vulnerability is not listed in CISA’s KEV catalog, reducing immediate threat posture concerns. Exploitation requires local system interaction; the attacker must already have local access to trigger the race condition and double free.

Generated by OpenCVE AI on July 31, 2026 at 08:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the Microsoft update that addresses CVE‑2026‑50361 on all affected Windows 11 and Windows Server 2025 installations.
  • Limit local user privileges and enforce strict least‑privilege policies to reduce opportunities for race‑condition exploitation.
  • Implement runtime memory‑sanitization checks or use tools that detect double‑free patterns to prevent similar kernel corruption.

Generated by OpenCVE AI on July 31, 2026 at 08:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 14 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description Double free in Microsoft Brokering File System allows an authorized attacker to elevate privileges locally.
Title Microsoft Brokering File System Elevation of Privilege Vulnerability
First Time appeared Microsoft
Microsoft windows 11 24h2
Microsoft windows 11 25h2
Microsoft windows 11 26h1
Microsoft windows Server 2025
Weaknesses CWE-362
CWE-415
CPEs cpe:2.3:o:microsoft:windows_11_24H2:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_25H2:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_26H1:*:*:*:*:*:*:x64:*
cpe:2.3:o:microsoft:windows_server_2025:*:*:*:*:*:*:*:*
Vendors & Products Microsoft
Microsoft windows 11 24h2
Microsoft windows 11 25h2
Microsoft windows 11 26h1
Microsoft windows Server 2025
References
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C'}


Subscriptions

Microsoft Windows 11 24h2 Windows 11 25h2 Windows 11 26h1 Windows Server 2025
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-07-30T20:24:22.822Z

Reserved: 2026-06-04T18:48:26.815Z

Link: CVE-2026-50361

cve-icon Vulnrichment

Updated: 2026-07-15T11:01:48.684Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T08:30:03Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-415

    Double Free