Lucene search
+L

1639 matches found

NVD
NVD
added 2026/01/27 9:15 a.m.20 views

CVE-2026-21720

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...

7.5CVSS0.00656EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/01/27 9:15 a.m.16 views

CVE-2026-21720

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...

7.5CVSS6.7AI score0.00656EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/27 9:15 a.m.18 views

UBUNTU-CVE-2026-21720

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...

7.5CVSS6AI score0.00656EPSS
SaveExploits0References3
CVE
CVE
added 2026/01/27 9:07 a.m.139 views

CVE-2026-21720

CVE-2026-21720 affects Grafana’s /avatar/:hash handling: each uncached request spawns a goroutine to refresh Gravatar, and if the refresh sits in a 10-slot worker queue longer than three seconds the handler times out, causing the goroutine to block on an unbuffered channel. This can lead to linea...

7.5CVSS5.9AI score0.00656EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/01/27 9:07 a.m.46 views

CVE-2026-21720 Unauthenticated DoS: avatar cache leaks goroutines when /avatar/:hash requests time out

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...

7.5CVSS0.00656EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/01/27 9:07 a.m.6 views

Missing Release of Resource after Effective Lifetime

Overview github.com/grafana/grafana/pkg/api is an open and composable observability and data visualization platform. Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime via the /avatar/:hash endpoint. An attacker can exhaust system memory and...

8.7CVSS5.9AI score0.00656EPSS
SaveExploits0References2
AlpineLinux
AlpineLinux
added 2026/01/27 9:07 a.m.54 views

CVE-2026-21720

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...

7.5CVSS5.5AI score0.00656EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/01/27 9:07 a.m.22 views

EUVD-2026-4841

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...

7.5CVSS5.9AI score0.00656EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/01/27 9:07 a.m.9 views

CVE-2026-21720 Unauthenticated DoS: avatar cache leaks goroutines when /avatar/:hash requests time out

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...

7.5CVSS5.9AI score0.00656EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/27 9:07 a.m.6 views

CVE-2026-21720 Unauthenticated DoS: avatar cache leaks goroutines when /avatar/:hash requests time out

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...

7.5CVSS7.1AI score
SaveExploits0References6
Snyk
Snyk
added 2026/01/27 9:07 a.m.5 views

Missing Release of Resource after Effective Lifetime

Overview github.com/grafana/grafana/pkg/api/avatar is a tool for beautiful monitoring and metric analytics & dashboards for Graphite, InfluxDB & Prometheus & More. Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime via the /avatar/:hash...

8.7CVSS5.9AI score0.00656EPSS
SaveExploits0References2
attackerkb
attackerkb
added 2026/01/27 9:07 a.m.17 views

CVE-2026-21720

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...

7.5CVSS5.9AI score0.00656EPSS
SaveExploits0References2Affected Software2
CNNVD
CNNVD
added 2026/01/27 12:00 a.m.24 views

Grafana security vulnerabilities

Grafana is a set of open-source monitoring tools developed by Grafana Open Source, which provide a visual monitoring interface. This tool is primarily used for monitoring and analyzing Graphite, InfluxDB, and Prometheus. Grafana has a security vulnerability that arises from processing /avatar/:ha...

7.5CVSS7.2AI score0.00656EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/01/27 12:00 a.m.10 views

PT-2026-4877

Name of the Vulnerable Software and Affected Versions Grafana affected versions not specified Description The software can crash due to a memory exhaustion issue triggered by uncached requests to the /avatar/:hash endpoint. Each request spawns a goroutine to refresh the Gravatar image. If this...

7.8CVSS5.4AI score0.00656EPSS
SaveExploits0References89
Grafana
Grafana
added 2026/01/27 12:00 a.m.63 views

Unauthenticated DoS in avatar cache in Grafana

Grafana is an open-source platform for monitoring and observability. The platform supports users having their own avatars, which can be sourced from the Gravatar service API. This uses a cache, to ensure that we don’t overload the service. If these requests time out after 3 seconds, a Goroutine i...

7.5CVSS5.8AI score0.00656EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/01/19 1:23 a.m.21 views

CVE-2026-1107

A weakness has been identified in EyouCMS up to 1.7.1/5.0. Impacted is the function checkuserinfo of the file Diyajax.php of the component Member Avatar Handler. Executing a manipulation of the argument viewfile can lead to unrestricted upload. The attack may be performed from remote. The exploit...

9.8CVSS6.3AI score0.00528EPSS
SaveExploits1References1
NVD
NVD
added 2026/01/18 1:15 a.m.17 views

CVE-2026-1107

A weakness has been identified in EyouCMS up to 1.7.1/5.0. Impacted is the function checkuserinfo of the file Diyajax.php of the component Member Avatar Handler. Executing a manipulation of the argument viewfile can lead to unrestricted upload. The attack may be performed from remote. The exploit...

9.8CVSS0.00528EPSS
SaveExploits1References5
attackerkb
attackerkb
added 2026/01/18 12:32 a.m.5 views

CVE-2026-1107

A weakness has been identified in EyouCMS up to 1.7.1/5.0. Impacted is the function checkuserinfo of the file Diyajax.php of the component Member Avatar Handler. Executing a manipulation of the argument viewfile can lead to unrestricted upload. The attack may be performed from remote. The exploit...

6.5CVSS5AI score0.00528EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/01/18 12:32 a.m.33 views

CVE-2026-1107 EyouCMS Member Avatar Diyajax.php check_userinfo unrestricted upload

A weakness has been identified in EyouCMS up to 1.7.1/5.0. Impacted is the function checkuserinfo of the file Diyajax.php of the component Member Avatar Handler. Executing a manipulation of the argument viewfile can lead to unrestricted upload. The attack may be performed from remote. The exploit...

6.5CVSS0.00528EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2026/01/18 12:32 a.m.9 views

CVE-2026-1107 EyouCMS Member Avatar Diyajax.php check_userinfo unrestricted upload

A weakness has been identified in EyouCMS up to 1.7.1/5.0. Impacted is the function checkuserinfo of the file Diyajax.php of the component Member Avatar Handler. Executing a manipulation of the argument viewfile can lead to unrestricted upload. The attack may be performed from remote. The exploit...

6.5CVSS5.2AI score0.00528EPSS
SaveExploits1References5
Rows per page
Query Builder