CVE-2022-21713
08.02.2022, 21:15
Grafana is an open-source platform for monitoring and observability. Affected versions of Grafana expose multiple API endpoints which do not properly handle user authorization. `/teams/:teamId` will allow an authenticated attacker to view unintended data by querying for the specific team ID, `/teams/:search` will allow an authenticated attacker to search for teams and see the total number of available teams, including for those teams that the user does not have access to, and `/teams/:teamId/members` when editors_can_admin flag is enabled, an authenticated attacker can see unintended data by querying for the specific team ID. Users are advised to upgrade as soon as possible. There are no known workarounds for this issue.Enginsight
Vendor | Product | Version |
---|---|---|
grafana | grafana | 5.0.0 ≤ 𝑥 < 7.5.15 |
grafana | grafana | 8.0.0 ≤ 𝑥 < 8.3.5 |
grafana | grafana | 5.0.0:beta1 |
grafana | grafana | 5.0.0:beta2 |
grafana | grafana | 5.0.0:beta3 |
grafana | grafana | 5.0.0:beta4 |
grafana | grafana | 5.0.0:beta5 |
netapp | e-series_performance_analyzer | 𝑥 < 3.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
- CWE-639 - Authorization Bypass Through User-Controlled KeyThe system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
References