<?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/"><channel><title>Cpe:2.3:a:vmware:cloud_foundation_operations:9.0:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3avmwarecloud_foundation_operations9.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>Mon, 20 Jul 2026 12:40:48 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3avmwarecloud_foundation_operations9.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>Potential CVE-2025-41244 vmtoolsd Local Privilege Escalation Attempt</title><link>https://feed.craftedsignal.io/briefs/2026-07-vmware-lpe-cve-2025-41244/</link><pubDate>Mon, 20 Jul 2026 12:40:48 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-vmware-lpe-cve-2025-41244/</guid><description>Attackers can exploit CVE-2025-41244, a local privilege escalation vulnerability in VMware Tools' `vmtoolsd` service and its `get-versions.sh` script on Linux, by manipulating the `PATH` environment variable to execute malicious binaries with elevated privileges when the service attempts to retrieve version information, potentially leading to a root shell.</description><content:encoded><![CDATA[<p>CVE-2025-41244 is a local privilege escalation (LPE) vulnerability affecting VMware Tools (<code>vmtoolsd</code> service and its <code>get-versions.sh</code> script) on Linux guest operating systems. The vulnerability stems from <code>vmtoolsd</code>'s behavior of executing external utilities (like <code>lsb_release</code> or <code>rpm</code>) to determine version strings. A local attacker can exploit this by placing a malicious executable with the same name as a legitimate version utility (e.g., <code>lsb_release</code>) in a writable location such as <code>/tmp</code> and then manipulating the <code>PATH</code> environment variable. When <code>vmtoolsd</code> or <code>get-versions.sh</code> is triggered, it will invoke the attacker's malicious binary with elevated privileges (often root), enabling the attacker to gain full control over the compromised virtual machine. This poses a significant risk to Linux-based VMware environments, allowing a low-privileged user to escalate to root.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains initial access to a Linux virtual machine as a low-privileged user.</li>
<li>The attacker identifies a world-writable directory on the system, such as <code>/tmp</code>, <code>/var/tmp</code>, or <code>/dev/shm</code>.</li>
<li>A malicious binary is crafted, designed to mimic a legitimate version-checking utility (e.g., <code>lsb_release</code>, <code>rpm</code>, <code>dpkg</code>) and is placed into the identified writable directory.</li>
<li>The attacker modifies the <code>PATH</code> environment variable to prepend the writable directory containing the malicious binary, ensuring it takes precedence over the legitimate system binaries.</li>
<li>The attacker then triggers the <code>vmtoolsd</code> service or the <code>get-versions.sh</code> script to perform its routine version information retrieval.</li>
<li>Due to the <code>PATH</code> manipulation, <code>vmtoolsd</code> or <code>get-versions.sh</code> executes the malicious binary from the writable directory instead of the legitimate system utility.</li>
<li>As <code>vmtoolsd</code> runs with elevated privileges, the malicious binary is executed with the same high privileges, allowing the attacker to perform arbitrary actions, such as spawning a root shell or creating a new privileged user.</li>
<li>The attacker achieves full local root privileges on the compromised Linux virtual machine.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-41244 allows a low-privileged local user to escalate their privileges to root on the affected Linux virtual machine. This grants the attacker complete control over the guest operating system, enabling them to install arbitrary software, modify system configurations, access sensitive data, create new privileged accounts, or establish persistence mechanisms by modifying critical system files like <code>/etc/sudoers</code> or <code>/etc/passwd</code>. The direct consequence is a severe compromise of the virtual machine's integrity and confidentiality, with potential cascading effects on other systems or data within the organization's infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the provided Sigma rule to your SIEM to detect potential exploitation attempts involving <code>vmtoolsd</code> or <code>get-versions.sh</code> spawning unusual child processes.</li>
<li>Isolate any affected VM immediately if the Sigma rule triggers, stop the <code>vmtoolsd</code> service, and terminate any spawned child processes.</li>
<li>Remove any counterfeit or hijacked utilities and symlinks from writable locations like <code>/tmp</code>, <code>/var/tmp</code>, <code>/dev/shm</code>, or user home directories as indicated in the &quot;Investigating Deprecated - Potential CVE-2025-41244 vmtoolsd LPE Exploitation Attempt&quot; section of the brief.</li>
<li>Harden Linux hosts by enforcing a safe <code>PATH</code> environment variable that only includes trusted system directories and by mounting <code>/tmp</code>, <code>/var/tmp</code>, <code>/dev/shm</code> with <code>noexec</code>, <code>nosuid</code>, and <code>nodev</code> options.</li>
<li>Apply the vendor fix for CVE-2025-41244 across all Linux VMs once it becomes available, and ensure <code>open-vm-tools</code> service discovery scripts use absolute paths.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>privilege-escalation</category><category>vmware</category><category>linux</category><category>vulnerability</category></item></channel></rss>