30 lines
603 B
YAML
30 lines
603 B
YAML
id: unauth-celery-flower
|
|
|
|
info:
|
|
name: Celery Flower - Unauthenticated Access
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
Celery Flower was able to be accessed with no authentication requirements in place.
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-374133142
|
|
tags: celery,flower,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/dashboard'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Dashboard'
|
|
- 'Tasks'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|