48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
id: laravel-horizon-unauth
|
|
|
|
info:
|
|
name: Laravel Horizon Dashboard - Unauthenticated
|
|
author: vagnerd
|
|
severity: medium
|
|
description: |
|
|
Laravel Horizon Dashboard unauthenticated was detected.
|
|
remediation: |
|
|
- Configure Authentication in Laravel Horizon.
|
|
reference:
|
|
- https://github.com/laravel/horizon
|
|
- https://laravel.com/docs/10.x/horizon#dashboard-authorization
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 5.3
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: http.favicon.hash:450899026
|
|
verified: "true"
|
|
tags: laravel,unauth,dashboard,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/stats"
|
|
- "{{BaseURL}}/horizon/api/stats"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "queueWithMaxRuntime"
|
|
- "recentJobs"
|
|
- "status"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|