-
Notifications
You must be signed in to change notification settings - Fork 117
CNTRLPLANE-2996: dependencies: k8s 1.35 rebase #853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-bot
merged 1 commit into
openshift:master
from
everettraven:chore/k8s-135-rebase
Mar 19, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/cluster-authentication-operator
Length of output: 607
🌐 Web query:
go.opentelemetry.io/otel/sdk v1.36.0 vulnerability CVE RCE💡 Result:
go.opentelemetry.io/otel/sdkv1.36.0 is vulnerable to CVE-2026-24051 (aliases GHSA-9h8m-3fm2-qjrq, GO-2026-4394) on macOS/Darwin due to PATH hijacking: the SDK’s resource detection (sdk/resource/host_id.go) executesioregvia the searchPATHinstead of an absolute path, so an attacker who can modifyPATHcan get arbitrary code execution in the application’s context. This is generally local code execution (not remote over the network). [1][2][3]Affected range:
>= 1.21.0and< 1.40.0(so 1.36.0 is affected). [2][3]Fix: upgrade to v1.40.0+. [1][2][3]
Sources:
[1] NVD CVE-2026-24051 https://nvd.nist.gov/vuln/detail/CVE-2026-24051
[2] OSV / GO-2026-4394 https://osv.dev/vulnerability/GO-2026-4394
[3] GitLab advisory for CVE-2026-24051 https://advisories.gitlab.com/pkg/golang/go.opentelemetry.io/otel/sdk/CVE-2026-24051/
🌐 Web query:
OpenTelemetry SDK security advisory 1.36.0💡 Result:
OpenTelemetry Go SDK v1.36.0 is affected by CVE-2026-24051 / GHSA-9h8m-3fm2-qjrq (published Feb 2, 2026, updated Feb 27, 2026): on macOS/Darwin, the SDK’s resource detection runs the
ioregcommand using the system PATH, enabling local PATH hijacking that can lead to arbitrary code execution. Affected:>= 1.21.0, < 1.40.0(so 1.36.0 is affected). Fix: upgrade to v1.40.0+. [1][2]Sources
[1] GHSA-9h8m-3fm2-qjrq
[2] https://advisories.gitlab.com/pkg/golang/go.opentelemetry.io/otel/sdk/resource/CVE-2026-24051/
🏁 Script executed:
Repository: openshift/cluster-authentication-operator
Length of output: 122
Blocker: vulnerable
go.opentelemetry.io/otel/sdkversion must be upgradedLine 101 pins
go.opentelemetry.io/otel/sdk v1.36.0, which is affected by CVE-2026-24051 (GHSA-9h8m-3fm2-qjrq). On macOS/Darwin, the SDK's resource detection runsioregvia the system PATH without an absolute path, allowing local PATH hijacking and arbitrary code execution. Upgrade to v1.40.0 or later and ensure allgo.opentelemetry.io/otel*modules remain aligned.🧰 Tools
🪛 OSV Scanner (2.3.3)
[HIGH] 101-101: go.opentelemetry.io/otel/sdk 1.36.0: OpenTelemetry Go SDK Vulnerable to Arbitrary Code Execution via PATH Hijacking in go.opentelemetry.io/otel/sdk
(GO-2026-4394)
[HIGH] 101-101: go.opentelemetry.io/otel/sdk 1.36.0: OpenTelemetry Go SDK Vulnerable to Arbitrary Code Execution via PATH Hijacking
(GHSA-9h8m-3fm2-qjrq)
🤖 Prompt for AI Agents
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity, I investigated this further and had shared my findings with @liouk in slack.
Here is a recap of my findings:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.