http-etcd-unauthenticated-api-data-leak: etcd Unauthenticated HTTP API Leak

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

漏洞描述

etcd HTTP API is exposed.

PoC代码[已公开]

id: http-etcd-unauthenticated-api-data-leak

info:
  name: etcd Unauthenticated HTTP API Leak
  author: dhiyaneshDk
  severity: high
  description: etcd HTTP API is exposed.
  reference:
    - https://hackerone.com/reports/1088429
  metadata:
    max-request: 1
  tags: misconfig,hackerone,unauth,etcd

http:
  - method: GET
    path:
      - "{{BaseURL}}/v2/auth/roles"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"roles"'
          - '"permissions"'
          - '"role"'
          - '"kv"'
        condition: and

      - type: word
        part: header
        words:
          - "text/plain"
          - "application/json"
        condition: or

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

相关漏洞推荐