Skip to content

UID2-6481: suppress CVE-2025-68973 (GnuPG HIGH) in trivyignore#145

Open
sunnywu wants to merge 1 commit intomainfrom
syw-UID2-6481-cve-2025-68973-gnupg
Open

UID2-6481: suppress CVE-2025-68973 (GnuPG HIGH) in trivyignore#145
sunnywu wants to merge 1 commit intomainfrom
syw-UID2-6481-cve-2025-68973-gnupg

Conversation

@sunnywu
Copy link
Copy Markdown

@sunnywu sunnywu commented May 2, 2026

Summary

  • CVE: CVE-2025-68973 — GnuPG information disclosure and potential arbitrary code execution via out-of-bounds write (severity: HIGH)
  • Affected packages: dirmngr, gnupg, gnupg-utils, gpg, gpg-agent, gpgconf, gpgsm, gpgv, keyboxd (Ubuntu 24.04, version 2.4.4-2ubuntu17.3)
  • Fix available: 2.4.4-2ubuntu17.4 via Ubuntu security update
  • Jira: https://thetradedesk.atlassian.net/browse/UID2-6481

Root 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-68973 to .trivyignore with expiry 2026-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

  • Vulnerability scan CI check passes on this PR
  • Suppression entry includes expiry date and Jira ticket reference

🤖 Generated with Claude Code

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>
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.

1 participant