Cyber Resilience

CVE-2025-60724

CriticalUpdated

Published: 11 November 2025

Published
11 November 2025
Modified
22 May 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0019 40.4th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-60724 is a critical-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Microsoft Windows Server 2008. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.4th 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-2025-60724 is a heap-based buffer overflow vulnerability, classified under CWE-122, affecting the Microsoft Graphics Component. Published on 2025-11-11T18:15:41.060, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.

The vulnerability enables an unauthorized attacker to execute arbitrary code over a network. Exploitation requires low complexity, no user privileges, no user interaction, and network access, allowing remote attackers to achieve high-impact effects on confidentiality, integrity, and availability, such as full system compromise.

Mitigation details are available in the Microsoft Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-60724.

EU & UK References

Vulnerability details

Heap-based buffer overflow in Microsoft Graphics Component allows an unauthorized attacker to execute code over a network.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
Why these techniques?

The vulnerability is a critical remote code execution (RCE) in the Microsoft Graphics Component with AV:N/AC:L/PR:N/UI:N, directly enabling exploitation of a public-facing application over the network.

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

CVEs Like This One

CVE-2026-20868Same product: Microsoft Windows 10 1607
CVE-2025-53766Same product: Microsoft 365 Copilot
CVE-2025-21368Same product: Microsoft Windows 10 1607
CVE-2025-47981Same product: Microsoft Windows 10 1607
CVE-2025-21273Same product: Microsoft Windows 10 1607
CVE-2025-21369Same product: Microsoft Windows 10 1607
CVE-2026-20922Same product: Microsoft Windows 10 1607
CVE-2026-20820Same product: Microsoft Windows 10 1607
CVE-2025-62549Same product: Microsoft Windows 10 1607
CVE-2026-20840Same product: Microsoft Windows 10 1607

Affected Assets

microsoft
365 copilot
≤ 16.0.19426.20044
microsoft
office long term servicing channel
2021, 2024
microsoft
windows 10 1607
≤ 10.0.14393.8594 · ≤ 10.0.14393.8594
microsoft
windows 10 1809
≤ 10.0.17763.8027 · ≤ 10.0.17763.8027
microsoft
windows 10 21h2
≤ 10.0.19044.6575
microsoft
windows 10 22h2
≤ 10.0.19045.6575
microsoft
windows 11 23h2
≤ 10.0.22631.6199
microsoft
windows 11 24h2
≤ 10.0.26100.7092
microsoft
windows 11 25h2
≤ 10.0.26200.7092
microsoft
windows server 2008
all versions, r2
+6 more product configuration(s) — see NVD for full list

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires organizations to identify, report, and correct flaws like this heap-based buffer overflow through timely application of vendor patches from Microsoft.

prevent

Implements memory protection mechanisms such as ASLR, DEP, and heap cookies that directly mitigate exploitation of heap buffer overflows for arbitrary code execution.

prevent

Mandates validation of inputs to the Microsoft Graphics Component to detect and reject malformed data that could trigger the buffer overflow over the network.

References