CVE-2026-78662 Affecting grafana-mimir-fips-3.0-metaconvert package, versions <3.0.9-r2


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.32% (24th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-MINIMOSLATEST-GRAFANAMIMIRFIPS30METACONVERT-19537358
  • published5 Sept 2026
  • disclosed2 Sept 2026

Introduced: 2 Sep 2026

NewCVE-2026-78662  (opens in a new tab)

How to fix?

Upgrade Minimos:latest grafana-mimir-fips-3.0-metaconvert to version 3.0.9-r2 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream grafana-mimir-fips-3.0-metaconvert package and not the grafana-mimir-fips-3.0-metaconvert package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time, handlePacket drops every packet other than the open confirmation/failure, without blocking and without tearing down the connection.