Snyk has a published code exploit for this vulnerability.
The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 applicationsLearn about Authentication Bypass vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/grafana/grafana/pkg/api
to version 8.1.6, 7.5.11 or higher.
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.