Add space and remove tag from non-loading Grafana template
parent
94e1e03e55
commit
d38ddd1804
|
@ -1,7 +1,7 @@
|
|||
id: CVE-2020-11110
|
||||
|
||||
info:
|
||||
name: Grafana <=6.7.1 - Cross-Site Scripting
|
||||
name: Grafana <= 6.7.1 - Cross-Site Scripting
|
||||
author: emadshanab
|
||||
severity: medium
|
||||
description: Grafana through 6.7.1 contains an unauthenticated stored cross-site scripting vulnerability due to insufficient input protection in the originalUrl field, which allows an attacker to inject JavaScript code that will be executed after clicking on Open Original Dashboard after visiting the snapshot.
|
||||
|
|
|
@ -18,7 +18,7 @@ info:
|
|||
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
||||
cvss-score: 7.5
|
||||
cwe-id: CWE-22
|
||||
tags: grafana,lfi,fuzz
|
||||
tags: grafana,lfi
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
|
Loading…
Reference in New Issue