nuclei-templates/cves/2022/CVE-2022-38817.yaml

37 lines
946 B
YAML
Raw Normal View History

2022-10-03 14:15:49 +00:00
id: CVE-2022-38817
info:
name: Dapr Dashboard - Unauthorized Access
author: For3stCo1d
severity: high
description: |
Dapr Dashboard v0.1.0 through v0.10.0 is vulnerable to Incorrect Access Control that allows attackers to obtain sensitive data.
reference:
- https://github.com/dapr/dashboard/issues/222
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38817
- https://github.com/dapr/dashboard
2022-10-03 14:15:49 +00:00
classification:
cve-id: CVE-2022-38817
metadata:
shodan-query: http.title:"Dapr Dashboard"
2022-10-04 19:15:10 +00:00
tags: cve,cve2022,dapr,dashboard,unauth
2022-10-03 14:15:49 +00:00
requests:
- method: GET
path:
2022-10-03 14:38:42 +00:00
- "{{BaseURL}}/components/statestore"
2022-10-03 14:15:49 +00:00
- "{{BaseURL}}/overview"
2022-10-03 14:38:42 +00:00
- "{{BaseURL}}/controlplane"
2022-10-03 14:15:49 +00:00
2022-10-03 14:38:42 +00:00
stop-at-first-match: true
2022-10-03 14:15:49 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Dapr Dashboard</title>'
- type: status
status:
- 200