<?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>Privesc - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/privesc/</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>Tue, 01 Sep 2026 12:07:17 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/privesc/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>Detection of CMSTP App Paths Registry Modification</title><link>https://feed.craftedsignal.io/briefs/2026-09-cmstp-registry/</link><pubDate>Tue, 01 Sep 2026 12:07:17 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cmstp-registry/</guid><description>Adversaries leverage the Microsoft Connection Manager Profile Installer (CMSTP) via registry modifications to achieve arbitrary code execution or bypass User Account Control (UAC).</description><content:encoded><![CDATA[<p>Microsoft Connection Manager Profile Installer (CMSTP.exe) is a legitimate Windows binary designed to install Connection Manager service profiles. Threat actors frequently abuse this utility to execute arbitrary code or bypass UAC. The technique involves manipulating specific registry keys within the App Paths hive, which influences how the operating system handles execution requests or loads associated dynamic link libraries (DLLs). By modifying these registry paths, attackers can force CMSTP to load malicious DLLs or configuration files, facilitating execution in a higher-privileged context. This is a well-documented LOLBAS (Living Off the Land Binary and Script) technique that persists across modern Windows environments, requiring defenders to monitor registry modifications associated with CMSTP's configuration parameters.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target system where CMSTP.exe execution is permissible.</li>
<li>Attacker prepares a malicious DLL or configuration profile (INF file) to be loaded by CMSTP.</li>
<li>Attacker gains sufficient privileges to modify the Windows registry.</li>
<li>Attacker performs a write operation to the registry key HKLM or HKCU under Software\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe.</li>
<li>Attacker executes cmstp.exe via command line or automated script.</li>
<li>CMSTP.exe references the modified App Paths registry key.</li>
<li>CMSTP.exe loads the attacker-supplied DLL or INF file, bypassing security controls or executing arbitrary logic.</li>
<li>Final objective is achieved, such as privilege escalation, persistence, or payload execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful abuse of this technique allows an attacker to execute code with elevated privileges, bypassing standard UAC protections. This facilitates further post-exploitation activities, including credential dumping, lateral movement, or the deployment of ransomware within an organization.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Deploy the provided Sigma rule to monitor registry modifications targeting cmmgr32.exe App Paths.</li>
<li>Alert on any write operations to the registry path SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\cmmgr32.exe\ that are not associated with authorized system updates.</li>
<li>Utilize Sysmon or native Windows Registry auditing to capture the process ID responsible for the registry change, ensuring attribution back to the parent process.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>execution</category><category>persistence</category><category>privesc</category><category>lolbas</category></item></channel></rss>