31 lines
827 B
YAML
31 lines
827 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
|
|
- github.com/mher/flower
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022035c4a49f967fe61a41af8ca9b7ef7593aae1af64378c0724f8d653c03b7c2f5b02205ce594331fc5fd9f4d464423082c469ef27162cbafa76ad3b0c569416bb81866:922c64590222798bb761d5b6d8e72950 |