PULSE
FEED
ransomsilentransomgroup reclama a N... · Not Foundransomsilentransomgroup reclama a S... · Not Foundransommetaencryptor reclama a GE Vernova Inc. · US · Energy & Utilitiesransommetaencryptor reclama a PKF Hadiwinata · ID · Professional Servicesransommetaencryptor reclama a Platinum Healthcare Staffing · US · Healthcareransomemperador reclama a Electrolux & Ontrac · Manufacturingransomeverest reclama a Securitas Group · SE · Professional Servicesransomeverest reclama a Morula IVF · ZA · Healthcareransomwallstreet reclama a Tobin & Company · US · Financial Servicesransomwallstreet reclama a Ar Valve Resources · GB · Energy & Utilitiesransomwallstreet reclama a GTFM · US · Not Foundransomwallstreet reclama a Beatus Cartons · GB · Manufacturingransomeverest reclama a Reliance Audit · Professional Servicesransomeverest reclama a UNIRITA · JP · Technologyransomsilentransomgroup reclama a N... · Not Foundransomsilentransomgroup reclama a S... · Not Foundransommetaencryptor reclama a GE Vernova Inc. · US · Energy & Utilitiesransommetaencryptor reclama a PKF Hadiwinata · ID · Professional Servicesransommetaencryptor reclama a Platinum Healthcare Staffing · US · Healthcareransomemperador reclama a Electrolux & Ontrac · Manufacturingransomeverest reclama a Securitas Group · SE · Professional Servicesransomeverest reclama a Morula IVF · ZA · Healthcareransomwallstreet reclama a Tobin & Company · US · Financial Servicesransomwallstreet reclama a Ar Valve Resources · GB · Energy & Utilitiesransomwallstreet reclama a GTFM · US · Not Foundransomwallstreet reclama a Beatus Cartons · GB · Manufacturingransomeverest reclama a Reliance Audit · Professional Servicesransomeverest reclama a UNIRITA · JP · Technology
← Todos los CVEs
CVE Watch16 ago 2026

CVE-2026-68820

Microsoft Windows Ancillary Function Driver for WinSock Use-After-Free Vulnerability

CVSS

7.0

Alto

EPSS

0.3%

p24

KEV

SÍ

11 ago 2026

Exploit Today

57

0-100

Publicado: 11 ago 2026 · Última mod.: 16 ago 2026 · CWE-416

EPSS · 30d
0.3%EPSS · 30 días6.2%
2026-08-282026-09-25
Ficha del catálogo KEV

Producto

Microsoft / Windows Ancillary Function Driver for WinSock

Vulnerabilidad

Microsoft Windows Ancillary Function Driver for WinSock Use-After-Free Vulnerability

Añadido a KEV

11 ago 2026

Remediar antes de

25 ago 2026

Uso conocido en ransomware

No

Descripción resumida

Microsoft Windows Ancillary Function Driver for WinSock contains a use-after-free vulnerability that allows an authorized attacker to elevate privileges locally.

Acción requerida

Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.

Notas

https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2026-68820 ; BOD 26-04: https://www.cisa.gov/news-events/directives/bod-26-04-prioritizing-security-updates-based-risk ; Forensics Triage Requirements: https://www.cisa.gov/news-events/directives/bod-26-04-implementation-guidance-prioritizing-security-updates-based-risk ; https://nvd.nist.gov/vuln/detail/CVE-2026-68820

Descripción técnica

Use after free in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.

Referencias oficiales
CVEs relacionados
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2026-1005033.3 BAJ
—
——0Ghidra versions through 12.1.4 contain a heap use-after-free vulnerability in the decompiler's Funcdata::opInsertAfter function caused by stale INDIRECT effect-op references. Attackers can craft a malicious binary with a specific x86-64 sequence that triggers the vulnerability during decompilation, causing the decompile helper process to crash and denying service to analysts and automated analysis pipelines.4h
CVE-2026-95834—
—
——0Use After Free in the drag source path of the drag and drop protocol in kitty from 0.47.0 before 0.49.0 allows a program writing to the terminal to cause the terminal to read from and write to freed heap memory, because drag_remote_file_data() in kitty/dnd.c holds a DragRemoteItem pointer into an array it does not own, calls toplevel_data_for_drag() or subdir_data_for_drag(), and then continues to use that pointer. Those helpers, and add_payload() and populate_dir_entries() which they call, report errors through the abrt() macro, which expands to cancel_drag() followed by a plain return, and cancel_drag() calls drag_free_offer(), which frees the array the pointer refers to. The helpers return void, so the caller receives no indication that the teardown happened, and proceeds to call all_children_complete() on the freed pointer, which dereferences it, and then to write through it. That dereference is guarded by a local flag that is set when the request carries no payload and announces no further data, which is the same condition that selects the finalisation block of add_payload(), so the error paths in that block reach it: a create that fails because an entry of the same name already exists, because the client may declare two entries with one name and the create operations use O_CREAT with O_EXCL and symlinkat(), a mkdirat() failure other than EEXIST, and the directory entry allocation paths. Both branches reach it. In the top level branch the caller's pointer is never cleared, so clearing the owning structure's own pointers during teardown does not help. In the sub directory branch subdir_data_for_drag() sets the caller's pointer to NULL on entry and assigns it only after its own last error path, so its own aborts leave the caller with NULL and are stopped by a null check, but it then calls add_payload() with that pointer set, and an abort there leaves the caller holding a freed child node inside the item tree, which drag_free_offer() frees by recursion. This results in undefined behaviour in the terminal process, reachable from the byte stream of any program running in the window.12h
CVE-2026-972225.5 MED
—
——0A heap use-after-free flaw was found in Gnumeric. When a user opens a crafted Gnumeric workbook containing a malformed SheetObjectComponent element, the XML parser can dereference a freed sheet-object component, causing Gnumeric to crash.12h
CVE-2026-938348.8 ALT
—
——0A use-after-free vulnerability was found in QEMU's 9pfs subsystem. A race condition between the main thread and a worker thread when processing concurrent Tlcreate and Twalk requests allows a malicious guest user to craft a fid path containing stale heap data, bypassing directory traversal restrictions and escaping the shared directory boundary. This can lead to arbitrary host file read/write and code execution (VM escape) as the QEMU process user.15h
CVE-2026-69289.8 CRÍ
36.5%
——11IBM Concert 1.0.0 through 3.0.0 references or accesses memory after it has been freed. This allows an attacker who can influence program execution or input may exploit this condition to corrupt memory, cause application crashes, or execute arbitrary code.1d
CVE-2026-968897.8 ALT
2.1%
——1A flaw was found in librsvg. When processing an SVG document containing nested XML inclusions (Xincludes) with duplicate entity declarations, a use-after-free error can occur. This vulnerability arises because the library incorrectly frees an XML entity that is still in use by the parser. An attacker could potentially exploit this to cause a denial of service or execute arbitrary code.11h