readarr-dashboard-unauth: Readarr Dashboard - Unauthenticated

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

漏洞描述

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

PoC代码[已公开]

id: readarr-dashboard-unauth

info:
  name: Readarr Dashboard - Unauthenticated
  author: ProjectDiscoveryAI
  severity: medium
  description: |
    Exposure of Readarr dashboard which can lead to sensitive information disclosure.
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"readarr"
  tags: readarr,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>Readarr</title>"

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

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100d96c31174cc972af0371460af16a5a2008d32f8de5106520de68bf7a9f9325d50221009d8419dbe4aba3f7375f4a5e4d0327f81d19aeed50df415d2e1a52b7c649789d:922c64590222798bb761d5b6d8e72950

相关漏洞推荐