Bump grpc to v1.79.3 and upgrade zlib to address security CVEs#9611
Merged
Bump grpc to v1.79.3 and upgrade zlib to address security CVEs#9611
Conversation
Addresses CVE-2026-33186 (CRITICAL) — authorization bypass via missing leading `/` in `:path` header. Made-with: Cursor
Adds explicit zlib upgrade to both server and admin-tools Dockerfiles to pull in zlib 1.3.2-r0 from Alpine 3.23 repos, fixing the global buffer overflow in the untgz utility. Made-with: Cursor
prathyushpv
approved these changes
Mar 21, 2026
birme
pushed a commit
to eyevinn-osaas/temporal
that referenced
this pull request
Mar 23, 2026
…ralio#9611) ## Summary Bumps dependencies to address security CVEs on `main`: - **CVE-2026-33186 (CRITICAL)**: `google.golang.org/grpc` v1.72.2 → v1.79.3 — authorization bypass via missing leading `/` in `:path` header - **CVE-2026-22184 (HIGH)**: Alpine `zlib` 1.3.1-r2 → 1.3.2-r0 — global buffer overflow in `untgz` utility Note: The other two CVEs from the v1.30.2 security review are already addressed on `main`: - otel/sdk v1.40.0 — already landed via temporalio#9442 - Go stdlib — `main` is on Go 1.26.0 (separate release series) ## Risk assessment - **grpc v1.72.2 → v1.79.3**: 7 minor version jump with ~23 transitive dependency upgrades. Builds cleanly. Same bump successfully applied to `release/v1.30.x` in temporalio#9610. - **zlib**: Alpine package upgrade via `apk upgrade --no-cache zlib` in both server and admin-tools Dockerfiles. ## Test plan - [ ] CI passes Made with [Cursor](https://cursor.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
Bumps dependencies to address security CVEs on
main:google.golang.org/grpcv1.72.2 → v1.79.3 — authorization bypass via missing leading/in:pathheaderzlib1.3.1-r2 → 1.3.2-r0 — global buffer overflow inuntgzutilityNote: The other two CVEs from the v1.30.2 security review are already addressed on
main:mainis on Go 1.26.0 (separate release series)Risk assessment
release/v1.30.xin Bump dependencies to address security CVEs for v1.30.2 #9610.apk upgrade --no-cache zlibin both server and admin-tools Dockerfiles.Test plan
Made with Cursor