Vulnerable Library - go.opentelemetry.io/otel/sdk-v1.38.0
OpenTelemetry Go API and SDK
Library home page: https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/go.opentelemetry.io/otel/sdk/@v/v1.38.0.mod
Vulnerabilities
| Vulnerability |
Severity |
CVSS |
Dependency |
Type |
Fixed in (go.opentelemetry.io/otel/sdk-v1.38.0 version) |
Remediation Possible** |
| CVE-2026-39883 |
High |
7.0 |
go.opentelemetry.io/otel/sdk-v1.38.0 |
Direct |
go.opentelemetry.io/otel/sdk - v1.43.0 |
❌ |
| CVE-2026-24051 |
High |
7.0 |
go.opentelemetry.io/otel/sdk-v1.38.0 |
Direct |
github.com/open-telemetry/opentelemetry-go - v1.40.0,https://github.com/open-telemetry/opentelemetry-go.git - v1.40.0 |
❌ |
| CVE-2026-39824 |
Low |
3.3 |
golang.org/x/sys-v0.38.0 |
Transitive |
N/A* |
❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2026-39883
Vulnerable Library - go.opentelemetry.io/otel/sdk-v1.38.0
OpenTelemetry Go API and SDK
Library home page: https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/go.opentelemetry.io/otel/sdk/@v/v1.38.0.mod
Dependency Hierarchy:
- ❌ go.opentelemetry.io/otel/sdk-v1.38.0 (Vulnerable Library)
Found in base branch: main
Vulnerability Details
OpenTelemetry-Go is the Go implementation of OpenTelemetry. From 1.15.0 to 1.42.0, the fix for CVE-2026-24051 changed the Darwin ioreg command to use an absolute path but left the BSD kenv command using a bare name, allowing the same PATH hijacking attack on BSD and Solaris platforms. This vulnerability is fixed in 1.43.0.
Publish Date: 2026-04-08
URL: CVE-2026-39883
CVSS 3 Score Details (7.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: GHSA-hfvc-g4fc-pqhx
Release Date: 2026-04-08
Fix Resolution: go.opentelemetry.io/otel/sdk - v1.43.0
Step up your Open Source Security Game with Mend here
CVE-2026-24051
Vulnerable Library - go.opentelemetry.io/otel/sdk-v1.38.0
OpenTelemetry Go API and SDK
Library home page: https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/go.opentelemetry.io/otel/sdk/@v/v1.38.0.mod
Dependency Hierarchy:
- ❌ go.opentelemetry.io/otel/sdk-v1.38.0 (Vulnerable Library)
Found in base branch: main
Vulnerability Details
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.
Publish Date: 2026-02-02
URL: CVE-2026-24051
CVSS 3 Score Details (7.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Release Date: 2026-02-02
Fix Resolution: github.com/open-telemetry/opentelemetry-go - v1.40.0,https://github.com/open-telemetry/opentelemetry-go.git - v1.40.0
Step up your Open Source Security Game with Mend here
CVE-2026-39824
Vulnerable Library - golang.org/x/sys-v0.38.0
Library home page: https://proxy.golang.org/golang.org/x/sys/@v/v0.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/golang.org/x/sys/@v/v0.38.0.mod
Dependency Hierarchy:
- go.opentelemetry.io/otel/sdk-v1.38.0 (Root Library)
- ❌ golang.org/x/sys-v0.38.0 (Vulnerable Library)
Found in base branch: main
Vulnerability Details
NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.
Publish Date: 2026-05-22
URL: CVE-2026-39824
CVSS 3 Score Details (3.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Release Date: 2026-05-22
Fix Resolution: https://github.com/golang/sys.git - v0.44.0,golang.org/x/sys - v0.44.0
Step up your Open Source Security Game with Mend here
OpenTelemetry Go API and SDK
Library home page: https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/go.opentelemetry.io/otel/sdk/@v/v1.38.0.mod
Vulnerabilities
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
Vulnerable Library - go.opentelemetry.io/otel/sdk-v1.38.0
OpenTelemetry Go API and SDK
Library home page: https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/go.opentelemetry.io/otel/sdk/@v/v1.38.0.mod
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
OpenTelemetry-Go is the Go implementation of OpenTelemetry. From 1.15.0 to 1.42.0, the fix for CVE-2026-24051 changed the Darwin ioreg command to use an absolute path but left the BSD kenv command using a bare name, allowing the same PATH hijacking attack on BSD and Solaris platforms. This vulnerability is fixed in 1.43.0.
Publish Date: 2026-04-08
URL: CVE-2026-39883
CVSS 3 Score Details (7.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: GHSA-hfvc-g4fc-pqhx
Release Date: 2026-04-08
Fix Resolution: go.opentelemetry.io/otel/sdk - v1.43.0
Step up your Open Source Security Game with Mend here
Vulnerable Library - go.opentelemetry.io/otel/sdk-v1.38.0
OpenTelemetry Go API and SDK
Library home page: https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/go.opentelemetry.io/otel/sdk/@v/v1.38.0.mod
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
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.
Publish Date: 2026-02-02
URL: CVE-2026-24051
CVSS 3 Score Details (7.0)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: High
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Release Date: 2026-02-02
Fix Resolution: github.com/open-telemetry/opentelemetry-go - v1.40.0,https://github.com/open-telemetry/opentelemetry-go.git - v1.40.0
Step up your Open Source Security Game with Mend here
Vulnerable Library - golang.org/x/sys-v0.38.0
Library home page: https://proxy.golang.org/golang.org/x/sys/@v/v0.38.0.zip
Path to dependency file: /go.mod
Path to vulnerable library: /home/wss-scanner/go/pkg/mod/cache/download/golang.org/x/sys/@v/v0.38.0.mod
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString (a 16-bit number of bytes), it returns a truncated string rather than an error.
Publish Date: 2026-05-22
URL: CVE-2026-39824
CVSS 3 Score Details (3.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Release Date: 2026-05-22
Fix Resolution: https://github.com/golang/sys.git - v0.44.0,golang.org/x/sys - v0.44.0
Step up your Open Source Security Game with Mend here