fix: Upgrading grpc_health_probe to 0.4.48 to patch CVE-2025-68121 - #4745
Merged
gaius-qi merged 1 commit intoMay 7, 2026
Merged
Conversation
aaronmaxlevy
requested review from
BruceAko,
ClementMaH,
CooooolFrog,
gaius-qi,
jim3ma and
yxxhero
May 1, 2026 19:47
aaronmaxlevy
force-pushed
the
aaron_grpc_health_probe_0_4_48
branch
2 times, most recently
from
May 1, 2026 20:42
0c64365 to
f052e09
Compare
Signed-off-by: Aaron Levy <aaronmaxlevy@gmail.com>
aaronmaxlevy
force-pushed
the
aaron_grpc_health_probe_0_4_48
branch
from
May 1, 2026 20:43
f052e09 to
57ac2d1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4745 +/- ##
=======================================
Coverage 28.07% 28.07%
=======================================
Files 232 232
Lines 23096 23096
=======================================
Hits 6485 6485
Misses 16171 16171
Partials 440 440
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
gaius-qi
enabled auto-merge (squash)
May 7, 2026 07:57
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.
This PR upgrades grpc_health_probe to patch CVE-2025-68121
Description
Currently, the latest Dragonfly Manager container images, when scanned for vulns (e.g. using Trivy) will show as containing a number of vulnerabilities including CVE-2025-68121, specifically in grpc_health_probe .
Related Issue
Fixes #4744
Motivation and Context
While the exploitability of the vulns in question is somewhat dubious, it creates a lot of "noise" / toil for security teams to mark that as a "false positive" / "non-exploitable vuln" and upgrading to a non-vulnerable version seems worthwhile.
Screenshots (if appropriate)
Types of changes
Checklist