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

Published: March 11, 2026

CVE-2020-1350 Overview

A remote code execution vulnerability exists in Windows Domain Name System (DNS) servers when they fail to properly handle requests. This critical vulnerability, commonly referred to as "SIGRed," allows unauthenticated attackers to execute arbitrary code in the context of the Local System Account on affected Windows DNS servers. The vulnerability is wormable, meaning it can spread automatically across vulnerable systems without user interaction.

Critical Impact

This vulnerability allows complete system compromise of Windows DNS servers with SYSTEM-level privileges, potentially enabling attackers to gain domain administrator access and spread laterally across enterprise networks.

Affected Products

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

Discovery Timeline

  • 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

CVE-2020-1350 is a remote code execution vulnerability in the Windows DNS Server component. The flaw exists in the way Windows DNS Server parses incoming DNS queries, specifically when handling DNS response records. When a Windows DNS server processes a specially crafted DNS response containing a SIG resource record with a signature longer than 64KB, an integer overflow occurs during memory allocation, leading to a heap-based buffer overflow condition.

The vulnerability is particularly severe because DNS servers are critical infrastructure components that are typically always running and listening for incoming requests. Additionally, the DNS service runs as SYSTEM, meaning successful exploitation grants attackers the highest level of privileges on the compromised server.

Root Cause

The root cause is an improper input validation error (CWE-20) in the Windows DNS Server's handling of DNS response data. Specifically, the vulnerability stems from insufficient bounds checking when parsing SIG (signature) resource records. When processing the signature field length, an integer overflow can occur, causing the server to allocate an insufficient buffer size. Subsequent write operations then overflow this buffer, corrupting adjacent heap memory structures.

Attack Vector

The attack can be executed remotely over the network without any authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Configuring a malicious DNS server under their control
  2. Crafting a DNS response containing a malformed SIG record with an oversized signature field
  3. Causing the target Windows DNS server to query the malicious server (through various DNS resolution chains)
  4. Triggering the buffer overflow when the target server processes the malicious response

The vulnerability can potentially be exploited through a web browser in certain scenarios, where malicious JavaScript causes DNS queries to attacker-controlled domains, making this a particularly dangerous attack vector.

Detection Methods for CVE-2020-1350

Indicators of Compromise

  • Unusual DNS traffic patterns, particularly large DNS response packets exceeding 65KB
  • DNS queries to suspicious or newly registered domains that could be attacker-controlled
  • Unexpected crashes or restarts of the DNS Server service (dns.exe)
  • Evidence of memory corruption in DNS server process dumps
  • Anomalous outbound connections from DNS servers to unfamiliar IP addresses

Detection Strategies

  • Monitor for DNS response packets with abnormally large SIG resource records
  • Implement network-based intrusion detection signatures for SIGRed exploitation attempts
  • Configure Windows Event Log monitoring for DNS Server service crashes and restarts
  • Deploy behavioral analysis to detect anomalous DNS query patterns
  • Use SentinelOne's Singularity Platform for real-time detection of exploitation attempts targeting the DNS service

Monitoring Recommendations

  • Enable verbose DNS server logging and forward logs to a SIEM solution
  • Implement network traffic analysis at network boundaries to detect malformed DNS responses
  • Monitor DNS server systems for unexpected process spawning from dns.exe
  • Establish baseline DNS traffic patterns to identify statistical anomalies
  • Deploy endpoint detection and response (EDR) solutions with exploit prevention capabilities

How to Mitigate CVE-2020-1350

Immediate Actions Required

  • Apply the Microsoft security update immediately on all affected Windows DNS servers
  • If patching is not immediately possible, implement the registry-based workaround to limit DNS response sizes
  • Segment DNS servers from other critical infrastructure where possible
  • Review and restrict which systems can make DNS queries to internal DNS servers
  • Enable enhanced monitoring and logging on all DNS server systems

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply the appropriate update for their Windows Server version from the Microsoft Security Advisory for CVE-2020-1350. Due to the wormable nature of this vulnerability, Microsoft has also released updates for Windows Server versions that have reached end of support.

This vulnerability is listed in the CISA Known Exploited Vulnerabilities Catalog, indicating it has been actively exploited in the wild. Organizations should prioritize patching accordingly.

Workarounds

  • Implement the registry-based workaround to restrict the maximum length of DNS message responses
  • This workaround limits DNS over TCP responses but may impact legitimate DNS operations in some environments
  • The workaround should be considered temporary until proper patches can be applied
  • DNS server restart is required after implementing the registry change
bash
# Registry-based workaround for CVE-2020-1350
# Run from elevated command prompt on affected DNS servers
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters" /v "TcpReceivePacketSize" /t REG_DWORD /d 0xFF00 /f

# Restart DNS service to apply the change
net stop DNS && net start DNS

# Note: This limits DNS TCP responses to 65280 bytes
# Remove the registry value and restart DNS after patching to restore full functionality

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 Security Exploit

  • CISA Known Exploited Vulnerability CVE-2020-1350
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1350
  • 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