The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-23392

CVE-2023-23392: Windows 11 21h2 HTTP Stack RCE Flaw

CVE-2023-23392 is a remote code execution vulnerability in the HTTP Protocol Stack of Microsoft Windows 11 21h2 that enables attackers to execute arbitrary code. This article covers technical details, affected systems, and steps.

Published: February 4, 2026

CVE-2023-23392 Overview

CVE-2023-23392 is a critical remote code execution vulnerability in the HTTP Protocol Stack (http.sys) affecting Microsoft Windows 11 and Windows Server 2022 systems. This vulnerability allows unauthenticated remote attackers to execute arbitrary code on vulnerable systems by sending specially crafted HTTP requests to the target server.

Critical Impact

This vulnerability enables remote code execution without authentication, potentially allowing complete system compromise of Windows 11 and Windows Server 2022 systems running HTTP.sys-based services.

Affected Products

  • Microsoft Windows 11 21H2
  • Microsoft Windows 11 22H2
  • Microsoft Windows Server 2022

Discovery Timeline

  • 2023-03-14 - CVE-2023-23392 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-23392

Vulnerability Analysis

CVE-2023-23392 is a Use After Free (CWE-416) vulnerability in the Windows HTTP Protocol Stack (http.sys), a kernel-mode driver that processes HTTP requests. The vulnerability exists in the way http.sys handles certain HTTP/3 protocol operations. When processing specially crafted HTTP requests, the driver can access memory that has already been freed, leading to memory corruption and potential code execution in kernel context.

The vulnerability is particularly dangerous because http.sys is a kernel-mode component, meaning successful exploitation can result in code execution with SYSTEM privileges. Additionally, the attack requires no authentication and can be triggered remotely over the network, making it a prime target for mass exploitation.

Root Cause

The vulnerability stems from improper memory management within the HTTP Protocol Stack when handling HTTP/3 requests. Specifically, a Use After Free condition occurs when the driver references memory that has been previously deallocated. This can happen during the processing of HTTP/3 QUIC protocol operations where object lifetimes are not properly tracked, leading to a dangling pointer that can be leveraged for code execution.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a vulnerable Windows 11 or Windows Server 2022 system with HTTP.sys exposed to the network
  2. Crafting malicious HTTP/3 requests designed to trigger the Use After Free condition
  3. Sending these requests to the target system's HTTP service
  4. Achieving arbitrary code execution in kernel mode upon successful exploitation

The vulnerability specifically requires that HTTP/3 is enabled on the target system, which includes the buffered I/O feature. Systems without HTTP/3 enabled are not vulnerable to this specific attack.

Detection Methods for CVE-2023-23392

Indicators of Compromise

  • Unexpected HTTP.sys driver crashes or Blue Screen of Death (BSOD) events on Windows 11 or Server 2022 systems
  • Abnormal kernel memory access patterns associated with http.sys processes
  • Unusual HTTP/3 traffic patterns targeting systems running IIS or other HTTP.sys-based services
  • System event logs showing kernel-mode exceptions in HTTP.sys

Detection Strategies

  • Monitor Windows Event Logs for HTTP.sys-related crashes or exceptions (Event IDs related to kernel driver failures)
  • Deploy network intrusion detection rules to identify malformed HTTP/3 requests targeting Windows systems
  • Implement endpoint detection to monitor for suspicious kernel memory operations associated with http.sys
  • Use SentinelOne's behavioral AI engine to detect exploitation attempts targeting kernel-mode drivers

Monitoring Recommendations

  • Enable detailed logging for IIS and HTTP.sys components to capture anomalous request patterns
  • Monitor systems for unexpected SYSTEM-level process creation following HTTP traffic
  • Implement network segmentation to limit exposure of HTTP.sys-based services
  • Deploy SentinelOne agents on all Windows 11 and Server 2022 systems to provide real-time threat detection and response

How to Mitigate CVE-2023-23392

Immediate Actions Required

  • Apply the Microsoft security update released in March 2023 Patch Tuesday immediately
  • If patching is not immediately possible, disable HTTP/3 support on affected systems as a temporary workaround
  • Review and restrict network access to HTTP.sys-based services to trusted networks only
  • Ensure SentinelOne protection is enabled and policies are configured for maximum protection

Patch Information

Microsoft has released security updates to address CVE-2023-23392 as part of the March 2023 Patch Tuesday release. Administrators should apply the appropriate security update for their specific Windows version immediately. For detailed patch information and download links, refer to the Microsoft Security Response Center advisory.

Workarounds

  • Disable HTTP/3 support via the registry by setting the EnableHttp3 DWORD value to 0 under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
  • Disable the HTTP/3 feature through Group Policy on enterprise systems until patches can be applied
  • Restrict network access to systems running HTTP.sys services using firewall rules to limit exposure
  • Consider disabling QUIC protocol support at the network perimeter as an additional protective measure
bash
# Disable HTTP/3 on Windows via PowerShell (requires restart)
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Services\HTTP\Parameters" -Name "EnableHttp3" -Value 0 -Type DWord

# Verify the setting was applied
Get-ItemProperty -Path "HKLM:\System\CurrentControlSet\Services\HTTP\Parameters" -Name "EnableHttp3"

# Restart the HTTP service to apply changes
Restart-Service -Name "HTTP" -Force

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability5.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-23392 Update Guide
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English