sonarr-dashboard-unauth: Sonarr Dashboard - Unauthenticated

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

漏洞描述

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

PoC代码[已公开]

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"
  tags: sonarr,unauth,misconfig,vuln

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
# digest: 4a0a00473045022100e712674ed5f1c71e3f3d23e248ab5be8809421ee2590433467a7aa4c2f670ae402204a9cd42ac0c737c277eb9d2e5d74e3d846b5b4517fa1ed0a64fffa580b8a14cd:922c64590222798bb761d5b6d8e72950

相关漏洞推荐