2021-01-02 04:59:06 +00:00
id : CVE-2019-7609
2020-08-15 18:10:27 +00:00
info :
name : Kibana Timelion Arbitrary Code Execution
author : dwisiswant0
severity : critical
2022-04-22 10:38:41 +00:00
description : Kibana versions before 5.6.15 and 6.6.1 contain an arbitrary code execution flaw in the Timelion visualizer. An attacker with access to the Timelion application could send a request that will attempt
to execute javascript code. This could possibly lead to an attacker executing arbitrary commands with permissions of the Kibana process on the host system.
2021-08-18 11:37:49 +00:00
reference :
2021-03-30 12:10:17 +00:00
- https://github.com/mpgn/CVE-2019-7609
- https://discuss.elastic.co/t/elastic-stack-6-6-1-and-5-6-15-security-update/169077
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 10.0
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-7609
cwe-id : CWE-94
2022-04-22 10:38:41 +00:00
tags : cve,cve2019,kibana,rce
2020-08-15 18:10:27 +00:00
requests :
- method : POST
path :
- "{{BaseURL}}/api/timelion/run"
headers :
Content-Type : "application/json; charset=utf-8"
2021-09-08 12:17:19 +00:00
body : '{"sheet":[".es(*)"],"time":{"from":"now-1m","to":"now","mode":"quick","interval":"auto","timezone":"Asia/Shanghai"}}'
2020-08-15 18:10:27 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "seriesList"
part : body
2021-09-08 12:17:19 +00:00
2020-08-15 18:10:27 +00:00
- type : word
words :
2021-09-08 12:17:19 +00:00
- "application/json"
2020-08-15 18:10:27 +00:00
part : header
2021-09-08 12:17:19 +00:00
2020-08-15 18:10:27 +00:00
- type : status
status :
- 200