Authentication Bypass Affecting github.com/grafana/grafana/pkg/api package, versions >=8.0.0 <8.1.6 >=2.0.1 <7.5.11
Threat Intelligence
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 ID SNYK-GOLANG-GITHUBCOMGRAFANAGRAFANAPKGAPI-1728395
- published 6 Oct 2021
- disclosed 5 Oct 2021
- credit theblackturtle
Introduced: 5 Oct 2021
CVE-2021-39226 Open this link in a new tabHow to fix?
Upgrade github.com/grafana/grafana/pkg/api
to version 8.1.6, 7.5.11 or higher.
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 Authentication Bypass. Both unauthenticated and authenticated users are able to view the snapshot with the lowest database key by accessing the literal paths /dashboard/snapshot/:key
or /api/snapshots/:key
.
Additionally, if the snapshot public_mode
configuration setting is set to true
(the default is false
), unauthenticated users are also able to delete the snapshot with the lowest database key by accessing the literal path /api/snapshots-delete/:deleteKey
. Authenticated users are able to delete the snapshot with the lowest database key regardless of the snapshot public_mode
, by accessing either one of the literal paths: /api/snapshots/:key
or /api/snapshots-delete/:deleteKey
.
The combination of deletion and viewing enables a complete walk through all snapshot data while resulting in complete snapshot data loss.