2023-06-09 18:59:03 +00:00
|
|
|
id: unauth-temporal-web-ui
|
2023-06-07 19:25:58 +00:00
|
|
|
|
|
|
|
info:
|
2023-06-09 18:59:03 +00:00
|
|
|
name: Temporal Web UI - Unauthenticated Access
|
2023-06-07 19:25:58 +00:00
|
|
|
author: ggranjus
|
|
|
|
severity: high
|
2023-07-06 13:05:00 +00:00
|
|
|
description: |
|
|
|
|
Temporal Web UI was able to be accessed because no authentication was required
|
2023-06-07 19:25:58 +00:00
|
|
|
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:
|
2023-10-14 11:27:55 +00:00
|
|
|
verified: "true"
|
2023-07-07 10:58:45 +00:00
|
|
|
max-request: 2
|
2023-06-07 19:25:58 +00:00
|
|
|
shodan-query: http.favicon.hash:557327884
|
2024-01-14 09:21:50 +00:00
|
|
|
tags: misconfig,temporal,unauth
|
2023-06-07 19:25:58 +00:00
|
|
|
|
2023-07-06 13:05:00 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/favicon.ico"
|
|
|
|
- "{{BaseURL}}/api/v1/namespaces/default/workflows?query="
|
2023-06-07 19:25:58 +00:00
|
|
|
|
2023-07-06 13:05:00 +00:00
|
|
|
matchers-condition: and
|
2023-06-07 19:25:58 +00:00
|
|
|
matchers:
|
2023-07-06 13:05:00 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "status_code_1 == 200 && (\"44c856843ce2631b1d6968ac11fa9ec4\" == md5(body_1))"
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2023-07-06 19:35:41 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-07-06 13:05:00 +00:00
|
|
|
- "contains(body_2, 'nextPageToken') && status_code_2 == 200"
|
2023-07-06 19:35:41 +00:00
|
|
|
- "contains(body_2, 'Namespace default is not found.') && status_code_2 == 404"
|
2023-10-14 11:27:55 +00:00
|
|
|
condition: or
|
2024-01-26 08:31:11 +00:00
|
|
|
# digest: 4b0a00483046022100e23471f799588e5121a981fa02bd8b1490449748125c06235ea2e1607e2439e3022100a92beae88b23261b448c696a9863d008afae153ea3759317a41ef9958c02e31e:922c64590222798bb761d5b6d8e72950
|