lidarr-dashboard-unauth: Lidarr Dashboard - Unauthenticated

日期: 2025-08-01 | 影响软件: lidarr-dashboard-unauth | POC: 已公开

漏洞描述

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

PoC代码[已公开]

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,vuln

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: 4a0a00473045022100fab47881affa84f352733406dc4bc753e2eb692b00caef29414a7330f696a3ba022074b3827e9cdb6153be6ea48e01e41c32aebf219a47df66276657f61194300ce5:922c64590222798bb761d5b6d8e72950

相关漏洞推荐