<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:microsoft:web_deploy_4.0:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3amicrosoftweb_deploy_4.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sun, 06 Sep 2026 02:25:11 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3amicrosoftweb_deploy_4.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Remote Code Execution in Microsoft Web Deploy via CVE-2025-53772</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2025-53772/</link><pubDate>Sun, 06 Sep 2026 02:25:11 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2025-53772/</guid><description>An unauthenticated or low-privilege attacker can achieve remote code execution in Microsoft Web Deploy versions prior to 10.0.2001 by exploiting insecure deserialization of the 'MSDeploy.SyncOptions' HTTP header.</description><content:encoded><![CDATA[<p>Microsoft Web Deploy (msdeploy) versions prior to 10.0.2001 are vulnerable to remote code execution (RCE) due to insecure deserialization of untrusted data (CWE-502). The vulnerability resides in the processing of the 'MSDeploy.SyncOptions' HTTP header, which is passed to a .NET 'BinaryFormatter' for deserialization. By providing a specially crafted serialized object, an attacker can leverage a gadget chain to trigger arbitrary code execution under the context of the service account.</p>
<p>The vulnerability is exploitable via two primary endpoints: the Web Deploy Agent Service ('/MSDEPLOYAGENTSERVICE') on port 80 using NTLM authentication, and the WMSvc service ('/msdeploy.axd') on port 8172 using Basic authentication. Public proof-of-concept code is available, significantly increasing the risk of exploitation. Defenders should verify the version of 'msdeploy.exe' on their IIS servers and prioritize patching to 10.0.2001 or higher.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs reconnaissance to identify IIS servers exposing the Web Deploy Agent Service (port 80) or WMSvc (port 8172).</li>
<li>Attacker obtains or identifies low-privilege credentials valid for the targeted service authentication (NTLM or Basic).</li>
<li>Attacker crafts a serialized .NET payload designed to trigger a TypeConfuseDelegate gadget chain.</li>
<li>Attacker sends an HTTP POST request to the target endpoint, inserting the malicious payload into the 'MSDeploy.SyncOptions' header.</li>
<li>The target application's 'BinaryFormatter.Deserialize()' method processes the header, instantiating the malicious object graph.</li>
<li>The gadget chain execution causes the application process to invoke 'Process.Start' to run arbitrary system commands (e.g., 'cmd.exe').</li>
<li>Attacker achieves remote code execution, typically resulting in the creation of persistence mechanisms or the execution of further payloads.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to execute arbitrary code on the server, potentially leading to full system compromise. Given the service's role in deployment and administration, this can facilitate lateral movement, exfiltration of application data, or the deployment of ransomware. The vulnerability has a CVSS 8.8 score and is actively being targeted with public exploit code.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch Microsoft Web Deploy to version 10.0.2001 or later immediately across all IIS environments.</li>
<li>Disable the Web Deploy Agent Service and WMSvc if they are not strictly required for business operations.</li>
<li>Apply the detection rules below to identify exploitation attempts targeting the 'MSDeploy.SyncOptions' header.</li>
<li>Restrict network access to port 80/8172 endpoints via firewalls to only authorized management subnets.</li>
<li>Monitor logs for unusual 'cmd.exe' or 'powershell.exe' process spawns originating from the 'msdeploy.exe' process or related IIS worker processes.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>deserialization</category><category>cve-2025-53772</category><category>iis</category><category>web-deploy</category></item></channel></rss>