fix: bump go.opentelemetry.io/otel/sdk to v1.43.0 to resolve CVE-2026…#1386
fix: bump go.opentelemetry.io/otel/sdk to v1.43.0 to resolve CVE-2026…#1386sammedsingalkar09 wants to merge 1 commit into
Conversation
…-24051 Upgrades otel/sdk and all related OpenTelemetry packages from v1.40.0 to v1.43.0 to address GO-2026-4394 / CVE-2026-24051 (arbitrary code execution via PATH hijacking on macOS). Also bumps otel exporters, proto/otlp, and transitive dependencies updated by go mod tidy. Made-with: Cursor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @sammedsingalkar09! |
|
Hi @sammedsingalkar09. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/triage accepted |
Upgrades otel/sdk and all related OpenTelemetry packages from v1.40.0 to v1.43.0 to address GO-2026-4394 / CVE-2026-24051 Also bumps otel exporters, proto/otlp, and transitive dependencies updated by go mod tidy.
What type of PR is this?
/kind bug
What this PR does / why we need it:
Bumps go.opentelemetry.io/otel/sdk and all related OpenTelemetry packages from v1.40.0 to v1.43.0 to address CVE-2026-24051 (GO-2026-4394), an arbitrary code execution vulnerability via PATH hijacking on macOS. The vulnerability exists in sdk/resource/host_id.go which executes ioreg using an untrusted PATH, allowing a local attacker to place a malicious binary earlier in the search path to achieve arbitrary code execution within the application context.
Which issue(s) this PR fixes:
Fixes https://pkg.go.dev/vuln/GO-2026-4394
Special notes for your reviewer:
This is a dependency-only change. No source code was modified — only go.mod and go.sum. All otel packages are bumped together to maintain version consistency across the SDK, metric, trace, and exporter sub-modules.
Does this PR introduce a user-facing change?: