SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-81192

HIGH · CVSS 7 EPSS 0.14% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-08 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The OpenTelemetry.Resources.Host NuGet package is vulnerable on macOS due to an untrusted search path issue in the `host.id` resource attribute detector, which can lead to arbitrary code execution or privilege escalation by local attackers. This vulnerability affects macOS systems running versions prior to 1.16.0-beta.2, while Windows and Linux hosts remain unaffected. Organizations using this package on macOS should prioritize upgrading to the patched version to mitigate the risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-81192
Severity
HIGH
CVSS
7
EPSS
0.14%
Windows Linux

Original NVD Description

`OpenTelemetry.Resources.Host` NuGet package, which provides OpenTelemetry resource detectors for host, is affected by an untrusted search path vulnerability on macOS. Prior to version 1.16.0-beta.2, the `host.id` resource attribute detector launches the `sh` and `ioreg` executables by bare name rather than by absolute path, so both are resolved through the `PATH` environment variable. A local attacker who is less privileged than the host application, and who can influence `PATH` or write to a directory that appears in `PATH` ahead of the system directories, can have an arbitrary binary executed in the application's security context, resulting in local code execution/privilege escalation. This vulnerability only affect macOS hosts - Linux and Windows hosts are unaffected. Version 1.16.0-beta.2 contains a patch. No known workarounds are available.