servicestack-requestlogs: ServiceStack Request Logs - Unauthenticated Access

2026-01-24 ServiceStack Request Logs PoC Public

Description

Detected ServiceStack Request Logs endpoint was accessible without authentication.

PoC

id: servicestack-requestlogs

info:
  name: ServiceStack Request Logs - Unauthenticated Access
  author: DhiyaneshDk
  severity: high
  description: |
    Detected ServiceStack Request Logs endpoint was accessible without authentication.
  reference:
    - https://docs.servicestack.net/request-logger
    - https://docs.servicestack.net/admin-ui-profiling
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cwe-id: CWE-200
    cpe: cpe:2.3:a:servicestack:servicestack:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    shodan-query: http.html:"ServiceStack"
    fofa-query: body="ServiceStack"
  tags: servicestack,exposure,misconfig,logs,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/requestlogs"
      - "{{BaseURL}}/api/requestlogs"
      - "{{BaseURL}}/json/reply/RequestLogs"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"Results":['
          - '"Usage":{'
        condition: and

      - type: word
        part: content_type
        words:
          - "application/json"

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

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

References

Related Vulnerabilities