Skip to content

OCPBUGS-108037: Bump go.opentelemetry.io/otel to v1.44.0 in 5.0 - #427

Open
redhat-chai-bot wants to merge 1 commit into
openshift:release-5.0from
redhat-chai-bot:update-otel-5.0
Open

OCPBUGS-108037: Bump go.opentelemetry.io/otel to v1.44.0 in 5.0#427
redhat-chai-bot wants to merge 1 commit into
openshift:release-5.0from
redhat-chai-bot:update-otel-5.0

Conversation

@redhat-chai-bot

Copy link
Copy Markdown

Summary

Bumps go.opentelemetry.io/otel from v1.43.0 to v1.44.0 to address
CVE-2026-41178 (GHSA-5wrp-cwcj-q835) — Denial of Service via oversized
baggage headers in OpenTelemetry-Go.

CVE Details

Fix Strategy

Path A — Direct update (no Go version change required)

The release-5.0 branch uses Go 1.26.0, and the fix requires Go >= 1.25,
so a direct dependency update is compatible. No sustaining fork needed.

The fix restores the raw-length rejection in baggage.Parse that was
inadvertently removed, preventing DoS via oversized baggage headers.

Changes

  • Updated go.opentelemetry.io/otel from v1.43.0 to v1.44.0
  • Updated related otel sub-modules to compatible versions
  • Ran go mod tidy and go mod vendor
  • Go version unchanged at 1.26.0
  • Build validated: go build ./cmd/cinder-csi-plugin/... ./pkg/csi/... passes

AI-generated. Review for accuracy.

@jkaurredhat requested in Slack thread

@openshift-merge-bot

Copy link
Copy Markdown

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. labels Sep 1, 2026
@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 4e3f1985-2fb0-4141-8e7f-81298b0353c8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Sep 1, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@redhat-chai-bot: This pull request references Jira Issue OCPBUGS-108037, which is invalid:

  • expected Jira Issue OCPBUGS-108037 to depend on a bug targeting a version in 5.1.0 and in one of the following states: MODIFIED, ON_QA, VERIFIED, but no dependents were found

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Summary

Bumps go.opentelemetry.io/otel from v1.43.0 to v1.44.0 to address
CVE-2026-41178 (GHSA-5wrp-cwcj-q835) — Denial of Service via oversized
baggage headers in OpenTelemetry-Go.

CVE Details

Fix Strategy

Path A — Direct update (no Go version change required)

The release-5.0 branch uses Go 1.26.0, and the fix requires Go >= 1.25,
so a direct dependency update is compatible. No sustaining fork needed.

The fix restores the raw-length rejection in baggage.Parse that was
inadvertently removed, preventing DoS via oversized baggage headers.

Changes

  • Updated go.opentelemetry.io/otel from v1.43.0 to v1.44.0
  • Updated related otel sub-modules to compatible versions
  • Ran go mod tidy and go mod vendor
  • Go version unchanged at 1.26.0
  • Build validated: go build ./cmd/cinder-csi-plugin/... ./pkg/csi/... passes

AI-generated. Review for accuracy.

@jkaurredhat requested in Slack thread

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Sep 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: redhat-chai-bot
Once this PR has been reviewed and has the lgtm label, please assign radekmanak for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@redhat-chai-bot

Copy link
Copy Markdown
Author

/retest


AI-generated. Review for accuracy.

@jkaurredhat

Copy link
Copy Markdown

Backport #428 #428

@jkaurredhat

Copy link
Copy Markdown

/ok-to-test

@openshift-ci openshift-ci Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Sep 1, 2026
…026-41178

Bumps go.opentelemetry.io/otel from v1.43.0 to v1.44.0 to address
CVE-2026-41178 (GHSA-5wrp-cwcj-q835), a moderate (CVSS 5.3) denial-of-service
vulnerability in baggage header parsing. The go.opentelemetry.io/otel/baggage
and go.opentelemetry.io/otel/propagation packages (both part of the otel
module, and vendored and used by this repository) processed arbitrarily
large/invalid baggage headers after an upfront raw-length check was removed
upstream. v1.44.0 restores the raw-length rejection in baggage.Parse.

The sibling modules go.opentelemetry.io/otel/metric,
go.opentelemetry.io/otel/sdk, and go.opentelemetry.io/otel/trace are bumped
to v1.44.0 as well to keep the OpenTelemetry modules aligned with the core
otel module. The Go directive is unchanged (go 1.26.0); v1.44.0 is
compatible with the release-5.0 toolchain, so no Go upgrade or sustaining
fork is required.

Upstream advisory: GHSA-5wrp-cwcj-q835
Upstream fix: open-telemetry/opentelemetry-go#7880

Related: OCPBUGS-108037

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jkaurredhat

Copy link
Copy Markdown

/test security
/test unit

@openshift-ci

openshift-ci Bot commented Sep 2, 2026

Copy link
Copy Markdown

@redhat-chai-bot: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security 91b4def link false /test security

Full PR test history. Your PR dashboard.

Details

Instructions 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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants