2024-08-17 18:15:16 +00:00
|
|
|
id: sonarr-dashboard-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Sonarr Dashboard - Unauthenticated
|
|
|
|
author: ProjectDiscoveryAI
|
|
|
|
severity: medium
|
|
|
|
description: |
|
|
|
|
Exposure of Sonarr dashboard which can lead to sensitive information disclosure.
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
|
|
|
shodan-query: html:"sonarr"
|
2024-08-19 16:05:54 +00:00
|
|
|
tags: sonarr,unauth,misconfig
|
2024-08-17 18:15:16 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
host-redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>Sonarr</title>"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Login - Sonarr"
|
|
|
|
negative: true
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-08-19 17:19:13 +00:00
|
|
|
# digest: 4a0a00473045022100eafc395a013b1cc8af6b1bb7007e2c98800173cfb8cfc7063cb82f1da12dd73b0220750f6a403f6b6b133996f281edf6a96162c9870cb364befa865daa6af7c47b12:922c64590222798bb761d5b6d8e72950
|