A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-1350

CVE-2020-1350: Windows Server 2008 DNS RCE Vulnerability

CVE-2020-1350 is a remote code execution vulnerability in Windows DNS Server that occurs when servers fail to properly handle requests. This article covers the technical details, affected versions, and mitigation.

Updated: May 16, 2026

CVE-2020-1350 Overview

CVE-2020-1350, known publicly as SIGRed, is a wormable remote code execution vulnerability in Windows Domain Name System (DNS) Server. The flaw exists in how the dns.exe service parses inbound DNS responses, allowing an unauthenticated attacker to trigger a heap-based memory corruption over the network. Because Windows DNS Server typically runs on Domain Controllers with SYSTEM privileges, successful exploitation grants full control of core Active Directory infrastructure. Microsoft published the advisory on July 14, 2020, and CISA added the issue to the Known Exploited Vulnerabilities catalog. The vulnerability affects every supported Windows Server release from 2008 through 2019.

Critical Impact

Unauthenticated network attackers can achieve SYSTEM-level remote code execution on Windows DNS Servers, including Domain Controllers, and the flaw is wormable between affected hosts.

Affected Products

  • Microsoft Windows Server 2008 SP2 and Windows Server 2008 R2 SP1
  • Microsoft Windows Server 2012 and Windows Server 2012 R2
  • Microsoft Windows Server 2016 and Windows Server 2019

Discovery Timeline

  • 2020-07-14 - Microsoft releases security patch for CVE-2020-1350
  • 2020-07-14 - CVE-2020-1350 published to NVD
  • 2025-12-18 - Last updated in NVD database

Technical Details for CVE-2020-1350

Vulnerability Analysis

The vulnerability resides in the Windows DNS Server service (dns.exe) and is triggered when the server processes a DNS response containing a SIG resource record. The DNS server acts as a client when it performs recursive resolution, so an attacker who can cause a target server to query an attacker-controlled domain can return a malformed response. A specially crafted SIG record with an oversized signature field causes an integer overflow during length calculation, which leads to a heap-based buffer overflow when the data is copied into a fixed buffer. CISA classifies the flaw under [CWE-20: Improper Input Validation]. Microsoft considers the bug wormable because compromised DNS servers can be used to send malicious responses to other DNS servers, propagating code execution without user interaction.

Root Cause

The root cause is improper validation of the length of DNS signature data received over TCP. DNS responses larger than 65,535 bytes are handled in a way that allows the size value to wrap, producing a smaller allocation than the data ultimately copied. The mismatch corrupts adjacent heap structures inside the dns.exe process.

Attack Vector

An attacker registers or controls a domain and configures its authoritative name server to return crafted responses. The attacker then induces a query toward that domain from the victim DNS server, for example by sending an email that triggers a SPF or MX lookup, or by browsing a page that references the domain. The malicious response is returned over TCP and processed by dns.exe, leading to memory corruption and code execution in the security context of LocalSystem. Refer to the Microsoft Security Advisory CVE-2020-1350 and the Packet Storm Exploit Analysis for additional technical detail.

Detection Methods for CVE-2020-1350

Indicators of Compromise

  • Unexpected crashes or restarts of the DNS service (dns.exe) recorded as Windows Error Reporting events or Service Control Manager event ID 7031 / 7034.
  • Inbound DNS responses over TCP carrying SIG (type 24) records with abnormally large RDATA fields exceeding 64 KB.
  • DNS servers initiating recursive queries to newly registered or low-reputation external domains shortly before a service fault.
  • Child processes spawned by dns.exe, especially command interpreters such as cmd.exe or powershell.exe, which should never occur during normal operation.

Detection Strategies

  • Inspect TCP DNS traffic for responses larger than 65,535 bytes and for SIG records with malformed length fields using IDS signatures distributed for SIGRed.
  • Hunt for process lineage anomalies where dns.exe is the parent of any non-DNS binary, indicating successful exploitation.
  • Correlate DNS service crashes with preceding outbound recursive queries to identify attempted exploitation that failed to gain code execution.

Monitoring Recommendations

  • Enable DNS diagnostic logging and forward Microsoft-Windows-DNSServer/Analytical events to a central SIEM for retention and analysis.
  • Monitor Domain Controllers and DNS servers for memory corruption indicators using endpoint behavioral telemetry rather than signature-based scanning alone.
  • Track changes to the TcpReceivePacketSize registry value under HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters, which is used in the official workaround and should not be altered unexpectedly.

How to Mitigate CVE-2020-1350

Immediate Actions Required

  • Apply the July 2020 Microsoft security update for every Windows Server running the DNS Server role, prioritizing Domain Controllers.
  • If patching must be delayed, implement the registry workaround that caps the maximum allowed inbound TCP DNS packet size and restart the DNS service.
  • Restrict outbound DNS recursion from server-class systems that do not require it, and place internet-facing resolvers behind filtering proxies.
  • Audit all Windows Servers for the DNS Server role using Get-WindowsFeature DNS to ensure no unpatched instance is overlooked.

Patch Information

Microsoft released cumulative and security-only updates for CVE-2020-1350 on July 14, 2020, covering Windows Server 2008 SP2, 2008 R2 SP1, 2012, 2012 R2, 2016, and 2019. Full update identifiers and download links are listed in the Microsoft Security Advisory CVE-2020-1350. Because the vulnerability is in the CISA Known Exploited Vulnerabilities catalog, federal agencies are required to remediate within the published timeline.

Workarounds

  • Set the registry value HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters\TcpReceivePacketSize to 0xFF00 (DWORD) to reject DNS responses large enough to trigger the overflow.
  • Restart the DNS service after applying the workaround so that the new packet size limit takes effect.
  • Remove the DNS Server role from systems that do not require it to reduce the attack surface until full patching is complete.
bash
# Configuration example - SIGRed registry workaround
reg add "HKLM\SYSTEM\CurrentControlSet\Services\DNS\Parameters" /v TcpReceivePacketSize /t REG_DWORD /d 0xFF00 /f
net stop DNS
net start DNS

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 Score10.0

  • EPSS Probability93.81%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-noinfo

  • CWE-20
  • Technical References
  • Packet Storm Exploit Analysis

  • CISA Known Exploited Vulnerabilities CVE-2020-1350
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1350
  • Related CVEs
  • CVE-2026-33414: Podman HyperV Backend RCE Vulnerability

  • CVE-2026-33826: Windows Active Directory RCE Vulnerability

  • CVE-2026-32183: Windows Snipping Tool RCE Vulnerability

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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