Skip to content

UID2-7760: bump eclipse-temurin digest to fix sqlite-libs CVE-2026-11822/11824 - #425

Merged
BehnamMozafari merged 3 commits into
mainfrom
bmz-UID2-7760-suppress-sqlite-cve
Aug 27, 2026
Merged

UID2-7760: bump eclipse-temurin digest to fix sqlite-libs CVE-2026-11822/11824#425
BehnamMozafari merged 3 commits into
mainfrom
bmz-UID2-7760-suppress-sqlite-cve

Conversation

@BehnamMozafari

@BehnamMozafari BehnamMozafari commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Summary

CVE-2026-11822 and CVE-2026-11824 (HIGH, sqlite-libs) were flagged in the Alpine base image (eclipse-temurin:21-jre-alpine-3.23). Originally suppressed in .trivyignore as non-exploitable (uid2-optout has no SQLite/JDBC dependency), but a newer build of the same pinned tag turned out to already ship fixed versions of sqlite-libs (and libexpat, p11-kit) — confirmed by pulling and inspecting the image directly (apk list -I), not just trusting the Alpine package index.

This PR bumps the pinned digest to that build instead of continuing to suppress, and removes the now-unnecessary .trivyignore entries for CVE-2026-11822/11824, CVE-2026-2100 (p11-kit), and CVE-2026-56131/56407/56408 (libexpat).

Jira: https://thetradedesk.atlassian.net/browse/UID2-7760

Test plan

  • mvn package + docker build with the new digest, then trivy image --severity HIGH,CRITICAL against the built image — 0 findings

@BehnamMozafari

Copy link
Copy Markdown
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.

… CVEs

Confirmed via direct image inspection that a newer build of the same
eclipse-temurin:21-jre-alpine-3.23 tag ships fixed sqlite-libs, libexpat,
and p11-kit versions, so the suppressions for CVE-2026-11822/11824,
CVE-2026-2100, and CVE-2026-56131/56407/56408 are no longer needed.
@BehnamMozafari BehnamMozafari changed the title UID2-7760: suppress sqlite-libs CVE-2026-11822/11824 in .trivyignore UID2-7760: bump eclipse-temurin digest to fix sqlite-libs CVE-2026-11822/11824 Aug 27, 2026
@BehnamMozafari
BehnamMozafari merged commit 82c183c into main Aug 27, 2026
6 checks passed
@BehnamMozafari
BehnamMozafari deleted the bmz-UID2-7760-suppress-sqlite-cve branch August 27, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants