Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-21720 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-400Uncontrolled Resource ConsumptionCISA-ADP
CWE-703Improper Check or Handling of Exceptional ConditionsCISA-ADP
CWE-772Missing Release of Resource after Effective Lifetimeredhat-SADP

Affected Products

ProductVersions
grafana grafana
>= 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

CPE

  • cpe:2.3:a:grafana:grafana:*:*:*:*:-:*:*:*
  • cpe:2.3:a:grafana:grafana:*:*:*:*:enterprise:*:*:*
  • cpe:2.3:a:grafana:grafana:12.3.0:*:*:*:-:*:*:*
  • cpe:2.3:a:grafana:grafana:12.3.0:*:*:*:enterprise:*:*:*

Remediation

  • No remediation found in references.

Change History

7 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-21720
NVD Published Date:
Jan 27, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-21720 Details - Not Deferred