37 lines
858 B
YAML
37 lines
858 B
YAML
id: kubeflow-dashboard-unauth
|
|
|
|
info:
|
|
name: Kubeflow Unauth
|
|
author: dhiyaneshDk
|
|
severity: high
|
|
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: 490a0046304402204882a058a2e13596bbb76699588f945cb126ffe835a2b7f2f4d52d10c7d88ef3022068d2d38d2a0ab6925b28bec85adb2819d838b040f1888d7d16f7edf072a52b09:922c64590222798bb761d5b6d8e72950
|