Skip to content

fix: Upgrading grpc_health_probe to 0.4.48 to patch CVE-2025-68121 - #4745

Merged
gaius-qi merged 1 commit into
dragonflyoss:mainfrom
aaronmaxlevy:aaron_grpc_health_probe_0_4_48
May 7, 2026
Merged

fix: Upgrading grpc_health_probe to 0.4.48 to patch CVE-2025-68121#4745
gaius-qi merged 1 commit into
dragonflyoss:mainfrom
aaronmaxlevy:aaron_grpc_health_probe_0_4_48

Conversation

@aaronmaxlevy

@aaronmaxlevy aaronmaxlevy commented May 1, 2026

Copy link
Copy Markdown
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@aaronmaxlevy
aaronmaxlevy requested review from a team as code owners May 1, 2026 19:47
@aaronmaxlevy
aaronmaxlevy force-pushed the aaron_grpc_health_probe_0_4_48 branch 2 times, most recently from 0c64365 to f052e09 Compare May 1, 2026 20:42
Signed-off-by: Aaron Levy <aaronmaxlevy@gmail.com>
@aaronmaxlevy
aaronmaxlevy force-pushed the aaron_grpc_health_probe_0_4_48 branch from f052e09 to 57ac2d1 Compare May 1, 2026 20:43
@codecov

codecov Bot commented May 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 28.07%. Comparing base (2384faf) to head (57ac2d1).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4745   +/-   ##
=======================================
  Coverage   28.07%   28.07%           
=======================================
  Files         232      232           
  Lines       23096    23096           
=======================================
  Hits         6485     6485           
  Misses      16171    16171           
  Partials      440      440           
Flag Coverage Δ
unittests 28.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gaius-qi gaius-qi left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gaius-qi gaius-qi added the enhancement New feature or request label May 7, 2026
@gaius-qi
gaius-qi enabled auto-merge (squash) May 7, 2026 07:57

@chlins chlins left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@gaius-qi
gaius-qi merged commit 1db2e55 into dragonflyoss:main May 7, 2026
17 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

grpc_health_probe should be updated to a newer version to patch outstanding CVEs

6 participants