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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2020-0645

CVE-2020-0645: Microsoft IIS Server Tampering Vulnerability

CVE-2020-0645 is a tampering vulnerability in Microsoft IIS Server caused by improper handling of malformed request headers. This article covers the technical details, affected systems, and remediation steps.

Updated: May 16, 2026

CVE-2020-0645 Overview

CVE-2020-0645 is a tampering vulnerability in Microsoft Internet Information Services (IIS) Server. The flaw exists because IIS improperly handles malformed HTTP request headers. Attackers can exploit this issue remotely over the network without authentication or user interaction. Successful exploitation allows an adversary to tamper with data processed by the IIS server, compromising integrity.

The vulnerability affects multiple Windows desktop and server platforms, including Windows 10, Windows 7, Windows 8.1, Windows RT 8.1, and Windows Server editions from 2008 through 2019. Microsoft released a security update addressing the issue in March 2020.

Critical Impact

Remote, unauthenticated attackers can send malformed HTTP headers to IIS and tamper with server-handled data, undermining the integrity of web-facing workloads.

Affected Products

  • Microsoft Windows 10 (versions 1607, 1709, 1803, 1809, 1903, 1909) and Windows 7 SP1
  • Microsoft Windows 8.1 and Windows RT 8.1
  • Microsoft Windows Server 2008 SP1/R2, Server 2012/R2, Server 2016, and Server 2019

Discovery Timeline

  • 2020-03-12 - CVE-2020-0645 published to the National Vulnerability Database
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-0645

Vulnerability Analysis

The vulnerability resides in how Microsoft IIS parses HTTP request headers. When the server receives malformed headers, it fails to validate and sanitize the input correctly. This parsing weakness allows an attacker to influence how IIS processes the request, leading to data tampering on the server side.

The issue is exploitable across the network with low attack complexity. No privileges or user interaction are required, which makes any internet-facing IIS instance reachable to anonymous attackers a candidate for exploitation. The impact is limited to integrity; confidentiality and availability are not directly affected.

The EPSS probability for this CVE is 9.48%, placing it in the 92nd percentile of likelihood of exploitation activity. While no public proof-of-concept is currently catalogued, the network-facing nature of IIS keeps the attack surface broad.

Root Cause

The root cause is improper input handling in the IIS request-processing pipeline. IIS does not correctly reject or normalize malformed HTTP headers before they influence downstream processing logic. The CWE assignment is NVD-CWE-noinfo, indicating Microsoft did not publish detailed weakness metadata.

Attack Vector

An attacker crafts an HTTP request containing malformed headers and sends it directly to a vulnerable IIS server. Because parsing occurs before authentication, no credentials are required. The malformed input causes IIS to mishandle the request, enabling tampering with how the server interprets or forwards data. This can affect application logic, cached responses, or downstream components that trust IIS-parsed metadata.

No verified public exploit code is available. The vulnerability mechanism is documented in the Microsoft Security Advisory CVE-2020-0645.

Detection Methods for CVE-2020-0645

Indicators of Compromise

  • HTTP requests containing malformed, oversized, or non-RFC-compliant header values directed at IIS endpoints
  • Unexpected entries in IIS logs (%SystemDrive%\inetpub\logs\LogFiles) showing unusual header parsing errors or anomalous sc-status codes
  • HTTP response anomalies such as unexpected content-length mismatches or cached responses inconsistent with origin content

Detection Strategies

  • Inspect inbound HTTP traffic with a web application firewall configured to flag malformed header syntax, duplicate headers, and non-standard CRLF sequences
  • Correlate IIS access logs with application logs to identify integrity mismatches between requested and served resources
  • Deploy signature-based intrusion detection rules targeting HTTP request smuggling and header tampering patterns against IIS hosts

Monitoring Recommendations

  • Enable Failed Request Tracing in IIS to capture header parsing failures and unusual request lifecycles
  • Forward IIS logs and Windows Event Logs to a centralized analytics platform for behavioral baselining
  • Monitor for spikes in 400-series HTTP responses originating from a small set of external IPs, indicating header fuzzing

How to Mitigate CVE-2020-0645

Immediate Actions Required

  • Apply the Microsoft security update referenced in the MSRC advisory for CVE-2020-0645 to all affected Windows and Windows Server systems
  • Inventory all internet-exposed IIS instances and prioritize patching for public-facing servers first
  • Restrict inbound access to IIS management endpoints using firewall rules and network segmentation

Patch Information

Microsoft addressed CVE-2020-0645 in the March 2020 Patch Tuesday release. Administrators should install the cumulative update appropriate for their Windows or Windows Server version. Refer to the Microsoft Security Advisory CVE-2020-0645 for KB article references and download links.

Workarounds

  • Deploy a web application firewall in front of IIS to reject HTTP requests with malformed or non-compliant headers
  • Configure IIS request filtering to enforce strict header length limits via <requestLimits> in applicationHost.config
  • Place IIS servers behind a reverse proxy that normalizes HTTP requests before forwarding them to the origin
bash
# Configuration example: enforce header limits in IIS via appcmd
appcmd set config /section:requestFiltering /requestLimits.maxAllowedContentLength:30000000
appcmd set config /section:requestFiltering /requestLimits.maxUrl:4096
appcmd set config /section:requestFiltering /requestLimits.maxQueryString:2048

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicrosoft

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability9.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-0645
  • Related CVEs
  • CVE-2026-32209: Windows 10 1607 Auth Bypass Vulnerability

  • CVE-2026-32178: .NET Auth Bypass Vulnerability

  • CVE-2021-43890: Microsoft App Installer Spoofing Bypass

  • CVE-2024-20671: Windows Defender Auth Bypass 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