CPBR-3749: upgrade cp-base-new to Python 3.14 + bump docker-utils v0.0.170 (CVE-2026-25645)#1655
Open
Nitin Singh (nitsingh-ui) wants to merge 2 commits into
Open
CPBR-3749: upgrade cp-base-new to Python 3.14 + bump docker-utils v0.0.170 (CVE-2026-25645)#1655Nitin Singh (nitsingh-ui) wants to merge 2 commits into
Nitin Singh (nitsingh-ui) wants to merge 2 commits into
Conversation
…n this branch)
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
Fix CVE-2026-25645 in
cp-base-new(and downstreamcp-jmxterm) on the FedRAMP8.0.2-cp7branch.The CVE fix is in
requests==2.33.0, which requires Python ≥ 3.10. cp-base-new on 8.0.2-cp7 currently ships Python 3.9.25, so a docker-utils-only bump to v0.0.170 (PR #1654) failed at the pip install step:This PR ports the Python 3.14 from-source build (sigstore-verified) from active development branch
8.0.x(and8.1.x, which are identical for these files) onto8.0.2-cp7, while preserving cp7's FedRAMP-specific FIPS bits (OPENSSL_LIBS_VERSION arg +microdnf reinstall -y openssl-libs+update-crypto-policies --set FIPS+ openssl-fips.cnf).Changes
pom.xml<python-runtime.3-14.version>3.14.4</…>(matches 8.0.x / 8.1.x / master)<git-repo.confluent-docker-utils.tag>v0.0.169 → v0.0.170 (carriesrequests~=2.33.0)base/pom.xmlPYTHON39_VERSION→PYTHON314_VERSIONbuild arg (using${python-runtime.3-14.version}) in bothdockerfile-maven-pluginandfabric8/docker-maven-pluginblocksPYTHON_PIP_VERSIONbuild arg (Python 3.14 source compile bundles pip)base/Dockerfile.ubi9microdnf install python3 + python3-pipwith Python 3.14 source compile + sigstore tarball verificationupdate-alternativesfor python/python3/pip/pip3 → /usr/local/bin/python3.14OPENSSL_LIBS_VERSIONarg,openssl-libsinstall,microdnf reinstall -y openssl-libs,update-crypto-policies --set FIPS,COPY openssl-fips.cnfReference
requests~=2.33.0, tagv0.0.170publishedDockerfile.ubi8on 7.4.x2119e4d7— adapted Python 3.14 toDockerfile.ubi9on 8.0.xJIRA: https://confluentinc.atlassian.net/browse/CPBR-3749