| Title | Kibana Timelion - Arbitrary Code Execution |
|---|---|
| Author | dwisiswant0 |
| Severity | Critical |
| Impact | Arbitrary code execution can result in unauthorized access, data leakage, and system compromise. |
| Remediation | Apply the latest security patches or upgrade to a patched version of Kibana to mitigate the vulnerability. |
| CVSS Score | 10 |
| EPSS Score | 0.94446 |
| CVE ID | CVE-2019-7609 |
| CWE ID | CWE-94 |
| Shodan Query | http.title:"kibana" |
| Fofa Query | title="kibana" |
| Tags | cve cve2019 kibana rce kev elastic vkev vuln |
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.
POST /api/timelion/run HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; de-de) AppleWebKit/125.5.6 (KHTML, like Gecko) Safari/125.12
Connection: close
Content-Length: 116
Accept: */*
Accept-Language: en
Content-Type: application/json; charset=utf-8
Accept-Encoding: gzip
{"sheet":[".es(*)"],"time":{"from":"now-1m","to":"now","mode":"quick","interval":"auto","timezone":"Asia/Shanghai"}}
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-7609.yaml
🦈 Packet Capture: ⬇️ Download cve-2019-7609.pcap
N/AN/A