Skip to content

Lidarr Dashboard - Unauthenticated

ID: lidarr-dashboard-unauth

Severity: medium

Author: ProjectDiscoveryAI

Tags: lidarr,dashboard,exposure

Exposed Lidarr was detected which can lead to sensitive information disclosure.

id: lidarr-dashboard-unauth
info:
name: Lidarr Dashboard - Unauthenticated
author: ProjectDiscoveryAI
severity: medium
description: |
Exposed Lidarr was detected which can lead to sensitive information disclosure.
metadata:
verified: true
max-request: 1
shodan-query: title:"Lidarr"
tags: lidarr,dashboard,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Lidarr</title>"
- type: word
part: body
words:
- "Login - Lidarr"
negative: true
- type: status
status:
- 200
# digest: 490a00463044022061b32fe557d8b203ed0eab6722792b2d494a7deff7a2aab6515cf61ab931a2bb02207d296562a6e8da911fdec5428bbecd65db833736ccb448b47321ffd5b7330df6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/lidarr-dashboard-unauth.yaml"

View on Github