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
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:
- [vulnerability_report]
- [government_confirmation]CISA verified active exploitation in the wild and mandated federal remediation deadline in KEV entry. — Source: Cybersecurity & Infrastructure Security Agency (CISA): CISA Adds CVE-2026-59822 to Known Exploited Vulnerabilities Catalog (Reliability: VERY_HIGH)
1. Identification
Section titled “1. Identification”| Parameter | Technical Specification | Operational Impact |
|---|---|---|
| CVE Identifier | CVE-2025-21333 | Official Microsoft January 2025 Advisory |
| Associated CWE | CWE-122: Heap-based Buffer Overflow | Non-paged pool memory corruption |
| CVSS v3.1 Score | 7.8 HIGH | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| CVSS v4.0 Score | 7.3 HIGH | CVSS: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 CPEs | cpe: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 Versions | KB5034122 / KB5034127 (January 2025 Patch Tuesday) | Replaced vskrnlintvsp.sys |
2. Exploitation
Section titled “2. Exploitation”- 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.
3. Detection and Forensics
Section titled “3. Detection and Forensics”- 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).
4. Remediation and Hardening
Section titled “4. Remediation and Hardening”- Apply Security Updates: Deploy Microsoft January 2025 cumulative updates immediately.
- System Reboot Required: Required to update
vskrnlintvsp.sysin memory. - Enable Hypervisor-Protected Code Integrity (HVCI): Prevent arbitrary kernel memory modifications by enforcing Virtualization-based Security (VBS).
5. Enterprise Exploitation Scenario
Section titled “5. Enterprise Exploitation Scenario”« What happens if this vulnerability is exploited in an enterprise? »
Section titled “« What happens if this vulnerability is exploited in an enterprise? »”
- Privilege Boundary Invalidation: An attacker who gained an initial foothold on a host running virtualization services executes the CVE-2025-21333 exploit.
- Kernel Heap Corruption: The exploit triggers an integer truncation in
vskrnlintvsp.sys, corrupting kernel memory structures.- Defenses Subversion: The attacker flips kernel execution bits, turns off Driver Signature Enforcement (DSE), and loads malicious kernel-mode rootkits.
- Host and VM Compromise: The attacker gains absolute control over the physical host and all co-located virtual machines, accessing isolated tenant data.