Cyber Resilience

CVE-2025-21180

High

Published: 11 March 2025

Published
11 March 2025
Modified
03 July 2025
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0040 61.2th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-21180 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Microsoft Windows Server 2008. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 38.8% of CVEs by exploit likelihood; 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-2025-21180, published on 2025-03-11, is a heap-based buffer overflow vulnerability (CWE-122) in the Windows exFAT File System. It carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and affects Windows systems that support the exFAT file system.

An unauthorized attacker with local access can exploit the vulnerability by tricking a user into an action that triggers the buffer overflow, such as interacting with a malicious exFAT-formatted storage device or file. Successful exploitation enables the attacker to execute arbitrary code locally with high impacts on confidentiality, integrity, and availability.

Microsoft's Security Update Guide at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21180 provides details on available patches and mitigation steps.

EU & UK References

Vulnerability details

Heap-based buffer overflow in Windows exFAT File System allows an unauthorized attacker to execute code 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.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Heap buffer overflow in kernel-mode exFAT driver enables arbitrary code execution via malicious file/device with user interaction, directly mapping to privilege escalation via OS/kernel exploit (T1068) and user execution of malicious file (T1204.002).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-24985Same product: Microsoft Windows 10 1507
CVE-2025-24993Same product: Microsoft Windows 10 1507
CVE-2025-21378Same product: Microsoft Windows 10 1507
CVE-2025-21418Same product: Microsoft Windows 10 1607
CVE-2025-21411Same product: Microsoft Windows 10 1507
CVE-2025-21305Same product: Microsoft Windows 10 1507
CVE-2025-24067Same product: Microsoft Windows 10 1507
CVE-2025-24995Same product: Microsoft Windows 10 1507
CVE-2026-20922Same product: Microsoft Windows 10 1607
CVE-2026-20820Same product: Microsoft Windows 10 1607

Affected Assets

microsoft
windows 10 1507
≤ 10.0.10240.20947 · ≤ 10.0.10240.20947
microsoft
windows 10 1607
≤ 10.0.14393.7876 · ≤ 10.0.14393.7876
microsoft
windows 10 1809
≤ 10.0.17763.7009 · ≤ 10.0.17763.7009
microsoft
windows 10 21h2
≤ 10.0.19044.5608
microsoft
windows 10 22h2
≤ 10.0.19045.5608
microsoft
windows 11 22h2
≤ 10.0.22621.5039
microsoft
windows 11 23h2
≤ 10.0.22631.5039
microsoft
windows 11 24h2
≤ 10.0.26100.3403 · 10.0.26100.3403 — 10.0.26100.3476
microsoft
windows server 2008
all versions, r2
microsoft
windows server 2012
all versions, r2
+5 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the heap-based buffer overflow vulnerability in the Windows exFAT File System through timely application of vendor patches.

prevent

Implements memory protections like ASLR, DEP, and control flow guard that prevent arbitrary code execution even if the buffer overflow is triggered.

prevent

Requires validation of inputs from exFAT-formatted storage devices to mitigate buffer overflows caused by malformed file system structures.

References