unauthenticated-zipkin: Zipkin Discovery

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

漏洞描述

Unauthenticated access to Zipkin was discovered.

PoC代码[已公开]

id: unauthenticated-zipkin

info:
  name: Zipkin Discovery
  author: dhiyaneshDk
  severity: high
  description: Unauthenticated access to Zipkin was discovered.
  reference:
    - https://zipkin.io/
  metadata:
    max-request: 1
  tags: unauth,misconfig,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/config.json"

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        words:
          - 'application/json'
        part: header

      - type: word
        words:
          - environment
          - defaultLookback
        part: body
        condition: and
# digest: 490a0046304402205dea6ad9e185454bd442adb6c27245d55123b16dea6df10220aac8b55ad4e2ce02207c9d4c98b75bf20adeca2c92c91001df147da9892d6af48da8bc285cb37221bb:922c64590222798bb761d5b6d8e72950

相关漏洞推荐