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

42 lines
1.2 KiB
YAML
Raw Normal View History

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: |
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
- https://github.com/dapr/dashboard
- https://nvd.nist.gov/vuln/detail/CVE-2022-38817
2022-10-03 14:15:49 +00:00
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
2022-10-03 14:15:49 +00:00
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
# Enhanced by md on 2023/02/03