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,vuln

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: 490a0046304402201dcd664ddd41bcacbd59c947108b4d2a9f18457daaf7952637db7dd6483119bf02202f88abae0f26188391f03c60f21c86b086b75dfd054078c712396db27c9b05aa:922c64590222798bb761d5b6d8e72950

相关漏洞推荐