glimpse-data-exposure: Glimpse Diagnostics - Sensitive Data Exposure

2026-01-08 Glimpse Diagnostics PoC Public

Description

Detected Glimpse diagnostics endpoint. Glimpse is a .NET diagnostics tool that reveals detailed request information, server configuration, SQL queries, connection strings, and session data.

PoC

id: glimpse-data-exposure

info:
  name: Glimpse Diagnostics - Sensitive Data Exposure
  author: 0x_Akoko
  severity: high
  description: |
    Detected Glimpse diagnostics endpoint. Glimpse is a .NET diagnostics tool that reveals detailed request information, server configuration, SQL queries, connection strings, and session data.
  reference:
    - https://getglimpse.com/
    - https://github.com/Glimpse/Glimpse
  classification:
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    shodan-query: html:"Glimpse.axd"
    fofa-query: body="Glimpse.axd"
  tags: exposure,misconfig,dotnet,glimpse,debug,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/glimpse.axd"
      - "{{BaseURL}}/Glimpse.axd"

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Glimpse - Configuration Page", "Turn Glimpse On", "getglimpse.com")'
        condition: and
# digest: 4a0a00473045022100f59ddab79d764cea63ae30efe2f74bd13aa7abf2fe87372b9efbf9c72e9f31e50220356f1680c7fbda9b5505cd3f2ff015462a19e74d65a5edc1143450301e485515:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities