Package
grafana-fips-11.5
Component
github.com/grafana/grafana
Latest update
2.7
CVSS V3
Build, ship, and run secure software with minimal, hardened container images — rebuilt from source daily and guarded under our industry-leading remediation SLA.
Start for freeStatus
Justification
Impact
CVE-2025-1088 affects Grafana versions before 11.6.2 due to improper input validation of dashboard/panel titles causing browser hangs. However, Grafana 11.5.6 already contains the upstream fix implemented in commit 44c471d10ca1d7c7035f648d3278aacbc1c99507. Evidence: DashboardGrid.tsx:114 contains panel.title = panel.title?.substring(0, 5000); and transformSaveModelToScene.ts:310 contains title: panel.title?.substring(0, 5000),. The vulnerable code (unlimited panel title length) is not included in this package version.
Status