CVE-2026-24051
Vulnerability Summary
Timeline
Description
OpenTelemetry-Go is the Go implementation of OpenTelemetry. The OpenTelemetry Go SDK in version v1.20.0-1.39.0 is vulnerable to Path Hijacking (Untrusted Search Paths) on macOS/Darwin systems. The resource detection code in sdk/resource/host_id.go executes the ioreg system command using a search path. An attacker with the ability to locally modify the PATH environment variable can achieve Arbitrary Code Execution (ACE) within the context of the application. A fix was released with v1.40.0.
CVSS Metrics
- v3.1•HIGH•Score: 7CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.02%• Percentile: 4%
Techniques & Countermeasures
- CWE-426•Untrusted Search Path
The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product's direct control.
Affected Systems
- go.opentelemetry.io/otel•sdk
≥ 1.21.0, < 1.40.0
- go.opentelemetry.io/otel/sdk•resource
≥ 1.21.0, < 1.40.0
- linuxfoundation•opentelemetry-go
≥ 1.21.0, < 1.40.0
- open-telemetry•opentelemetry-go
≥ 1.21.0, < 1.40.0
References (5)
- https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-9h8m-3fm2-qjrq
- https://github.com/open-telemetry/opentelemetry-go/commit/d45961bcda453fcbdb6469c22d6e88a1f9970a53
- https://github.com/open-telemetry/opentelemetry-go
- https://nvd.nist.gov/vuln/detail/CVE-2026-24051
- https://pkg.go.dev/vuln/GO-2026-4394