Skip to content

Fix containerd CVE-2026-53488 and suppress docker/cli false positive#1677

Merged
jabrown85 merged 1 commit into
mainfrom
fix/containerd-cve-2026-53488
Jun 23, 2026
Merged

Fix containerd CVE-2026-53488 and suppress docker/cli false positive#1677
jabrown85 merged 1 commit into
mainfrom
fix/containerd-cve-2026-53488

Conversation

@jabrown85

Copy link
Copy Markdown
Contributor

Summary

The image security scan (grype, --fail-on medium) failed on the latest main commit with three findings in the lifecycle binaries:

  • containerd v1.7.32: GHSA-xhf5-7wjv-pqxp (CVE-2026-53488, High) and GHSA-jpcc-p29g-p8mq (Medium). Fixed by bumping to v1.7.33.

  • docker/cli GO-2026-4610 (CVE-2025-15558, High): false positive. The advisory affects docker/cli <29.2.0, but lifecycle vendors v29.5.0 which is already patched. grype mismatches the version due to its +incompatible comparison. Added to .grype.yaml with justification.

Verified by building the linux/amd64 lifecycle binary and scanning it with grype --fail-on medium: no vulnerabilities found.

Release notes

  • bump containerd to v1.7.33

The image security scan (grype, --fail-on medium) failed on the latest
main commit with three findings in the lifecycle binaries:

- containerd v1.7.32: GHSA-xhf5-7wjv-pqxp (CVE-2026-53488, High) and
  GHSA-jpcc-p29g-p8mq (Medium). Fixed by bumping to v1.7.33.

- docker/cli GO-2026-4610 (CVE-2025-15558, High): false positive. The
  advisory affects docker/cli <29.2.0, but lifecycle vendors v29.5.0
  which is already patched. grype mismatches the version due to its
  +incompatible comparison. Added to .grype.yaml with justification.

Verified by building the linux/amd64 lifecycle binary and scanning it
with grype --fail-on medium: no vulnerabilities found.
@jabrown85 jabrown85 requested a review from a team as a code owner June 22, 2026 14:02
@jabrown85 jabrown85 enabled auto-merge June 23, 2026 13:08
@jabrown85 jabrown85 merged commit 21ab9ce into main Jun 23, 2026
5 of 8 checks passed
@jabrown85 jabrown85 deleted the fix/containerd-cve-2026-53488 branch June 23, 2026 13:12
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