Skip to content

CVE-2025-21333: Windows Kernel Privilege Escalation via Hyper-V VSP (Heap Overflow)

HERMES

HERMES THREAT SCORE & VIRTUALIZATION SUB-SYSTEM INTRUSION

Target: Windows Hyper-V NT Kernel Integration VSP (vskrnlintvsp.sys)
Confidence: 97%
87 / 100
HIGH

Measures real-world operational relevance, exploit weaponization, and active threat posture.

Dimension Breakdown
Exploitability 18 / 20
Threat Activity 18 / 20
Weaponization 19 / 20
Exposure 15 / 20
Prevalence 19 / 20
Impact 19 / 20
Exploit Maturity 19 / 20
Attack Chain Potential 19 / 20
⚖️ Divergence & Operational Rationale

Hermes assesses CVE-2025-21333 at an HTS of 87 (HIGH). This kernel driver flaw in vskrnlintvsp.sys allows attackers to weaponize Windows Notification Facility (WNF) state data and I/O Rings (IOP_MC_BUFFER_ENTRY) to achieve unrestricted kernel read/write primitives.

🕸️ Connected Knowledge Graph & Provenance

CVE-2025-21333: Windows Kernel Privilege Escalation via Hyper-V VSP (Heap Overflow)VULNERABILITY

Connected Nodes: 1
Active Relationships (Outgoing)
→ affectsPRODUCTMicrosoft Windows & Windows Server
98% VERY_HIGH

Software platform affected by security vulnerabilities and agentic attack patterns.

🔍 Why is this related? (Evidence & Provenance)

“Confirmed security vulnerability in Microsoft Windows & Windows Server documented in Hermes dossier.”

Supporting Verified Evidence:
ParameterTechnical SpecificationOperational Impact
CVE IdentifierCVE-2025-21333Official Microsoft January 2025 Advisory
Associated CWECWE-122: Heap-based Buffer OverflowNon-paged pool memory corruption
CVSS v3.1 Score7.8 HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0 Score7.3 HIGHCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Applicable CPEscpe:2.3:o:microsoft:windows_10:*:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows_11:*:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows_server_2022:*:*:*:*:*:*:*:*
Windows hosts with Hyper-V components enabled
Fixed VersionsKB5034122 / KB5034127 (January 2025 Patch Tuesday)Replaced vskrnlintvsp.sys

  • CISA KEV: Added on January 14, 2025.
  • EPSS Score: 0.09988 (Percentile: 95.3%).
  • Public PoC: Publicly weaponized PoC available on Exploit-DB (EDB-ID: 52436) and GitHub (MrAle98/CVE-2025-21333-POC).
  • Exploitation Mechanics: Integer truncation during VMBus packet size calculations triggers a heap overflow in NonPagedPoolNx. The exploit manipulates I/O Ring buffer entries to establish an arbitrary kernel read/write primitive.

  • Sysmon Event ID 7: Unsigned driver loading attempts or unauthorized processes interacting with VMBus endpoints.
  • Kernel Integrity Monitoring: Detection of tampering with kernel security flags such as g_CiOptions (Driver Signature Enforcement bypass).
  • MITRE ATT&CK: T1068 (Exploitation for Privilege Escalation), T1055 (Process Injection).

  1. Apply Security Updates: Deploy Microsoft January 2025 cumulative updates immediately.
  2. System Reboot Required: Required to update vskrnlintvsp.sys in memory.
  3. Enable Hypervisor-Protected Code Integrity (HVCI): Prevent arbitrary kernel memory modifications by enforcing Virtualization-based Security (VBS).

« What happens if this vulnerability is exploited in an enterprise? »

Section titled “« What happens if this vulnerability is exploited in an enterprise? »”
  1. Privilege Boundary Invalidation: An attacker who gained an initial foothold on a host running virtualization services executes the CVE-2025-21333 exploit.
  2. Kernel Heap Corruption: The exploit triggers an integer truncation in vskrnlintvsp.sys, corrupting kernel memory structures.
  3. Defenses Subversion: The attacker flips kernel execution bits, turns off Driver Signature Enforcement (DSE), and loads malicious kernel-mode rootkits.
  4. Host and VM Compromise: The attacker gains absolute control over the physical host and all co-located virtual machines, accessing isolated tenant data.