UID2-6481: suppress CVE-2025-68973 (GnuPG HIGH) in trivyignore#145
Open
UID2-6481: suppress CVE-2025-68973 (GnuPG HIGH) in trivyignore#145
Conversation
GnuPG packages (dirmngr, gnupg, gpg-agent, etc.) in Ubuntu 24.04 base image have a HIGH-severity out-of-bounds write vulnerability. Fix is available in 2.4.4-2ubuntu17.4 but was not yet propagated to Ubuntu apt repos at CI build time. Dockerfile already performs apt-get upgrade; this suppression will expire 2026-08-01 by which time the patched package will be present in all rebuild environments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
dirmngr,gnupg,gnupg-utils,gpg,gpg-agent,gpgconf,gpgsm,gpgv,keyboxd(Ubuntu 24.04, version2.4.4-2ubuntu17.3)2.4.4-2ubuntu17.4via Ubuntu security updateRoot cause
The Dockerfile already performs
apt-get update && apt-get upgrade -y, which should pick up the patched package automatically. However, the patched version (2.4.4-2ubuntu17.4) was not yet present in the Ubuntu 24.04 apt repositories at the time of the last CI build (2026-05-02), causing the Trivy vulnerability scan to fail.Fix
Add
CVE-2025-68973to.trivyignorewith expiry2026-08-01. Once the Ubuntu security update fully propagates to all build environments, the next Docker rebuild will automatically pull in the patched packages and this entry can be removed.This mirrors the existing pattern for CVE-2025-67030 in this repo.
Test plan
🤖 Generated with Claude Code