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 applicationsUpgrade github.com/grafana/grafana/pkg/api to version 12.4.0 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 Time-of-check Time-of-use (TOCTOU) Race Condition through a time-of-check-to-time-of-use condition in the datasource deletion process. An attacker can cause unauthorized deletion of a newly recreated datasource by exploiting a race condition after deletion and before permission checks are updated.
Note: This is only exploitable if the attacker previously had admin access to the datasource, deletes it, the datasource is recreated within 30 seconds on the same pod with the same UID but without the attacker as admin, and all actions occur within this short window.