39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
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
|
|
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-2022-38817
|
|
metadata:
|
|
shodan-query: http.title:"Dapr Dashboard"
|
|
tags: cve,cve2022,dapr,dashboard,unauth
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/components/statestore"
|
|
- "{{BaseURL}}/overview"
|
|
- "{{BaseURL}}/controlplane"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Dapr Dashboard</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|