Cyber Resilience

CVE-2025-21292

High

Published: 14 January 2025

Published
14 January 2025
Modified
24 January 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0074 73.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-21292 is a high-severity Code Injection (CWE-94) vulnerability in Microsoft Windows 10 1809. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 26.6% 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 AC-6 (Least Privilege) and SI-16 (Memory Protection).

Deeper analysis

CVE-2025-21292 is a Windows Search Service Elevation of Privilege Vulnerability, published on 2025-01-14T18:15:50.927. It affects the Windows Search Service component in Microsoft Windows operating systems and is associated with CWE-94 (Code Injection) and NVD-CWE-noinfo. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H), indicating high severity due to local attack vector, low complexity, low privileges required, no user interaction, changed scope, and high impacts across confidentiality, integrity, and availability.

A local attacker with low-level privileges can exploit this vulnerability through the Windows Search Service. Exploitation requires low complexity and no user interaction. Successful attacks enable privilege escalation, allowing the attacker to achieve high impacts on system confidentiality, integrity, and availability with a scope change.

Microsoft's advisory provides guidance on this vulnerability at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21292, where security practitioners can find details on patches and mitigation recommendations.

EU & UK References

Vulnerability details

Windows Search Service Elevation of Privilege Vulnerability

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?

Local EoP vulnerability in Windows Search Service (CWE-94 code injection) directly enables privilege escalation from low to high privileges.

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

CVEs Like This One

CVE-2025-49723Same product: Microsoft Windows 10 1809
CVE-2025-21382Same product: Microsoft Windows 10 1809
CVE-2025-21367Same product: Microsoft Windows 10 1809
CVE-2025-48822Same product: Microsoft Windows 10 1809
CVE-2025-24050Same product: Microsoft Windows 10 1809
CVE-2026-20923Same product: Microsoft Windows 10 1809
CVE-2025-62215Same product: Microsoft Windows 10 1809
CVE-2026-20857Same product: Microsoft Windows 10 1809
CVE-2025-62221Same product: Microsoft Windows 10 1809
CVE-2026-20858Same product: Microsoft Windows 10 1809

Affected Assets

microsoft
windows 10 1809
≤ 10.0.17763.6775 · ≤ 10.0.17763.6775
microsoft
windows 10 21h2
≤ 10.0.19044.5371
microsoft
windows 10 22h2
≤ 10.0.19045.5371
microsoft
windows 11 22h2
≤ 10.0.22621.4751
microsoft
windows 11 23h2
≤ 10.0.22631.4751
microsoft
windows 11 24h2
≤ 10.0.26100.2894
microsoft
windows server 2019
≤ 10.0.17763.6775
microsoft
windows server 2022
≤ 10.0.20348.3091
microsoft
windows server 2022 23h2
≤ 10.0.25398.1369
microsoft
windows server 2025
≤ 10.0.26100.2894

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the Windows Search Service EoP vulnerability by requiring timely application of Microsoft patches to remediate the code injection flaw.

prevent

Implements memory protections like DEP and ASLR to prevent successful code injection exploits in the Windows Search Service.

prevent

Enforces least privilege on the Windows Search Service to limit escalation impact even if the code injection vulnerability is exploited.

References