fix(cve): CVE-2026-24051 - bump go.opentelemetry.io/otel to v1.40.0 [release-v0.42.2]#2870
Open
divyansh42 wants to merge 1 commit into
Open
Conversation
|
|
9589246 to
c36749a
Compare
Member
Author
|
/retest |
d4dd0a7 to
9b5d81b
Compare
Member
Author
|
/release-note-none |
…release-v0.42.2] Bumps go.opentelemetry.io/otel from v1.39.0 to v1.40.0 to address CVE-2026-24051 (GHSA-9h8m-3fm2-qjrq) — PATH hijacking via SDK resource detection on Windows. Also runs go mod vendor to sync vendor/modules.txt so CI's vendor-aware build mode passes. Jira: SRVKP-12038 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> Signed-off-by: divyansh42 <[email protected]>
9b5d81b to
c205dfb
Compare
Member
Author
|
/retest |
Contributor
|
/approve |
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pratap0007 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 |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
CVE Details
go.opentelemetry.io/otel/sdk/resourceFix Summary
Bumps all
go.opentelemetry.io/otelpackages from v1.39.0 → v1.40.0:go.opentelemetry.io/otelgo.opentelemetry.io/otel/metricgo.opentelemetry.io/otel/sdkgo.opentelemetry.io/otel/sdk/metricgo.opentelemetry.io/otel/traceThe vulnerability (GHSA-9h8m-3fm2-qjrq) allows Arbitrary Code Execution via local PATH Hijacking on macOS/Darwin through
kenvinotel/sdk/resource. v1.40.0 is the minimum patched version.Test Results
Breaking Changes
None expected. v1.40.0 is a minor version bump with backwards-compatible API changes.
Risk Assessment
Low — indirect dependency upgrade within the same major version. The vulnerability is OS-specific (macOS/Darwin) and exploitable only via local PATH manipulation.
Jira References
SRVKP-10615
Verification Steps
go.opentelemetry.io/otelpackages are at v1.40.0 in go.modgo mod verifyto confirm all modules verified🤖 Generated with Claude Code via Ambient CVE Fixer