Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Requires an existing low-privileged local session (AV:L, PR:L) with no user interaction; successful kernel-level escalation to SYSTEM yields total C/I/A impact on the same host (S:U).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
External control of file name or path in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in the Windows Ancillary Function Driver for WinSock (afd.sys) allows an already-authenticated low-privileged user to elevate to SYSTEM across Windows 10, Windows 11 (21H2 through 26H1), and Windows Server 2022/2025. The flaw stems from external control of a file name or path (CWE-73) inside the kernel-mode WinSock support driver, yielding total confidentiality, integrity, and availability impact per CVSS 7.8. There is no public exploit identified at time of analysis, EPSS is very low (0.07%), and CISA SSVC records exploitation as none, but the total technical impact and near-universal Windows footprint make it a standard Patch Tuesday priority.
Technical ContextAI
The Ancillary Function Driver for WinSock, afd.sys, is a core kernel-mode component that mediates user-mode socket API calls (the Winsock library) down to the TCP/IP stack; it runs at SYSTEM privilege and is present on every modern Windows installation, which is why it is a recurring local-privilege-escalation target. The root cause is CWE-73 (External Control of File Name or Path): a value influenced by an unprivileged caller is used to construct or reference a path/handle the driver acts upon, letting the attacker steer the driver into operating on an unintended object with kernel authority. The affected CPEs cover Windows 10 21H2/22H2, Windows 11 22H3/23H2/24H2/25H2/26H1, and Windows Server 2022 (including 23H2 Server Core) and Server 2025, confirming this is an OS-level kernel driver flaw rather than an application bug. Note the vendor tag labels this 'Information Disclosure,' which conflicts with the CVSS scope (full C/I/A) and the CWE-73 privilege-elevation framing.
RemediationAI
Apply the Microsoft security update via the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-41088 (Patch available per vendor advisory); install the cumulative update that brings each build to at least the fixed version - for example Windows 11 24H2 to 10.0.26100.8457, Windows 11 25H2 to 10.0.26200.8457, Windows Server 2022 to 10.0.20348.5139, and Windows Server 2025 to 10.0.26100.32860 (cite the exact build for your edition from the EUVD/MSRC data rather than assuming). Because afd.sys is a core kernel driver that cannot be disabled without breaking all Winsock networking, there is no safe feature-level workaround; the practical compensating controls until patching are to restrict and monitor interactive/low-privileged local logon on affected hosts (this flaw requires an existing local foothold), tighten least-privilege so fewer accounts can run local code, and deploy EDR detections for anomalous afd.sys handle/kernel-object manipulation - each reduces but does not eliminate exposure, so patching remains the only complete fix.
More in Windows Server 2022
View allWindows MSHTML component contains a remote code execution vulnerability that allows attackers to craft malicious ActiveX
<p>A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged fi
Windows MSDT (Microsoft Support Diagnostic Tool) allows remote code execution when called via the ms-msdt URL protocol f
Windows Search Remote Code Execution Vulnerability. Rated high severity (CVSS 7.5), this vulnerability is remotely explo
Internet Shortcut Files Security Feature Bypass Vulnerability. Rated high severity (CVSS 8.1), this vulnerability is rem
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
Active Directory Domain Services Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.5), this vulnerabilit
Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Windows SMB contains an improper access control vulnerability (CVE-2025-33073, CVSS 8.8) enabling authenticated attacker
Active Directory Domain Services Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.5), this vulnerabilit
Windows Kernel Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is low attack co
Same weakness CWE-73 – External Control of File Name or Path
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29680
GHSA-cx4r-3gvx-xq57