Cyber Resilience

CVE-2026-20810

Microsoft Windows 10 1809 ≤ 10.0.17763.8276

Published
13 January 2026
Modified
14 January 2026
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0049 40th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2026-20810 is a high-severity Free of Memory not on the Heap (CWE-590) vulnerability in Microsoft Windows 10 1809. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 40th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-20810 is a vulnerability in the Windows Ancillary Function Driver for WinSock involving a free of memory not on the heap, classified under CWE-590. Published on 2026-01-13, it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and affects Windows systems utilizing this driver.

A local attacker with low privileges can exploit the vulnerability due to its low attack complexity and lack of required user interaction. Successful exploitation enables privilege escalation, resulting in high impacts to confidentiality, integrity, and availability.

Microsoft's update guide provides details on mitigation and patches at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20810.

EU & UK References

Vulnerability Data

Free of memory not on the heap in Windows Ancillary Function Driver for WinSock allows an authorized attacker to elevate privileges locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-49074Same product: Microsoft Windows 10 1809
CVE-2024-43502Same product: Microsoft Windows 10 1809
CVE-2025-54899Same vendor: Microsoft
CVE-2024-26182Same product: Microsoft Windows 10 1809
CVE-2023-35315Same product: Microsoft Windows 10 1809
CVE-2023-35364Same product: Microsoft Windows 10 1809
CVE-2023-24949Same product: Microsoft Windows 10 1809
CVE-2023-35644Same product: Microsoft Windows 10 1809
CVE-2023-35363Same product: Microsoft Windows 10 1809
CVE-2023-35355Same product: Microsoft Windows 10 1809

Affected Assets

microsoft
windows 10 1809
≤ 10.0.17763.8276 · ≤ 10.0.17763.8276
microsoft
windows 10 21h2
≤ 10.0.19044.6809
microsoft
windows 10 22h2
≤ 10.0.19045.6809
microsoft
windows server 2019
≤ 10.0.17763.8276

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (static/dynamic analysis) can discover incorrect free() calls on non-heap memory.

Documented development standards and tools can require correct heap allocation/deallocation discipline, stopping the defect at introduction.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent incorrect free() calls via code review, static analysis, and developer training.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect invalid-free defects before release.

prevents

Secure development lifecycle mandates memory-safety practices that reduce use-after-free and invalid-free bugs.

prevents

Secure architecture and engineering principles include disciplined memory management that prevents freeing non-heap memory.

prevents

Secure coding standards explicitly forbid freeing pointers not obtained from heap allocators, directly mitigating CWE-590.

References