Exploited Known exploited (KEV) CVE-2026-68820

Use-after-free in the Windows WinSock ancillary function driver (CVE-2026-68820) — local privilege escalation

Microsoft Windows Ancillary Function Driver for WinSock Added to KEV Aug 11, 2026 Federal remediation due 2026-08-25

The Windows Ancillary Function Driver for WinSock contains a use-after-free vulnerability that allows an authorized attacker to elevate privileges locally. CISA added it to KEV on August 11, 2026 with a due date of August 25.

Key facts

  • CVE IDCVE-2026-68820
  • Affected (vendor / product)Microsoft Windows Ancillary Function Driver for WinSock
  • CWECWE-416
  • ExploitationListed in CISA KEV (exploitation confirmed)
  • Remediation due2026-08-25 (U.S. federal civilian agencies, BOD 22-01)

Key points

  • Affected: the Windows Ancillary Function Driver for WinSock, a kernel-side driver beneath WinSock.
  • The flaw is a use-after-free, CWE-416.
  • An authorized attacker can elevate privileges locally — this is not a route in from outside.
  • Added to KEV 2026-08-11 with a due date of 2026-08-25 (fourteen days); other entries added the same day carry three-day deadlines.
  • This class of flaw is used at the stage where an intruder rises to administrator.
  • A flaw in a kernel component crosses the user privilege boundary to the whole OS, unlike one in an application.

1Where the WinSock ancillary driver sits

Applications that use the network on Windows do so through WinSock (Windows Sockets). Underneath it sits the Ancillary Function Driver (AFD), which runs on the kernel side. A defect in a component running in the kernel — the core of the operating system — can cross the boundary of a user's privileges and affect the whole system, which gives it a different meaning from an application defect of nominally similar severity.

2What use-after-free means

Programs release memory they have finished with so it can be used for something else. Use-after-free is the flaw of continuing to use a region after it has been released. Because the released region may be handed to other data, an attacker who can place content there may be able to take over the program's behavior. In the kernel, that leads to system privileges.

3The conditions: local, and an authorized attacker

CISA describes the attacker as authorized and the escalation as local. This is not a flaw that lets someone in from outside. In practice, though, the standard pattern is to obtain ordinary user privileges by some other means — phishing, or another vulnerability — and then use a defect of this kind to rise to administrator.

The fourteen-day deadline, longer than the three days set for other entries added the same day, can be read as reflecting that difference in conditions.

4What a flaw in the kernel means

The same use-after-free reaches differently depending on whether it occurs in an application or in a driver running in the core of the OS.

A flaw in an applicationA flaw in a component running in the kernel (this record)
Impact stays within that application's privilegeIt crosses the user's privilege to the whole OS
Stopping the process contains itIt can reach system privilege
The same severity means the same thingThe same severity means something different

What underpins applications using WinSock for network communication is the Ancillary Function Driver, which runs on the kernel side. Because the attacker must be authorised and escalate locally, this is not the kind of flaw that lets anyone in from outside. In practice, though, taking an ordinary user's privilege by other means and then rising to administrator through this kind of flaw is the standard combination.

Why it matters

Privilege-escalation flaws are easily deprioritized because nothing reaches them directly from outside, yet they are central to assume-breach defense — how far an intrusion spreads once it starts. Measuring patch coverage across endpoints and monitoring the use of administrative privileges are what determine the practical outcome.

FAQ

What is use-after-free?
Continuing to use a region of memory after it has been released. If an attacker can place data in the released region, they may be able to take over the program's behavior.
Is a local-only flaw less urgent?
Nothing reaches it directly from outside, but it is used by an attacker who has already obtained ordinary user privileges to rise to administrator — the stage that decides how far an intrusion goes.
Why does a kernel driver matter?
The kernel is the core of the operating system, so a defect in a component running there can cross the boundary of a user's privileges and affect the whole system.

Sources (primary)

This article is an independent organization based on the U.S. official data below. Always verify the exact, latest details and applicability with the official and vendor sources.

#Security#CISA#KEV#Windows#Privilege escalation#Use-after-free
Disclaimer: This site independently summarizes and classifies information based on official data sources. Always verify the latest and accurate information with the official sources. Content on finance, health, legal, and security is information, not advice. This site is not an official website of the U.S. government.