deps: update cilium to v1.19.4 - #2639
Merged
Merged
Conversation
Signed-off-by: Alex Castilio dos Santos <alexsantos@microsoft.com>
Alex Castilio (alexcastilio)
requested review from
Simone Rodigari (SRodi) and
ibezrukavyi
August 12, 2026 11:20
Retina Code Coverage ReportTotal coverage no changeIncreased diff
|
ibezrukavyi
approved these changes
Aug 12, 2026
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
Upgrade
github.com/cilium/ciliumfrom v1.19.3 to v1.19.4 to remediateCVE-2026-53935in Retina's Go binaries.Cilium's advisory identifies v1.19.0 through v1.19.3 as affected and v1.19.4 as patched. Users who can create
CiliumLocalRedirectPolicyresources can otherwise useaddressMatcherto hijack traffic to services in other namespaces. The advisory lists no workaround.Advisory: GHSA-q6h5-q3q6-f87x
Changes
github.com/cilium/ciliumto v1.19.4 and refresh transitive module checksums.ztunnel.Cellalongsideauth.Cellin the reduced Retina operator graph.The ztunnel cell is required because Cilium v1.19.4's SPIRE client now depends on
operator/pkg/ztunnel/config.Config. Without the provider, the operator compiles but fails while Hive populates the graph, preventing Cilium CRD registration and eventually causing Retina agents to restart after their Kubernetes synchronization timeout. Adding the configuration cell satisfies the dependency without enabling ztunnel or removing the no-op auth identity provider required by identity GC.CVE validation
Scans used Trivy with
--ignore-unfixed --scanners vulnagainst equivalent locally built Linux/amd64 agent images before and after the Cilium upgrade.retina/captureworkloadCVE-2026-53935)retina/controllerCVE-2026-53935)The remaining findings belong to the separately downloaded Hubble CLI and are not affected by Retina's Cilium Go module version.
Testing
go test ./operator/cmd/cilium-crds ./operator/cmd -count=1go mod verifyagentimage fromcontroller/DockerfileChecklist
git commit -S -s ...). See this documentation on signing commits.Screenshots (if applicable) or Testing Completed
Please add any relevant screenshots or GIFs to showcase the changes made.
Additional Notes
Add any additional notes or context about the pull request here.
Please refer to the CONTRIBUTING.md file for more information on how to contribute to this project.