39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
id: unauth-temporal-web-ui
|
|
|
|
info:
|
|
name: Temporal Web UI - Unauthenticated Access
|
|
author: ggranjus
|
|
severity: high
|
|
description: |
|
|
Temporal Web UI was able to be accessed because no authentication was required
|
|
reference:
|
|
- https://docs.temporal.io/web-ui
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: "true"
|
|
max-request: 2
|
|
shodan-query: http.favicon.hash:557327884
|
|
tags: temporal,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/favicon.ico"
|
|
- "{{BaseURL}}/api/v1/namespaces/default/workflows?query="
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code_1 == 200 && (\"44c856843ce2631b1d6968ac11fa9ec4\" == md5(body_1))"
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(body_2, 'nextPageToken') && status_code_2 == 200"
|
|
- "contains(body_2, 'Namespace default is not found.') && status_code_2 == 404"
|
|
condition: or
|
|
|
|
# digest: 4a0a00473045022100fd80f97bd588e2a7735fbc258ea5b50508f786384b74adc3fafac28f96e32d4602202bee503f1cf7a9ddf2e4c4227239a0475e77a562fbf8ced464bb9cdf0fd21cfa:922c64590222798bb761d5b6d8e72950
|