[High] Patch kata-containers-cc for CVE-2026-84445 and CVE-2026-84304 by upgrading grpc vendor module - #18878
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
…rading grpc vendor module
d49997d to
38ecbbf
Compare
dc7520c to
3616c57
Compare
Review: vendor-tarball / grpc module upgradeReviewed at head
Patch Analysis
Vendor tarball verification
|
Summary
Patch kata-containers-cc for CVE-2026-84445 and CVE-2026-84304 by upgrading grpc vendor module
Problem: kata-containers-3.15.0.aks0 vendors google.golang.org/grpc v1.59.0 in src/runtime, which is affected by several xDS/HTTP-2 advisories.
Fix: Upgrade the vendored grpc module to v1.83.2 instead of backporting individual patches.
generate_source_tarball.sh, which unpacks the upstream source, forcesgoogle.golang.org/grpc@v1.83.2, runs go mod tidy, and vendors the tree.%prepnow swaps in the regenerated vendor tree before patching, keeping Source1 (cargo tarball) handling unchanged:google.golang.org/grpcv1.59.0 → v1.83.2google.golang.org/protobufv1.35.2 → v1.36.11golang.org/x/netv0.33.0 → v0.58.0golang.org/x/textv0.21.0 → v0.41.0golang.org/x/oauth2v0.14.0 → v0.36.0golang.org/x/sysv0.28.0 → v0.47.0golang.org/x/syncv0.10.0 → v0.22.0golang.org/x/modv0.17.0 → v0.38.0go.opentelemetry.io/otelv1.21.0 → v1.44.0Change Log
Does this affect the toolchain?
NO
Links to CVEs
Test Methodology