Cyber Resilience

CVE-2025-21208

High

Published: 11 February 2025

Published
11 February 2025
Modified
28 February 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0030 53.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 46.3% 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 CM-7 (Least Functionality) and SI-2 (Flaw Remediation).

Deeper analysis

Windows Routing and Remote Access Service (RRAS) contains a remote code execution vulnerability tracked as CVE-2025-21208. The flaw is present in the Windows RRAS component and is associated with CWE-122, indicating a likely heap-based buffer overflow condition. It received a CVSS 3.1 score of 8.8, reflecting network attack vector, low attack complexity, and no required privileges.

An unauthenticated attacker can exploit the issue over the network when a user interacts with a maliciously crafted request or resource, resulting in arbitrary code execution with full control over confidentiality, integrity, and availability on the affected system. The requirement for user interaction limits fully automated attacks but still permits remote exploitation in typical enterprise or VPN scenarios that rely on RRAS.

Microsoft has published guidance at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21208. The EPSS score rose from a low baseline of 0.0030 to a peak of 0.0119, indicating emerging exploitation interest after disclosure.

EU & UK References

Vulnerability details

Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability

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.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

RCE via heap buffer overflow in network-accessible RRAS service (public/remote service exploitation); UI:R requirement indicates client-side trigger for execution.

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

CVEs Like This One

CVE-2025-48824Same product: Microsoft Windows Server 2008
CVE-2025-49729Same product: Microsoft Windows Server 2008
CVE-2025-54113Same product: Microsoft Windows Server 2008
CVE-2025-49672Same product: Microsoft Windows Server 2008
CVE-2025-49668Same product: Microsoft Windows Server 2008
CVE-2025-49753Same product: Microsoft Windows Server 2008
CVE-2025-49674Same product: Microsoft Windows Server 2008
CVE-2025-49663Same product: Microsoft Windows Server 2008
CVE-2025-49673Same product: Microsoft Windows Server 2008
CVE-2025-49669Same product: Microsoft Windows Server 2008

Affected Assets

microsoft
windows server 2008
all versions, r2
microsoft
windows server 2012
all versions, r2
microsoft
windows server 2016
≤ 10.0.14393.7785
microsoft
windows server 2019
≤ 10.0.17763.6893
microsoft
windows server 2022
≤ 10.0.20348.3207
microsoft
windows server 2022 23h2
≤ 10.0.25398.1425
microsoft
windows server 2025
≤ 10.0.26100.3194

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires timely remediation through patching of the heap-based buffer overflow vulnerability in Windows RRAS as advised by Microsoft.

prevent

Limits systems to least functionality by disabling unnecessary RRAS services, eliminating the network-exposed attack surface for this RCE vulnerability.

prevent

Implements memory protections like DEP and ASLR that mitigate exploitation of heap buffer overflows even if unpatched.

References