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-35748

CVE-2022-35748: Windows Server 2012 DOS Vulnerability

CVE-2022-35748 is a denial of service vulnerability in HTTP.sys affecting Microsoft Windows Server 2012 that allows attackers to disrupt system availability. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-35748 Overview

CVE-2022-35748 is a Denial of Service vulnerability affecting HTTP.sys, a kernel-mode driver that handles HTTP protocol processing in Microsoft Windows Server operating systems. This vulnerability allows remote attackers to cause service disruption without requiring authentication or user interaction, making it particularly dangerous for internet-facing Windows Server deployments.

Critical Impact

Unauthenticated remote attackers can trigger a denial of service condition against Windows Server systems running HTTP.sys, potentially disrupting critical web services and applications.

Affected Products

  • Microsoft Windows Server 2012
  • Microsoft Windows Server 2012 R2
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 20H2

Discovery Timeline

  • 2023-05-31 - CVE-2022-35748 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-35748

Vulnerability Analysis

HTTP.sys is a fundamental kernel-mode driver in Windows that provides HTTP protocol stack functionality for the operating system. Applications such as Internet Information Services (IIS), Windows Remote Management (WinRM), and various web services rely on HTTP.sys for processing HTTP requests.

The vulnerability exists in how HTTP.sys handles certain malformed or specially crafted HTTP requests. When exploited, this flaw can cause the HTTP.sys driver to enter an unrecoverable state, leading to service disruption. Since HTTP.sys operates at the kernel level, exploitation can affect all applications and services that depend on it for HTTP processing.

The attack can be executed remotely over the network without requiring any privileges or user interaction, significantly lowering the barrier to exploitation. Organizations running Windows Server with HTTP-based services exposed to the internet are at heightened risk.

Root Cause

The root cause of this vulnerability relates to improper handling of specific HTTP request patterns within the HTTP.sys kernel-mode driver. When the driver encounters these malformed requests, it fails to properly validate or handle the input, resulting in a denial of service condition.

Attack Vector

The attack is network-based and can be launched remotely against any Windows Server system with HTTP.sys listening for connections. An attacker would craft and send malicious HTTP requests to the target server's HTTP endpoint. The attack requires no authentication and no user interaction, allowing for potential automation and large-scale exploitation.

The network-based nature of this attack combined with no prerequisites makes it highly exploitable. Organizations should note that this vulnerability has an EPSS probability of 47.414% and ranks at the 97.6th percentile, indicating a high likelihood of exploitation in the wild.

Detection Methods for CVE-2022-35748

Indicators of Compromise

  • Unexpected HTTP.sys service crashes or restarts on Windows Server systems
  • Unusual patterns of malformed HTTP requests in IIS or HTTP.sys logs
  • Service availability alerts for web applications relying on HTTP.sys
  • Kernel-level error events in Windows Event Viewer related to HTTP.sys

Detection Strategies

  • Monitor Windows Event Logs for HTTP.sys-related errors and crashes (Event IDs in the HTTP Service category)
  • Implement network intrusion detection rules to identify malformed HTTP request patterns targeting Windows servers
  • Deploy endpoint detection and response (EDR) solutions to monitor for anomalous kernel-mode driver behavior
  • Configure web application firewalls (WAF) to detect and block suspicious HTTP request patterns

Monitoring Recommendations

  • Enable enhanced logging for HTTP.sys and IIS to capture detailed request information
  • Set up alerting for HTTP service availability degradation or unexpected restarts
  • Monitor network traffic patterns for unusual HTTP request volumes or characteristics targeting Windows servers
  • Implement baseline monitoring for HTTP.sys performance metrics to detect anomalies

How to Mitigate CVE-2022-35748

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2022-35748 immediately on all affected Windows Server systems
  • Review network perimeter controls to limit exposure of HTTP services to trusted networks where possible
  • Ensure web application firewalls are configured with up-to-date rule sets
  • Prioritize patching for internet-facing servers running IIS or other HTTP.sys-dependent services

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Response Center advisory for CVE-2022-35748 for specific patch versions and deployment guidance. Apply the appropriate security update based on your Windows Server version through Windows Update, WSUS, or Microsoft Update Catalog.

Workarounds

  • Implement network segmentation to limit exposure of vulnerable HTTP services
  • Configure firewall rules to restrict HTTP/HTTPS access to only necessary source IP ranges
  • Deploy a reverse proxy or load balancer in front of vulnerable servers to provide an additional layer of protection
  • Consider temporarily disabling non-essential HTTP-based services until patches can be applied
bash
# Windows Firewall configuration to restrict HTTP access
# Run in elevated PowerShell

# Create inbound rule to allow HTTP only from trusted network
New-NetFirewallRule -DisplayName "Restrict HTTP Access" `
    -Direction Inbound `
    -Protocol TCP `
    -LocalPort 80,443 `
    -RemoteAddress "10.0.0.0/8","192.168.0.0/16" `
    -Action Allow

# Block HTTP from all other sources
New-NetFirewallRule -DisplayName "Block External HTTP" `
    -Direction Inbound `
    -Protocol TCP `
    -LocalPort 80,443 `
    -Action Block

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability47.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2022-35748 Advisory
  • Related CVEs
  • CVE-2026-2636: Windows CLFS.sys Driver DoS Vulnerability

  • CVE-2026-21243: Windows Server 2019 LDAP DOS Vulnerability

  • CVE-2026-20846: Windows 10 1607 GDI+ DoS Vulnerability

  • CVE-2026-21525: Windows 10 1607 DOS 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