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-2024-38073

CVE-2024-38073: Windows Server 2008 DOS Vulnerability

CVE-2024-38073 is a denial of service vulnerability in Microsoft Windows Server 2008 Remote Desktop Licensing Service that allows attackers to disrupt service availability. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: June 2, 2026

CVE-2024-38073 Overview

CVE-2024-38073 is a denial of service vulnerability in the Windows Remote Desktop Licensing Service. The flaw affects multiple Microsoft Windows Server versions, from Windows Server 2008 through Windows Server 2022 23H2. An unauthenticated remote attacker can send crafted network traffic to the licensing service and disrupt its availability. The vulnerability is categorized under [CWE-125] (Out-of-Bounds Read), indicating that the service reads memory outside the bounds of a buffer when processing attacker-supplied input. Microsoft addressed the issue in the July 2024 Patch Tuesday release.

Critical Impact

An unauthenticated, network-based attacker can crash the Remote Desktop Licensing Service, preventing Remote Desktop Services clients from obtaining or renewing licenses across affected Windows Server hosts.

Affected Products

  • Microsoft Windows Server 2008 (SP2 x86/x64) and Windows Server 2008 R2 SP1
  • Microsoft Windows Server 2012 and 2012 R2
  • Microsoft Windows Server 2016, 2019, 2022, and 2022 23H2

Discovery Timeline

  • 2024-07-09 - Microsoft publishes the security update for CVE-2024-38073
  • 2024-07-09 - CVE-2024-38073 published to the National Vulnerability Database
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-38073

Vulnerability Analysis

The vulnerability resides in the Remote Desktop Licensing Service, a component that issues and tracks Remote Desktop Services client access licenses (RDS CALs). The service listens on the network and processes license-related requests from RDS session hosts and clients. CWE-125 classification indicates the service performs an out-of-bounds read while parsing a malformed request. The flaw permits an attacker on the network to trigger the read without authentication or user interaction. Successful exploitation halts license issuance and renewal, blocking new RDS sessions on environments that depend on per-user or per-device licensing.

Root Cause

The root cause is an out-of-bounds read [CWE-125] in the parsing logic of the Remote Desktop Licensing Service. The service does not adequately validate the size or structure of attacker-controlled fields before indexing into a memory buffer. Reading past the allocated bounds returns invalid data or triggers an access violation, terminating the service process.

Attack Vector

The attack vector is network-based with low complexity and no privileges required. An attacker sends a malformed licensing protocol request to a server exposing the Remote Desktop Licensing role, typically over TCP. Because no authentication is needed, the service can be attacked directly from any host that can reach the licensing listener. Microsoft's advisory does not describe code execution as a consequence — impact is limited to availability of the licensing service. See the Microsoft Security Update Guide for CVE-2024-38073 for vendor-specific technical detail.

No verified proof-of-concept exploit code is publicly available for this vulnerability. The exploitation mechanism involves transmitting a malformed licensing request that drives the service into reading attacker-influenced offsets outside an allocated buffer, terminating the lserver.dll-hosted service.

Detection Methods for CVE-2024-38073

Indicators of Compromise

  • Unexpected termination or repeated restarts of the Remote Desktop Licensing Service (TermServLicensing) on affected Windows Server hosts.
  • Windows Event Log entries showing service crashes referencing lserver.dll or faulting modules associated with RDS licensing.
  • RDS session hosts reporting failure to obtain or renew client access licenses after a burst of inbound traffic to the licensing server.
  • Anomalous inbound TCP connections to the RDS licensing port from untrusted network segments.

Detection Strategies

  • Monitor Windows Service Control Manager events (Event IDs 7031, 7034) for crashes of TermServLicensing.
  • Alert on Windows Error Reporting and application crash events naming the licensing service binaries.
  • Correlate inbound network flows to licensing hosts with subsequent service-stop events to identify external trigger sources.

Monitoring Recommendations

  • Inventory all servers carrying the Remote Desktop Licensing role and ensure they report to centralized logging.
  • Track patch state of windows_server_* hosts against Microsoft's July 2024 cumulative updates.
  • Baseline normal traffic volumes to the RDS licensing service so that anomalous spikes are surfaced promptly.

How to Mitigate CVE-2024-38073

Immediate Actions Required

  • Apply the Microsoft July 2024 security updates to every affected Windows Server host that carries the Remote Desktop Licensing role.
  • Restrict network access to the licensing service so only authorized RDS session hosts can reach it.
  • Audit perimeter firewalls to confirm RDS licensing ports are not reachable from the internet.

Patch Information

Microsoft released fixes for CVE-2024-38073 in the July 9, 2024 security update cycle. Patch availability and KB article numbers for each affected Windows Server version are listed in the Microsoft Security Update Guide. Administrators should apply the cumulative update corresponding to their server build and reboot to complete installation.

Workarounds

  • If patching must be delayed, block inbound traffic to the Remote Desktop Licensing Service at the network firewall and Windows Defender Firewall, allowing only known RDS session hosts.
  • Stop and disable the Remote Desktop Licensing role on servers that do not require it; consolidate licensing to a small number of hardened hosts.
  • Segment licensing servers into a dedicated management VLAN with strict access control lists.
bash
# Restrict inbound access to the Remote Desktop Licensing Service
# Replace <RDS_HOST_IPs> with the addresses of authorized RDS session hosts
New-NetFirewallRule -DisplayName "Restrict RDS Licensing - Allow Known Hosts" `
  -Direction Inbound -Action Allow -Protocol TCP `
  -Service TermServLicensing -RemoteAddress <RDS_HOST_IPs>

New-NetFirewallRule -DisplayName "Restrict RDS Licensing - Block Others" `
  -Direction Inbound -Action Block -Protocol TCP `
  -Service TermServLicensing -RemoteAddress Any

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 Probability6.45%

  • 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
  • CWE-125

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2024-38073
  • Related CVEs
  • CVE-2026-40401: Windows 10 1607 DOS Vulnerability

  • CVE-2026-40405: Windows 11 24h2 DOS Vulnerability

  • CVE-2026-40413: Windows 10 1607 DOS Vulnerability

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