radarr-dashboard-unauth: Radarr Dashboard - Unauthenticated

日期: 2025-08-01 | 影响软件: Radarr Dashboard | POC: 已公开

漏洞描述

Exposure of Radarr dashboard which can lead to sensitive information disclosure.

PoC代码[已公开]

id: radarr-dashboard-unauth

info:
  name: Radarr Dashboard - Unauthenticated
  author: ProjectDiscoveryAI
  severity: medium
  description: |
    Exposure of Radarr dashboard which can lead to sensitive information disclosure.
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"radarr"
  tags: radarr,dashboard,unauth,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    host-redirects: true
    max-redirects: 2

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<title>Radarr</title>"

      - type: word
        part: body
        words:
          - "Login - Radarr"
        negative: true

      - type: status
        status:
          - 200
# digest: 490a00463044022066e1793e1f73e3136be028445fb404962deb5ff4da50e3c450ecbd07ba98af23022024edd882188f0afd7759f9504ed33e9ddd7a8bd3c298fc8768d85bcef97c9cb8:922c64590222798bb761d5b6d8e72950

相关漏洞推荐