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-2022-21907

CVE-2022-21907: Windows 10 HTTP Stack RCE Vulnerability

CVE-2022-21907 is a remote code execution vulnerability in Microsoft Windows 10 HTTP Protocol Stack that allows attackers to execute arbitrary code remotely. This article covers the technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-21907 Overview

CVE-2022-21907 is a critical Remote Code Execution (RCE) vulnerability affecting the HTTP Protocol Stack (http.sys) in Microsoft Windows. This wormable vulnerability allows unauthenticated remote attackers to execute arbitrary code at the kernel level by sending specially crafted HTTP requests to affected Windows systems. The vulnerability impacts the core HTTP request processing mechanism used by Internet Information Services (IIS) and other Windows components that leverage the HTTP Protocol Stack.

Critical Impact

Unauthenticated remote attackers can achieve full system compromise with kernel-level code execution, potentially enabling wormable propagation across enterprise networks without user interaction.

Affected Products

  • Microsoft Windows 10 (versions 1809, 20H2, 21H1, 21H2) - x86, x64, and ARM64 architectures
  • Microsoft Windows 11 (x64 and ARM64 architectures)
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022 and Server version 20H2

Discovery Timeline

  • January 11, 2022 - CVE-2022-21907 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-21907

Vulnerability Analysis

This vulnerability resides in the Windows HTTP Protocol Stack (http.sys), a kernel-mode driver responsible for parsing and processing HTTP requests. The flaw allows attackers to exploit the HTTP trailer support feature, which was introduced in recent Windows versions. When processing maliciously crafted HTTP requests containing specific header configurations, the http.sys driver fails to properly validate input, leading to memory corruption that can be leveraged for arbitrary code execution.

The vulnerability is particularly dangerous because http.sys operates at the kernel level, meaning successful exploitation grants attackers SYSTEM-level privileges. Since the vulnerability can be triggered remotely without authentication and requires no user interaction, it presents an ideal target for wormable attacks that could propagate automatically across networks.

Root Cause

The root cause of CVE-2022-21907 lies in improper input validation within the HTTP Protocol Stack's handling of HTTP request headers. Specifically, the vulnerability is related to the HTTP trailer support feature that was enabled by default on Windows 10 version 2004 and later. The http.sys driver does not adequately sanitize certain header field values, allowing attackers to trigger a use-after-free or buffer overflow condition during request processing.

Attack Vector

The attack vector for CVE-2022-21907 is network-based and requires no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target system running an affected Windows version with an HTTP service listening (IIS, WinRM, or any application using http.sys)
  2. Crafting a malicious HTTP request with specially constructed headers designed to trigger the memory corruption condition
  3. Sending the request to the target server over the network
  4. Upon successful exploitation, achieving kernel-level code execution with SYSTEM privileges

The vulnerability is particularly concerning because IIS is widely deployed in enterprise environments, and other Windows services also utilize http.sys for HTTP request handling.

The exploitation mechanism involves sending malformed HTTP requests that abuse the trailer support feature in http.sys. When the kernel-mode driver processes these requests, improper bounds checking leads to memory corruption, which can be leveraged for arbitrary code execution. For detailed technical analysis, refer to the Packet Storm Exploit Analysis.

Detection Methods for CVE-2022-21907

Indicators of Compromise

  • Unexpected crashes or blue screens (BSOD) related to http.sys driver failures
  • Anomalous HTTP traffic patterns with malformed or oversized header values
  • Suspicious network connections to port 80/443 with unusual request patterns
  • System event logs showing http.sys errors or kernel-mode exceptions
  • Unexplained SYSTEM-level process creation following HTTP service activity

Detection Strategies

  • Deploy network intrusion detection signatures to identify malformed HTTP requests targeting the trailer support feature
  • Monitor for exploitation attempts using HTTP header analysis at network boundaries
  • Enable Windows Event Tracing for HTTP.sys to capture detailed request processing information
  • Implement application-level firewalls capable of deep packet inspection for HTTP anomalies

Monitoring Recommendations

  • Configure SIEM rules to correlate IIS/HTTP service anomalies with potential exploitation indicators
  • Monitor for http.sys driver crashes or restarts in Windows System Event Logs
  • Establish baseline HTTP traffic patterns and alert on deviations in header sizes or structure
  • Enable kernel debugging telemetry on critical servers to capture crash dump data for analysis

How to Mitigate CVE-2022-21907

Immediate Actions Required

  • Apply the January 2022 Microsoft security update immediately to all affected systems
  • Prioritize patching internet-facing servers running IIS or other HTTP-based services
  • Implement network segmentation to limit exposure of vulnerable systems
  • Review and audit all systems running Windows 10 1809+, Windows 11, and Windows Server 2019/2022

Patch Information

Microsoft released security patches for CVE-2022-21907 as part of the January 2022 Patch Tuesday update cycle. Organizations should obtain and apply the appropriate patch for their Windows version through Windows Update, Windows Server Update Services (WSUS), or the Microsoft Security Update Guide. Given the critical nature and wormable potential of this vulnerability, immediate patching is strongly recommended for all affected systems.

Workarounds

  • Disable HTTP Trailer Support by setting the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters\EnableTrailerSupport to 0 (DWORD) and restarting the system
  • This workaround applies to Windows Server 2019 and Windows 10 version 1809, where the trailer support feature is not enabled by default but may have been manually configured
  • Note that this workaround may impact functionality if trailer support is required for specific applications
bash
# Registry modification to disable HTTP Trailer Support (Windows)
# Run in elevated PowerShell or Command Prompt
reg add "HKLM\System\CurrentControlSet\Services\HTTP\Parameters" /v EnableTrailerSupport /t REG_DWORD /d 0 /f
# Restart required for changes to take effect
shutdown /r /t 0

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 Probability91.89%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Microsoft CVE-2022-21907 Patch

  • Packet Storm Exploit Analysis

  • Microsoft Security Advisory CVE-2022-21907
  • 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
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