Cyber Resilience

CVE-2025-47981

CriticalPublic PoC

Published: 08 July 2025

Published
08 July 2025
Modified
26 September 2025
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.0316 87.2th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 12.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-47981 is a heap-based buffer overflow vulnerability, tracked under CWE-122, that affects the SPNEGO Extended Negotiation component in Windows. The flaw carries a CVSS 3.1 score of 9.8 and permits remote code execution without any authentication or user interaction when the affected protocol handling occurs over a network.

An unauthenticated attacker can send specially crafted network traffic to trigger the overflow, resulting in arbitrary code execution with the privileges of the affected process. Because the attack requires no credentials and can be launched remotely, the vulnerability is exploitable by any party with network reachability to a vulnerable Windows system participating in SPNEGO negotiation.

Microsoft has published remediation guidance in its Security Response Center update guide. Third-party resources also provide detection and mitigation scripts that can be used to identify unpatched systems and apply interim controls until official updates are deployed.

EPSS scores remain low, with a current value of 0.0316 and a peak of 0.0320, indicating no material increase in observed exploitation interest since disclosure.

EU & UK References

Vulnerability details

Heap-based buffer overflow in Windows SPNEGO Extended Negotiation 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.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

Network-accessible unauthenticated heap buffer overflow enabling RCE in Windows SPNEGO auth component directly maps to remote service/public app exploitation for initial access.

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

CVEs Like This One

CVE-2025-21250Same product: Microsoft Windows 10 1507
CVE-2025-21282Same product: Microsoft Windows 10 1507
CVE-2025-21368Same product: Microsoft Windows 10 1507
CVE-2025-21200Same product: Microsoft Windows 10 1507
CVE-2025-21306Same product: Microsoft Windows 10 1507
CVE-2025-21236Same product: Microsoft Windows 10 1507
CVE-2025-21252Same product: Microsoft Windows 10 1507
CVE-2025-24051Same product: Microsoft Windows 10 1507
CVE-2025-21286Same product: Microsoft Windows 10 1507
CVE-2025-21223Same product: Microsoft Windows 10 1507

Affected Assets

microsoft
windows 10 1507
≤ 10.0.10240.21073 · ≤ 10.0.10240.21073
microsoft
windows 10 1607
≤ 10.0.14393.8246 · ≤ 10.0.14393.8246
microsoft
windows 10 1809
≤ 10.0.17763.7558 · ≤ 10.0.17763.7558
microsoft
windows 10 21h2
≤ 10.0.19044.6093
microsoft
windows 10 22h2
≤ 10.0.19045.6093
microsoft
windows 11 22h2
≤ 10.0.22621.5624
microsoft
windows 11 23h2
≤ 10.0.22631.5624
microsoft
windows 11 24h2
≤ 10.0.26100.4652
microsoft
windows server 2008
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 requires identification, reporting, and correction of the heap-based buffer overflow flaw in Windows SPNEGO Extended Negotiation through timely patching.

prevent

Implements memory safeguards such as DEP and ASLR to protect against unauthorized code execution from heap-based buffer overflow exploits in SPNEGO.

preventdetect

Scans for and remediates vulnerabilities like CVE-2025-47981 in Windows SPNEGO to identify and prioritize patching before network exploitation.

References