solr-admin-query: Solr - Admin Page Access

2025-08-01 Solr PoC Public

Description

Solr's admin page was able to be accessed with no authentication requirements in place.

PoC

id: solr-admin-query

info:
  name: Solr - Admin Page Access
  author: dhiyaneshDK
  severity: high
  description: Solr's admin page was able to be accessed with no authentication requirements in place.
  reference:
    - https://www.exploit-db.com/ghdb/5856
  classification:
    cpe: cpe:2.3:a:apache:solr:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: apache
    product: solr
  tags: solr,unauth,edb,misconfig,discovery

http:
  - method: GET
    path:
      - '{{BaseURL}}/admin/'
      - '{{BaseURL}}/solr/admin/'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '<title>Solr admin page</title>'

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

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

References

Related Vulnerabilities