Cyber Resilience

CVE-2026-20857

High

Published: 13 January 2026

Published
13 January 2026
Modified
15 January 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0003 8.6th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-20857 is a high-severity Untrusted Pointer Dereference (CWE-822) 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 8.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-20857, published on 2026-01-13, is an untrusted pointer dereference vulnerability (CWE-822) in the Windows Cloud Files Mini Filter Driver. This local privilege escalation flaw 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), indicating high impact potential with low complexity and low privileges required for exploitation.

An authorized attacker with local access and low privileges can exploit the untrusted pointer dereference to elevate privileges on affected Windows systems. Successful exploitation enables high confidentiality, integrity, and availability impacts, potentially allowing the attacker full control over the system.

Microsoft's Security Response Center provides details and mitigation guidance in their update guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-20857.

EU & UK References

Vulnerability details

Untrusted pointer dereference in Windows Cloud Files Mini Filter Driver allows an authorized attacker to elevate privileges locally.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Direct local privilege escalation via untrusted pointer dereference in kernel driver (CWE-822).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-27920Same product: Microsoft Windows 10 1809
CVE-2026-32077Same product: Microsoft Windows 10 1809
CVE-2026-27919Same product: Microsoft Windows 10 1809
CVE-2026-26161Same product: Microsoft Windows 10 1809
CVE-2025-21358Same product: Microsoft Windows 10 1809
CVE-2025-24990Same product: Microsoft Windows 10 1809
CVE-2026-20923Same product: Microsoft Windows 10 1809
CVE-2026-21232Same product: Microsoft Windows 11 23H2
CVE-2025-62215Same product: Microsoft Windows 10 1809
CVE-2025-62221Same 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 11 23h2
≤ 10.0.22631.6491
microsoft
windows 11 24h2
≤ 10.0.26100.7623
microsoft
windows 11 25h2
≤ 10.0.26200.7623
microsoft
windows server 2019
≤ 10.0.17763.8276
microsoft
windows server 2022
≤ 10.0.20348.4648
microsoft
windows server 2022 23h2
≤ 10.0.25398.2092
microsoft
windows server 2025
≤ 10.0.26100.32230

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the untrusted pointer dereference vulnerability by requiring timely remediation through vendor patches for the affected Windows Cloud Files Mini Filter Driver.

prevent

Implements memory protections such as address space randomization and non-executable memory to prevent exploitation of untrusted pointer dereferences leading to privilege escalation.

prevent

Enforces least privilege on local low-privilege accounts, limiting the initial attack surface and potential damage prior to successful privilege escalation via the driver vulnerability.

References