29 lines
634 B
YAML
29 lines
634 B
YAML
id: unauthenticated-tensorboard
|
|
|
|
info:
|
|
name: Tensorflow Tensorboard - Unauthenticated Access
|
|
author: dhiyaneshDk
|
|
description: Tensorflow Tensorboard was able to be accessed with no authentication requirements in place.
|
|
severity: high
|
|
tags: tensorflow,tensorboard,unauth,misconfig
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/data/plugins_listing'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'scalars'
|
|
- 'loading_mechanism'
|
|
- 'custom_scalars'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|