fix(deps): bump go.opentelemetry.io/otel to v1.44.0 for CVE-2026-41178 - #384
Open
dbkreling wants to merge 1 commit into
Open
fix(deps): bump go.opentelemetry.io/otel to v1.44.0 for CVE-2026-41178#384dbkreling wants to merge 1 commit into
dbkreling wants to merge 1 commit into
Conversation
Signed-off-by: Daniel Kreling <dkreling@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Team Run ID: Comment |
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.
Summary
Bumps go.opentelemetry.io/otel from v1.43.0 to v1.44.0 to resolve CVE-2026-41178.
CVE: CVE-2026-41178
Vulnerable range: v1.43.0 (raw-length rejection removed in baggage parsing)
Fixed in: v1.44.0
Jira ticket: KATA-5830
OpenTelemetry-Go versions 1.41.0 and 1.43.0 removed raw-length rejection in
Parse, enabling DoS via oversized baggage headers.This PR was created by the
kata-bug-triageskill and supervised by Daniel Kreling.