Skip to content

Upgrade gnutls to fix CVE-2026-1584 vulnerability (UID2-6655)#2394

Open
sunnywu wants to merge 1 commit intomainfrom
syw-UID2-6655-fix-gnutls-cve
Open

Upgrade gnutls to fix CVE-2026-1584 vulnerability (UID2-6655)#2394
sunnywu wants to merge 1 commit intomainfrom
syw-UID2-6655-fix-gnutls-cve

Conversation

@sunnywu
Copy link
Contributor

@sunnywu sunnywu commented Feb 25, 2026

Summary

  • Adds `gnutls` to the `apk add --no-cache --upgrade` command in the Dockerfiles to address CVE-2026-1584 (HIGH severity)
  • CVE-2026-1584: Remote Denial of Service in gnutls via crafted ClientHello with invalid PSK
  • Installed version: `3.8.11-r0`, fixed in: `3.8.12-r0`
  • Affects: `Dockerfile`, `scripts/azure-cc/Dockerfile`, `scripts/gcp-oidc/Dockerfile`
  • Jira: UID2-6655

Test plan

  • Verify CI vulnerability scan passes after this change
  • Confirm `gnutls` version in built images is `3.8.12-r0` or higher

🤖 Generated with Claude Code

Add explicit gnutls upgrade in Dockerfile to address HIGH severity
vulnerability CVE-2026-1584 in gnutls 3.8.11-r0 (fixed in 3.8.12-r0)
in the alpine base image. The vulnerability allows Remote Denial of
Service via crafted ClientHello with invalid PSK.

Jira: UID2-6655

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