2022-10-03 14:15:49 +00:00
id : CVE-2022-38817
info :
2023-02-03 21:31:29 +00:00
name : Dapr Dashboard 0.1.0-0.10.0 - Improper Access Control
2022-10-03 14:15:49 +00:00
author : For3stCo1d
severity : high
description : |
2023-02-03 17:42:12 +00:00
Dapr Dashboard 0.1.0 through 0.10.0 is susceptible to improper access control. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-10-03 14:15:49 +00:00
reference :
- https://github.com/dapr/dashboard/issues/222
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-38817
2022-10-04 19:44:22 +00:00
- https://github.com/dapr/dashboard
2023-02-03 17:42:12 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-38817
2022-10-03 14:15:49 +00:00
classification :
2022-10-06 19:04:43 +00:00
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
2022-10-03 14:15:49 +00:00
cve-id : CVE-2022-38817
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:linuxfoundation:dapr_dashboard:*:*:*:*:*:*:*:*
epss-score : 0.00541
2022-10-03 14:15:49 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 3
2022-10-03 14:15:49 +00:00
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
2023-04-27 04:28:59 +00:00
http :
2022-10-03 14:15:49 +00:00
- 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
2023-02-03 17:42:12 +00:00
# Enhanced by md on 2023/02/03