UID2-7760, UID2-7761: bump eclipse-temurin digest and upgrade openssl to fix Alpine CVEs - #2708
Merged
BehnamMozafari merged 3 commits intoAug 27, 2026
Merged
Conversation
…ignore (exp 2026-09-27)
…-27; drop stale PR #631 reference
Contributor
Author
|
Added a follow-up commit: extended two other expired .trivyignore entries (libexpat CVE-2026-56131/56407, jackson-core GHSA-r7wm-3cxj-wff9) to 2026-09-27 and corrected a stale PR reference in the jackson comment, per UID2-7763. |
…a apk upgrade Bumps the pinned eclipse-temurin:21-jre-alpine-3.23 digest to a build that already ships fixed sqlite-libs, libexpat, p11-kit, libpng, and zlib, removing the suppressions for CVE-2026-11822/11824, CVE-2026-2100, CVE-2026-56131/56407/56408, CVE-2025-66293, CVE-2026-25646, and CVE-2026-22184. The digest bump does not cover CVE-2026-14456 (libcrypto3/libssl3) since the pinned image still ships 3.5.7-r0; adds an explicit apk upgrade to pull 3.5.8-r0 from the live Alpine v3.23 mirror at build time instead. Also updates the two other Dockerfiles (gcp-oidc, azure-cc) that pin the same base image digest.
swibi-ttd
approved these changes
Aug 27, 2026
BehnamMozafari
deleted the
bmz-UID2-7760-UID2-7761-suppress-alpine-cves
branch
August 27, 2026 06:28
2 tasks
BehnamMozafari
added a commit
that referenced
this pull request
Aug 28, 2026
Per review feedback, uid2-operator is not exploitable to this CVE (ACCP never touches libssl's QUIC server; JSSE handles TLS over plain TCP). Reverts the apk upgrade added to scripts/gcp-oidc/Dockerfile and scripts/azure-cc/Dockerfile and restores a .trivyignore suppression instead, matching the reachability rationale used before #2708.
BehnamMozafari
added a commit
that referenced
this pull request
Aug 28, 2026
…es (#2710) * UID2-7761: fix openssl CVE-2026-14456 in GCP/Azure private-operator Dockerfiles PR #2708 bumped the eclipse-temurin base image digest and added an explicit apk upgrade for libcrypto3/libssl3 to ./Dockerfile, but missed adding the same upgrade to scripts/gcp-oidc/Dockerfile and scripts/azure-cc/Dockerfile — the base image digest bump alone does not ship the fixed openssl packages. Both images still failed the vulnerability scan in today's Publish All Operators run. * UID2-7761: suppress CVE-2026-14456 instead of patching Dockerfiles Per review feedback, uid2-operator is not exploitable to this CVE (ACCP never touches libssl's QUIC server; JSSE handles TLS over plain TCP). Reverts the apk upgrade added to scripts/gcp-oidc/Dockerfile and scripts/azure-cc/Dockerfile and restores a .trivyignore suppression instead, matching the reachability rationale used before #2708.
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
Several HIGH-severity CVEs flagged in the Alpine base image (eclipse-temurin:21-jre-alpine-3.23) were originally suppressed in
.trivyignoreas non-exploitable. A newer build of the same pinned tag turns out to already ship fixed versions of most of the affected packages — confirmed by pulling and inspecting the image directly (apk list -I), not just trusting the Alpine package index:apk add --no-cache --upgrade libcrypto3 libssl3to pull 3.5.8-r0 from the live Alpine v3.23 mirror at build time instead.Also bumps the same pinned digest in
scripts/gcp-oidc/Dockerfileandscripts/azure-cc/Dockerfile, which pin the identical base image.Removes the now-unnecessary
.trivyignoreentries for all of the above.Jira: https://thetradedesk.atlassian.net/browse/UID2-7760, https://thetradedesk.atlassian.net/browse/UID2-7761
Test plan
mvn package+docker buildwith the new digest and openssl upgrade, thentrivy image --severity HIGH,CRITICALagainst the built image — 0 findingsapk add --upgrade libcrypto3 libssl3resolves to 3.5.8-r0 (fixed version) against the new base image