prowlarr-dashboard-unauth: Prowlarr Dashboard - Unauthenticated

2025-08-01 Prowlarr PoC Public

Description

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

PoC

id: prowlarr-dashboard-unauth

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

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

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities