32 lines
796 B
YAML
32 lines
796 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
|
|
|
|
# digest: 490a0046304402201e0bb5dff7fc75fa6e67fe6c429d5cc0331604853cff8663f26770ddfc3fb8b402205d1faee134a18dd60ea20f8f71ce8d437249f728148ec5b1fc8dc7aca6df27de:922c64590222798bb761d5b6d8e72950
|