2021-05-22 14:35:32 +00:00
|
|
|
id: kubeflow-dashboard-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Kubeflow Unauth
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: high
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Kubeflow internal data is exposed.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/kubeflow/kubeflow
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: kubeflow,unauth,misconfig
|
2021-05-22 14:35:32 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-22 14:35:32 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/pipeline/apis/v1beta1/runs?page_size=5&sort_by=created_at%20desc'
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-05-22 14:35:32 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '{"runs":[{"id":'
|
|
|
|
- 'resource_references'
|
2021-05-23 19:56:48 +00:00
|
|
|
condition: and
|
2021-05-22 14:35:32 +00:00
|
|
|
part: body
|
2021-05-23 19:56:48 +00:00
|
|
|
|
2021-05-22 14:35:32 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
2021-05-23 19:56:48 +00:00
|
|
|
|
2021-05-22 14:35:32 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 490a004630440220777b26846a594b44d840f2d7ffb2d9f5cf93721c182249f4d9120578be7740670220447d55a62590572521f05625fbd2905e206716903138f68adbc18950f6d869d9:922c64590222798bb761d5b6d8e72950
|