Skip to content

Upgrade urllib3 to 2.6.3 to fix CVE-2025-66418#435

Merged
openshift-merge-bot[bot] merged 1 commit intoopendatahub-io:stable-2.xfrom
rpancham:ucvelib3
Jan 9, 2026
Merged

Upgrade urllib3 to 2.6.3 to fix CVE-2025-66418#435
openshift-merge-bot[bot] merged 1 commit intoopendatahub-io:stable-2.xfrom
rpancham:ucvelib3

Conversation

@rpancham
Copy link
Copy Markdown
Contributor

@rpancham rpancham commented Jan 9, 2026

Addresses : https://issues.redhat.com/browse/RHOAIENG-42048

This PR fixes CVE-2025-66418 by upgrading the transitive dependency urllib3 to version 2.6.3 in the container image. The fix ensures the runtime uses a non-vulnerable version of urllib3 and has been verified inside the built image.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 9, 2026

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.

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


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@openshift-ci openshift-ci bot requested a review from Xaenalt January 9, 2026 08:32
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Jan 9, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rpancham

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

The pull request process is described 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

@openshift-ci openshift-ci bot added the approved label Jan 9, 2026
ENV VIRTUAL_ENV=/caikit/.venv
ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN /caikit/.venv/bin/pip install --no-cache-dir "urllib3>=2.6.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could merge this line with next RUN statement to avoid additional layer.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion. I’ll keep this as a separate RUN for now to keep the CVE fix clearly visible in the Docker history and make the security-related change easier to audit.

@rpancham rpancham removed the request for review from Xaenalt January 9, 2026 09:17
@RH-steve-grubb
Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jan 9, 2026
@openshift-merge-bot openshift-merge-bot bot merged commit 11c86a2 into opendatahub-io:stable-2.x Jan 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants