Description
Use after free in Windows Bind Filter Driver allows an authorized attacker to elevate privileges locally.
Published: 2026-08-11
Score: 7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a use‑after‑free condition within the Windows Bind Filter Driver that allows an attacker with local, authorized access to gain higher privileges on the system. It is rooted in race‑condition and memory reclamation weaknesses identified as CWE‑362 and CWE‑416. An attacker who can exploit this defect may acquire administrative or system-level rights, compromising confidentiality, integrity, and availability of the affected machine.

Affected Systems

Microsoft Windows 11 versions 24H2, 25H2, and 26H1, as well as Microsoft Windows Server 2025 (including the Server Core installation), are affected. The driver is present on arm64 builds for the 24H2 and 25H2 releases and on x64 for 26H1; the server edition is affected but its architecture has not been disclosed.

Risk and Exploitability

The CVSS score of 7 indicates a medium severity issue, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. It requires an authorized local attacker, meaning the attacker must already have some level of access to the target machine. The use‑after‑free flaw can be triggered by manipulating the Bind Filter Driver’s state, potentially allowing the attacker to execute privileged code. The lack of a public exploit and absence from KEV reduce the likelihood of widespread exploitation, but the local nature of the attack vector makes it a serious risk in environments where privileged users or compromised local accounts exist.

Generated by OpenCVE AI on August 12, 2026 at 17:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Download and install the Windows Security Update released by Microsoft that addresses CVE-2026-61927 for all affected Windows 11 and Windows Server 2025 installations.
  • Reboot the affected systems to ensure the driver update takes effect and the vulnerable code path is eliminated.
  • Enable audit logging for privileged operations and monitor for any anomalous elevation attempts to detect residual or missed exploitation.

Generated by OpenCVE AI on August 12, 2026 at 17:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Microsoft windows Server 2025 (server Core Installation)
Vendors & Products Microsoft windows Server 2025 (server Core Installation)

Thu, 13 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
First Time appeared Microsoft windows 11 24h2
Microsoft windows 11 25h2
Microsoft windows 11 26h1
CPEs cpe:2.3:o:microsoft:windows_11_24h2:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_24h2:*:*:*:*:*:*:x64:*
cpe:2.3:o:microsoft:windows_11_25h2:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_25h2:*:*:*:*:*:*:x64:*
cpe:2.3:o:microsoft:windows_11_26h1:*:*:*:*:*:*:arm64:*
cpe:2.3:o:microsoft:windows_11_26h1:*:*:*:*:*:*:x64:*
Vendors & Products Microsoft windows 11 24h2
Microsoft windows 11 25h2
Microsoft windows 11 26h1

Tue, 11 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description Use after free in Windows Bind Filter Driver allows an authorized attacker to elevate privileges locally.
Title Windows Bind Filter Driver 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-416
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, 'vector': 'CVSS:3.1/AV:L/AC:H/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 24h2 Windows 11 25h2 Windows 11 25h2 Windows 11 26h1 Windows 11 26h1 Windows Server 2025 Windows Server 2025 (server Core Installation)
cve-icon MITRE

Status: PUBLISHED

Assigner: microsoft

Published:

Updated: 2026-08-31T20:04:43.358Z

Reserved: 2026-07-13T04:47:32.463Z

Link: CVE-2026-61927

cve-icon Vulnrichment

Updated: 2026-08-11T19:39:45.572Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-11T17:18:15.470

Modified: 2026-08-13T14:06:58.133

Link: CVE-2026-61927

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T11:22:30Z

Weaknesses
  • CWE-362

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

  • CWE-416

    Use After Free