{"id":3756,"date":"2025-05-06T10:03:27","date_gmt":"2025-05-06T10:03:27","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2025\/05\/06\/udp-vulnerability-in-windows-deployment-services-allows-0-click-system-crashes\/"},"modified":"2025-05-06T10:03:27","modified_gmt":"2025-05-06T10:03:27","slug":"udp-vulnerability-in-windows-deployment-services-allows-0-click-system-crashes","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2025\/05\/06\/udp-vulnerability-in-windows-deployment-services-allows-0-click-system-crashes\/","title":{"rendered":"UDP Vulnerability in Windows Deployment Services Allows 0-Click System Crashes"},"content":{"rendered":"<p>    UDP Vulnerability in Windows Deployment Services Allows 0-Click System Crashes<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p>A newly discovered vulnerability in Microsoft\u2019s Windows Deployment Services (WDS) allows attackers to remotely <a href=\"https:\/\/cybersecuritynews.com\/openvpn-vulnerability-let-attackers-crash-servers\/\" target=\"_blank\" rel=\"noreferrer noopener\">crash servers<\/a> with zero user interaction or authentication.\u00a0<\/p>\n<p>The flaw, which targets the UDP-based TFTP service at the WDS, could allow even low-skilled attackers to paralyze enterprise OS deployment infrastructure in minutes.\u00a0<\/p>\n<p>Notably, the attack leverages unauthenticated, spoofed network traffic, making it both stealthy and difficult to defend against with traditional security controls.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Zero-Click WDS TFTP Vulnerability<\/strong><\/h2>\n<p>The flaw, which requires no authentication or user interaction (0-click), allows attackers to remotely exhaust system memory by exploiting a design weakness in how WDS handles UDP-based TFTP sessions on port 69.<\/p>\n<p>\u201cThe core issue is that EndpointSessionMapEntry imposes no limit on the number of sessions. Consequently, an attacker can forge fake client IP addresses and port numbers, repeatedly creating new sessions until system resources are exhausted,\u201d Security researcher <a href=\"https:\/\/sites.google.com\/site\/zhiniangpeng\/blogs\/WDS-DoS\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Zhiniang Peng explains<\/a> in his published analysis.<\/p>\n<p>The vulnerability stems from the WDS TFTP service, which creates a CTftpSession object each time a connection request is received.\u00a0<\/p>\n<p>The function wdstftp!CClientContext::OnConnectionRequest manages this process, as shown in this code snippet:<\/p>\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/lh7-rt.googleusercontent.com\/docsz\/AD_4nXeXJB8WZ_f4m39r3owwzfZpaHsWMO6e-L9pxrx1LLVZlJ0oGTgkEtZ5lkkV1wmURPeUq1XyeCLGzhWpsQ2h6CNLfjjqylWa9fBMOV5Of-GD-cdLjXbDT11v4IAT2TSX21ycnpPlFg?key=8TQuSg1XNHAaT6P5wkXMlA\" alt=\"\"><\/figure>\n<\/div>\n<p>Since UDP servers cannot verify packet sources, attackers can spoof packets with randomized source addresses and ports, forcing the server to allocate excessive session objects in memory without limitation.<\/p>\n<h2 class=\"wp-block-heading\"><strong>Proof of Concept\u00a0<\/strong><\/h2>\n<p>In a test environment running Windows Server Insider Preview with 8GB of RAM, Peng demonstrated that by continuously sending spoofed UDP packets to port 69, memory consumption rapidly increased to 15GB within just 7 minutes, causing the entire system to crash.<\/p>\n<p>The attack technique is surprisingly simple to implement, requiring only basic scripting on a <a href=\"https:\/\/cybersecuritynews.com\/chinese-hackers-using-new-brickstorm-malware\/\" target=\"_blank\" rel=\"noreferrer noopener\">Linux machine<\/a> to generate the spoofed packets.\u00a0<\/p>\n<p>While Peng only published pseudocode to prevent abuse, he noted that \u201cmultithreading could significantly accelerate the attack.\u201d<\/p>\n<p>This vulnerability poses a significant threat to organizations that rely on WDS for network-based OS deployment, as it allows attackers to completely disrupt PXE boot services across an enterprise without requiring any authentication or privileged access.<\/p>\n<p>Windows Deployment Services is widely used in corporate networks, data centers, and educational institutions for streamlined OS deployments, making this vulnerability particularly concerning for IT administrators.<\/p>\n<p>Despite Microsoft\u2019s decision not to issue a patch, Peng argues that \u201cit remains an important <a href=\"https:\/\/cybersecuritynews.com\/microsofts-symlink-patch-dos-vulnerability\/\" target=\"_blank\" rel=\"noreferrer noopener\">DoS vulnerability<\/a>\u201d that can \u201ccrash an entire PXE network in your corporation, paralyzing enterprise deployment systems remotely.\u201d<\/p>\n<p>This vulnerability follows previous WDS-related flaws, including a remote code execution vulnerability (CVE-2019-0603) that was patched in March 2019.<\/p>\n<p>At present, there appears to be no effective mitigation strategy for organizations using Windows Deployment Services other than considering alternative deployment solutions or implementing strict network filtering to limit access to port 69.<\/p>\n<p class=\"has-text-align-center has-background\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 91%,rgb(169,184,195) 100%)\"><strong>Vulnerability Attack Simulation on How Hackers Rapidly Probe Websites for Entry Points \u2013 <a href=\"https:\/\/webinars.indusface.com\/15-minute-vulnerability-attack-simulation-insights-to-fortify-edge\/register?utm_source=gbhackers-blog-cta&amp;utm_campaign=2025-may-webinar-vulnerability&amp;utm_medium=referral\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Free Webinar<\/a><\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/windows-deployment-services-vulnerability\/\">UDP Vulnerability in Windows Deployment Services Allows 0-Click System Crashes<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Kaaviya<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/windows-deployment-services-vulnerability\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>UDP Vulnerability in Windows Deployment Services Allows 0-Click System Crashes A newly discovered vulnerability in Microsoft\u2019s Windows Deployment Services (WDS) allows attackers to remotely crash servers with zero user interaction or authentication.\u00a0 The flaw, which targets the UDP-based TFTP service at the WDS, could allow even low-skilled attackers to paralyze enterprise OS deployment infrastructure in [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,131,395,1228],"tags":[130],"class_list":["post-3756","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-vulnerability","category-windows","category-zero-click","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/3756"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=3756"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/3756\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=3756"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=3756"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=3756"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}