OCPBUGS-96722:bump containerd to fix CVE-2026-53488#188
Conversation
Add containerd to the explicit INSTALL_PKGS in the Dockerfile so the image is rebuilt with the patched RPM (>= 1.7.33/2.x fixed versions) that validates image config labels before propagating them to the container, preventing host-root command execution via the CRI plugin. Resolves: OCPBUGS-96722 Signed-off-by: Jean Chen <jechen@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
WalkthroughThe Dockerfile’s package installation list now includes ChangesContainerd Installation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
@jechen0648: This pull request references Jira Issue OCPBUGS-96722, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (core-networking-bot@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jechen0648 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 |
|
@jechen0648: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Summary
containerdto the explicitINSTALL_PKGSlist in theDockerfileso the image is rebuilt with the patched RPM that fixes CVE-2026-53488.containerdpackage is present in thenetwork-tools-rhel9image via theocp/5.0:toolsbase image but was not previously pinned explicitly. Listing it here ensuresyuminstalls the latest available version (>= 1.7.33 / 2.x fixed releases) at build time.Resolves: OCPBUGS-96722
Test plan
containerdinstalled at a fixed version (>= 1.7.33 or >= 2.0.10/2.1.9/2.2.5/2.3.2)Made with Cursor
Summary by CodeRabbit
containerdpackage.