CVE-2026-21720

Analyzed
Published: 27 Jan 2026, 09:07
Last modified:13 May 2026, 19:28

Vulnerability Summary

Overall Risk (default)
medium
30/100
CVSS Score
7.5 HIGH
v3.1 (cve.org)
EPSS Score
0.04% LOW
0% probability +0.01%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

27 Jan 2026, 09:07
Published
Vulnerability first disclosed
13 May 2026, 19:28
Last Modified
Vulnerability information updated

Description

Every uncached /avatar/:hash request spawns a goroutine that refreshes the Gravatar image. If the refresh sits in the 10-slot worker queue longer than three seconds, the handler times out and stops listening for the result, so that goroutine blocks forever trying to send on an unbuffered channel. Sustained traffic with random hashes keeps tripping this timeout, so goroutine count grows linearly, eventually exhausting memory and causing Grafana to crash on some systems.

CVSS Metrics

  • v3.1HIGHScore: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Trends

Current EPSS score: 0.04% Percentile: 11%

Techniques & Countermeasures

  • CWE-400Uncontrolled Resource Consumption

    The product does not properly control the allocation and maintenance of a limited resource.

  • CWE-703Improper Check or Handling of Exceptional Conditions

    The product does not properly anticipate or handle exceptional conditions that rarely occur during normal operation of the product.

Affected Systems

  • grafanagrafana

    ≥ 3.0.0, < 11.6.9 | ≥ 12.0.0, < 12.0.8 | ≥ 12.1.0, < 12.1.5 | ≥ 12.2.0, < 12.2.3 | 12.3.0

  • grafanagrafana/grafana

    ≥ 3.0.0, < 11.6.9 | ≥ 3.0.0, < 12.0.8 | ≥ 3.0.0, < 12.1.5 | ≥ 3.0.0, < 12.2.3 | ≥ 3.0.0, < 12.3.1

  • grafanagrafana/grafana-enterprise

    ≥ 3.0.0, < 11.6.9 | ≥ 3.0.0, < 12.0.8 | ≥ 3.0.0, < 12.1.5 | ≥ 3.0.0, < 12.2.3 | ≥ 3.0.0, < 12.3.1

References (2)