Create laravel-horizon-unauth.yaml

patch-1
Vagner Rodrigues 2023-03-31 13:00:27 -03:00
parent 8612267a77
commit 0a24471dd6
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: laravel-horizon-unauth
info:
name: Laravel Horizon Dashboard - Unauthenticated Detect
author: vagnerd
severity: medium
description: |
Laravel Horizon Dashboard unauthenticated was detected.
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:
shodan-query: http.favicon.hash:450899026
verified: "true"
tags: laravel,unauth,dashboard,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}/horizon/dashboard"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/html"
- type: word
part: body
words:
- "<strong>Laravel</strong> Horizon"
- type: status
status:
- 200