<?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:opentelemetry:opentelemetry_resources_host:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aopentelemetryopentelemetry_resources_host/</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>Wed, 16 Sep 2026 19:07:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aopentelemetryopentelemetry_resources_host/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>Untrusted Search Path Vulnerability in OpenTelemetry.Resources.Host on macOS</title><link>https://feed.craftedsignal.io/briefs/2026-09-opentelemetry-host-path-hijack/</link><pubDate>Wed, 16 Sep 2026 19:07:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-opentelemetry-host-path-hijack/</guid><description>The OpenTelemetry.Resources.Host NuGet package is vulnerable to arbitrary code execution on macOS due to the use of bare paths for system command execution, allowing PATH hijacking.</description><content:encoded><![CDATA[<p>The OpenTelemetry.Resources.Host NuGet package (versions prior to 1.16.0-beta.2) contains an untrusted search path vulnerability on macOS, tracked as CVE-2026-81192. The <code>host.id</code> resource attribute detector initiates the <code>ioreg</code> and <code>sh</code> system binaries using bare names rather than absolute file paths. This implementation relies on the system's <code>PATH</code> environment variable to locate the executables.</p>
<p>A local, less-privileged attacker capable of modifying the <code>PATH</code> environment variable or placing a malicious executable into a directory that appears earlier in the <code>PATH</code> than system directories can intercept the execution request. When the host application - which may be running with elevated privileges - triggers the detector, it unknowingly executes the attacker-supplied binary. This results in arbitrary code execution within the context of the application process. Defenders should prioritize updating the library to the patched version, as the vulnerability is specific to macOS environments and no effective workarounds exist.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains access to a user account on a macOS system where a vulnerable application is installed.</li>
<li>Attacker identifies a process or service utilizing the <code>OpenTelemetry.Resources.Host</code> package.</li>
<li>Attacker identifies a writable directory that is included in the <code>PATH</code> variable used by the targeted process.</li>
<li>Attacker writes a malicious executable named <code>ioreg</code> to that directory.</li>
<li>Attacker modifies the environment variables of the targeted process or waits for the process to restart with the hijacked <code>PATH</code> configuration.</li>
<li>The targeted application invokes the <code>host.id</code> resource attribute detector.</li>
<li>The system resolves the call for <code>ioreg</code> to the malicious binary provided by the attacker.</li>
<li>The application executes the malicious binary with the application's elevated permissions, granting the attacker code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>This vulnerability allows for local privilege escalation on macOS systems. If an application using the affected library runs as root or another highly privileged service user, an attacker can achieve code execution at that elevated level. This facilitates full system compromise, data theft, and persistent access within the target environment.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Update the <code>OpenTelemetry.Resources.Host</code> NuGet package to version 1.16.0-beta.2 or later immediately. Ensure that environment variable configurations for critical services are hardened to prevent unauthorized modification of the <code>PATH</code> variable. There are currently no known configuration workarounds for this vulnerability.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>