Unauthenticated remote code execution vulnerabilities in core operating system network stacks represent the highest tier of operational risk. The Microsoft Internet Key Exchange (IKE) Service Extensions double free vulnerability (CVE-2026-33824) allows an unauthenticated remote attacker to execute arbitrary code with system-level privileges simply by sending malicious UDP packets to an exposed Windows host.
With a CVSS score of 9.8 and an EPSS probability standing at 55.9% (placing it in the 99th percentile for near-term exploitation likelihood across all tracked vulnerabilities), this flaw requires immediate, high-priority remediation across all enterprise environments.
Technical Analysis of CVE-2026-33824
The flaw resides within the Windows IKE and AuthIP IPsec Keying Modules service (IKEEXT), which handles Internet Key Exchange protocol processing for IPsec connections. Classified as a double free weakness (CWE-415), the defect occurs during the parsing of malformed IKE negotiation packets.
When the ikeext.dll engine processes incoming Phase 1 or Phase 2 exchange requests, improper state management allows a memory allocation to be freed twice under specific error handling conditions. An attacker can groom the heap with controlled data prior to sending the triggering packet, converting memory corruption into arbitrary code execution inside the context of the NT AUTHORITY\SYSTEM account.
Because key exchange naturally occurs before identity verification, the flaw is reachable without valid credentials (PR:N) or user interaction (UI:N). The CVSS vector (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) highlights that the attack carries a low complexity (AC:L), making weaponized exploit payloads highly reliable across unpatched Windows architecture variants.
Exposure & Realistic Attack Paths
The exposure surface for CVE-2026-33824 extends to any Windows host listening for incoming IPsec or VPN traffic over UDP ports 500 (IKE) or 4500 (IPsec NAT-Traversal). While the IKEEXT service is active on standard Windows installations, exposure is acute on:
- Direct internet-facing endpoints, including Windows Servers hosting Always On VPN or Remote Access (RAS) services.
- Laptops and mobile workstations connecting directly to untrusted Wi-Fi or public networks without upstream network firewalls.
- Internal networks where lateral movement by compromised assets can target unpatched workstations.
An end-to-end attack path involves an automated network scanner probing open UDP 500/4500 ports, followed by the automated delivery of crafted IKE key exchange packets. Successful exploitation yields immediate, full host compromise without generating standard interactive login events or triggering authentication logs.
Specific Remediation and Patch Guidance
Organizations must prioritize deploying Microsoft’s security updates to meet the August 21, 2026 remediation deadline mandated under federal CISA BOD 26-04 guidance. Ensure assets are updated to at least the following OS build thresholds:
- Windows 10 Version 22H2: Build
10.0.19045.7184 - Windows 10 Version 21H2: Build
10.0.19044.7184 - Windows 10 Version 1809: Build
10.0.17763.8644 - Windows 10 Version 1607: Build
10.0.14393.9060 - Windows 11 Version 23H2: Build
10.0.22631.6936 - Windows 11 Version 24H2: Build
10.0.26100.8246
If immediate patching cannot be completed, block inbound UDP ports 500 and 4500 at network boundary firewalls and Windows Host Firewalls. Where IPsec or VPN functionality is not required on target endpoints, stop and disable the keying module entirely using the command sc config ikeext start= disabled to eliminate the exposed network service.
Related content
Nightmare Eclipse Drops Unpatched 'LegacyHive' Windows Privilege Escalation Zero-Day
Security NewsMicrosoft 365 AitM Phishing Campaign Targets Payroll and Finance Emails
Security NewsNetwork Maintenance Automation Bug Triggers Widespread Microsoft 365 Outage
Security NewsMicrosoft Delays Exchange Server SE CU1 as AI Bug-Hunting Backlog Piles Up
Found something similar in your stack?
Let's find out before it becomes an incident.
Book an advisory call