2023-03-31 16:00:27 +00:00
|
|
|
id: laravel-horizon-unauth
|
|
|
|
|
|
|
|
info:
|
2023-04-03 14:49:45 +00:00
|
|
|
name: Laravel Horizon Dashboard - Unauthenticated
|
2023-03-31 16:00:27 +00:00
|
|
|
author: vagnerd
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
Laravel Horizon Dashboard unauthenticated was detected.
|
2023-04-03 14:49:45 +00:00
|
|
|
remediation: |
|
2023-10-14 11:27:55 +00:00
|
|
|
- Configure Authentication in Laravel Horizon.
|
2023-03-31 16:00:27 +00:00
|
|
|
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:
|
2023-10-14 11:27:55 +00:00
|
|
|
verified: true
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2023-03-31 16:00:27 +00:00
|
|
|
shodan-query: http.favicon.hash:450899026
|
|
|
|
tags: laravel,unauth,dashboard,misconfig
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-31 16:00:27 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-04-03 14:49:45 +00:00
|
|
|
- "{{BaseURL}}/api/stats"
|
|
|
|
- "{{BaseURL}}/horizon/api/stats"
|
2023-03-31 16:00:27 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-04-03 14:49:45 +00:00
|
|
|
part: body
|
2023-03-31 16:00:27 +00:00
|
|
|
words:
|
2023-04-03 14:49:45 +00:00
|
|
|
- "queueWithMaxRuntime"
|
|
|
|
- "recentJobs"
|
|
|
|
- "status"
|
|
|
|
condition: and
|
2023-03-31 16:00:27 +00:00
|
|
|
|
|
|
|
- type: word
|
2023-04-03 14:49:45 +00:00
|
|
|
part: header
|
2023-03-31 16:00:27 +00:00
|
|
|
words:
|
2023-04-03 14:49:45 +00:00
|
|
|
- "application/json"
|
2023-03-31 16:00:27 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100e2154418a6440f65684761e23a82cbcf0381baa85c89231a5e259d16a6a87e08022060ca55ee43aa6302d96124f76152010e0beb49bc7c599b4c26b594b96bf3fa64:922c64590222798bb761d5b6d8e72950
|