36 lines
906 B
YAML
36 lines
906 B
YAML
id: kubeflow-dashboard-unauth
|
|
|
|
info:
|
|
name: Kubeflow Unauth
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
description: Kubeflow internal data is exposed.
|
|
reference:
|
|
- https://github.com/kubeflow/kubeflow
|
|
metadata:
|
|
max-request: 1
|
|
tags: kubeflow,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/pipeline/apis/v1beta1/runs?page_size=5&sort_by=created_at%20desc'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '{"runs":[{"id":'
|
|
- 'resource_references'
|
|
condition: and
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "application/json"
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a004630440220777b26846a594b44d840f2d7ffb2d9f5cf93721c182249f4d9120578be7740670220447d55a62590572521f05625fbd2905e206716903138f68adbc18950f6d869d9:922c64590222798bb761d5b6d8e72950 |