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
    • 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-2024-49106

CVE-2024-49106: Windows Server 2016 RCE Vulnerability

CVE-2024-49106 is a remote code execution vulnerability in Windows Server 2016 Remote Desktop Services that enables attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2024-49106 Overview

CVE-2024-49106 is a remote code execution vulnerability affecting Windows Remote Desktop Services (RDS). This vulnerability allows unauthenticated attackers to execute arbitrary code on vulnerable Windows Server systems through network-based attacks targeting the Remote Desktop Services component.

Critical Impact

Successful exploitation could allow an attacker to gain complete control over affected Windows Server systems without requiring authentication, potentially compromising entire enterprise environments that rely on Remote Desktop Services.

Affected Products

  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • 2024-12-12 - CVE-2024-49106 published to NVD
  • 2025-01-08 - Last updated in NVD database

Technical Details for CVE-2024-49106

Vulnerability Analysis

This vulnerability stems from memory corruption issues within Windows Remote Desktop Services. The vulnerability is classified under CWE-416 (Use After Free) and CWE-362 (Race Condition), indicating that the flaw involves improper memory handling combined with concurrent execution timing issues.

The attack requires network access but does not require any user interaction or authentication. However, the attack complexity is considered high, meaning successful exploitation depends on specific conditions being met within the target environment. When exploited, an attacker can achieve full compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2024-49106 involves a use-after-free condition combined with a race condition in the Remote Desktop Services component. In use-after-free vulnerabilities, the application continues to reference memory after it has been freed, which can lead to arbitrary code execution if an attacker can control the freed memory region. The race condition aspect suggests that timing-dependent operations in the RDS protocol handling can be manipulated to trigger the vulnerable code path.

Attack Vector

The vulnerability is exploitable over the network, targeting systems with Remote Desktop Services enabled. An attacker would need to send specially crafted requests to the RDS service to trigger the race condition and subsequent use-after-free condition. While no authentication is required, the high attack complexity indicates that exploitation requires precise timing and specific environmental conditions to be successful.

The attack targets the Remote Desktop Protocol (RDP) service, which typically listens on TCP port 3389. Organizations exposing this port to untrusted networks face increased risk of exploitation attempts.

Detection Methods for CVE-2024-49106

Indicators of Compromise

  • Unusual crash events or unexpected restarts of the TermService (Remote Desktop Services) process
  • Anomalous memory access patterns or heap corruption signatures in Windows Event Logs related to RDS
  • Unexpected network connections or suspicious traffic patterns on TCP port 3389
  • Evidence of process injection or unauthorized code execution following RDP session initiation

Detection Strategies

  • Monitor Windows Event Logs for Application Error events (Event ID 1000) related to svchost.exe hosting the TermService
  • Implement network intrusion detection rules to identify malformed or suspicious RDP protocol traffic
  • Deploy endpoint detection and response (EDR) solutions to detect memory corruption exploitation attempts
  • Audit Remote Desktop Services connections for unusual patterns or unauthorized access attempts

Monitoring Recommendations

  • Enable enhanced logging for Remote Desktop Services and Terminal Services Gateway
  • Implement network-level monitoring for anomalous RDP traffic patterns and connection attempts
  • Configure SentinelOne behavioral AI to detect exploitation attempts targeting RDS memory corruption
  • Regularly review security event logs for signs of exploitation or reconnaissance activity

How to Mitigate CVE-2024-49106

Immediate Actions Required

  • Apply the latest Microsoft security updates for affected Windows Server versions immediately
  • Restrict Remote Desktop Services access to trusted networks using firewall rules or Network Security Groups
  • Enable Network Level Authentication (NLA) to add an additional layer of pre-authentication
  • Consider using a VPN or Azure AD Application Proxy for secure remote access instead of exposing RDP directly

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply the patches referenced in the Microsoft Security Advisory for CVE-2024-49106. The advisory contains specific KB article numbers and download links for each affected Windows Server version.

Ensure all Windows Server systems running Remote Desktop Services are updated, including:

  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2022 23H2
  • Windows Server 2025

Workarounds

  • Disable Remote Desktop Services if not required for business operations
  • Implement strict network segmentation to limit RDS access to authorized management networks only
  • Deploy Remote Desktop Gateway (RD Gateway) to add an additional security layer between clients and RD Session Hosts
  • Use Windows Defender Credential Guard and Remote Credential Guard to reduce credential exposure during RDP sessions
bash
# Configuration example - Restrict RDP access using Windows Firewall
# Allow RDP only from specific management subnet
netsh advfirewall firewall set rule group="Remote Desktop" new enable=yes remoteip=10.0.0.0/24

# Enable Network Level Authentication via registry
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication /t REG_DWORD /d 1 /f

# Verify NLA is enabled
reg query "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v UserAuthentication

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416

  • CWE-362
  • Vendor Resources
  • Microsoft CVE-2024-49106 Advisory
  • 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